OctoBot-Evaluators 1.9.7
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 --allIt 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.
A module manager for your OctoBot !
- Install OctoBot-Tentacles-Manager from pip :
$ python3 -m pip install OctoBot-Tentacles-Manager