[go: up one dir, main page]

Menu

Tree [2ad9aa] 0.1.5_1-beta / evaluator /
 History

HTTPS access


File Date Author Commit
 Dispatchers 2018-07-15 Guillaume De Saint Martin Guillaume De Saint Martin [789b64] #305 reinforced reddit dispatcher error handling
 RealTime 2018-07-17 Paul Bouquet Paul Bouquet [5d3326] #305 improve code quality
 Social 2018-07-17 Paul Bouquet Paul Bouquet [5d3326] #305 improve code quality
 Strategies 2018-07-17 Paul Bouquet Paul Bouquet [5d3326] #305 improve code quality
 TA 2018-07-02 Paul Bouquet Paul Bouquet [eed12c] #283 Prepare
 Updaters 2018-07-17 Paul Bouquet Paul Bouquet [d6da8e] #305 improve symbol tf updater
 Util 2018-07-17 Paul Bouquet Paul Bouquet [cbabb0] #305 fix quality issues
 .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 2018-05-22 Guillaume De Saint Martin Guillaume De Saint Martin [ab67ad] Code quality improvement
 abstract_evaluator.py 2018-07-09 Paul Bouquet Paul Bouquet [aef47f] Improvements
 cryptocurrency_evaluator.py 2018-07-10 Paul Bouquet Paul Bouquet [51440f] #305 [Refactor] refactor overall code
 evaluator.py 2018-06-17 Guillaume De Saint Martin Guillaume De Saint Martin [09d0bd] #216 optimized activation and deactivation proc...
 evaluator_creator.py 2018-07-09 Paul Bouquet Paul Bouquet [aef47f] Improvements
 evaluator_matrix.py 2018-05-09 Guillaume De Saint Martin Guillaume De Saint Martin [c5ef78] #137 added evaluation note expiration check
 evaluator_threads_manager.py 2018-07-17 Paul Bouquet Paul Bouquet [ec15c3] #305 Fixes
 symbol_evaluator.py 2018-07-14 Guillaume De Saint Martin Guillaume De Saint Martin [9712e9] #308 backtesting is now fully deterministic

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.