[go: up one dir, main page]

Menu

Tree [b9112e] 0.3.6-beta / evaluator /
 History

HTTPS access


File Date Author Commit
 RealTime 2019-05-07 Guillaume De Saint Martin Guillaume De Saint Martin [e09290] #869 created Tentacle class and tentacles_manag...
 Social 2019-05-07 Guillaume De Saint Martin Guillaume De Saint Martin [e09290] #869 created Tentacle class and tentacles_manag...
 Strategies 2019-05-07 Guillaume De Saint Martin Guillaume De Saint Martin [e09290] #869 created Tentacle class and tentacles_manag...
 TA 2019-05-07 Guillaume De Saint Martin Guillaume De Saint Martin [e09290] #869 created Tentacle class and tentacles_manag...
 Updaters 2019-07-12 Herklos Herklos [91d57d] Fix #940 retry until candle updated
 Util 2019-05-07 Guillaume De Saint Martin Guillaume De Saint Martin [e09290] #869 created Tentacle class and tentacles_manag...
 .gitignore 2018-06-04 Paul Bouquet Paul Bouquet [518323] #197 fix load configuration
 README.md 2018-06-28 Guillaume De Saint Martin Guillaume De Saint Martin [f23933] Update README.md
 __init__.py 2019-02-17 Guillaume De Saint Martin Guillaume De Saint Martin [aa4fd4] #663 telegram dispatcher working
 abstract_evaluator.py 2019-05-07 Guillaume De Saint Martin Guillaume De Saint Martin [f3fb78] added exception log in evaluator error
 cryptocurrency_evaluator.py 2019-03-17 Guillaume De Saint Martin Guillaume De Saint Martin [1b065a] moved backtesting_enabled into __init__ file
 evaluator.py 2019-02-23 Guillaume De Saint Martin Guillaume De Saint Martin [ba4314] #694 allowed real time only strategies
 evaluator_creator.py 2019-05-07 Guillaume De Saint Martin Guillaume De Saint Martin [e09290] #869 created Tentacle class and tentacles_manag...
 evaluator_matrix.py 2019-05-07 Guillaume De Saint Martin Guillaume De Saint Martin [e09290] #869 created Tentacle class and tentacles_manag...
 evaluator_task_manager.py 2019-03-03 Guillaume De Saint Martin Guillaume De Saint Martin [65f42e] #697 moved matrix log before trading mode trigg...
 symbol_evaluator.py 2019-04-05 Werdor Werdor [b9acf6] Add core tests

Read Me

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-Packages.

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

python start.py -p 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 -p install forum_evaluator john_smith_macd_evaluator advanced_twitter_evaluator

You can find how to create your OctoBot evaluators and strategies here.