Drakkar-Software / OctoBot-Evaluators

OctoBot evaluators package

Home Page:https://www.octobot.cloud

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OctoBot-Evaluators 1.9.4

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.

About

OctoBot evaluators package

https://www.octobot.cloud

License:GNU Lesser General Public License v3.0


Languages

Language:Python 99.6%Language:Makefile 0.4%