OctoBot-Evaluators

OctoBot project evaluators package


Keywords
bitcoin, evaluator, python, social-engineering, strategies, trading, trading-algorithms
License
LGPL-3.0
Install
pip install OctoBot-Evaluators==1.9.5

Documentation

OctoBot-Evaluators 1.9.5

Codacy Badge PyPI Coverage Status Github-Action-CI Build Status

Where are evaluators and strategies ?

Because OctoBot is modular, a wide range of evaluators and strategies are usable.

Default evaluators and strategies are located here: https://github.com/Drakkar-Software/OctoBot-Tentacles.

To install default evaluators and strategies in your OctoBot, run the following command:

python start.py tentacles --install --all

It is also possible to specify which module(s) to install by naming it(them). In this case only the modules available in the available packages can be installed.

python start.py tentacles --install forum_evaluator john_smith_macd_evaluator advanced_twitter_evaluator

You can find how to create your OctoBot evaluators and strategies on the OctoBot guides.