[go: up one dir, main page]

Menu

Tree [dae7fa] 0.3.2-beta 0.3.2a-beta / evaluator /
 History

HTTPS access


File Date Author Commit
 RealTime 2019-02-17 Guillaume De Saint Martin Guillaume De Saint Martin [5a0dd8] #663 telegram dispatcher working
 Social 2019-01-20 Guillaume De Saint Martin Guillaume De Saint Martin [319f0a] improved code quality
 Strategies 2019-02-23 Guillaume De Saint Martin Guillaume De Saint Martin [8def80] #694 fixed web interface if no TA activated
 TA 2019-01-20 Guillaume De Saint Martin Guillaume De Saint Martin [4bde8d] refactored .format strings into fstring
 Updaters 2019-02-23 Guillaume De Saint Martin Guillaume De Saint Martin [9dfeeb] #694 allowed real time only strategies
 Util 2019-01-27 Guillaume De Saint Martin Guillaume De Saint Martin [910f54] #621 now do not modify advanced classes list wh...
 .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 [5a0dd8] #663 telegram dispatcher working
 abstract_evaluator.py 2019-02-17 Guillaume De Saint Martin Guillaume De Saint Martin [5a0dd8] #663 telegram dispatcher working
 cryptocurrency_evaluator.py 2019-01-01 Guillaume De Saint Martin Guillaume De Saint Martin [2323f8] #495 several fixes related to PR comments
 evaluator.py 2019-02-23 Guillaume De Saint Martin Guillaume De Saint Martin [9dfeeb] #694 allowed real time only strategies
 evaluator_creator.py 2019-02-17 Guillaume De Saint Martin Guillaume De Saint Martin [5a0dd8] #663 telegram dispatcher working
 evaluator_matrix.py 2019-02-16 Guillaume De Saint Martin Guillaume De Saint Martin [7c8add] #665 replaced evalType enum by typing
 evaluator_task_manager.py 2019-03-03 Guillaume De Saint Martin Guillaume De Saint Martin [63eb91] #697 moved matrix log before trading mode trigg...
 symbol_evaluator.py 2019-02-24 Guillaume De Saint Martin Guillaume De Saint Martin [e8e071] #694 added methods and refactored update_orders...

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.