[go: up one dir, main page]

Menu

Tree [a3dba1] 0.1.5-beta / evaluator /
 History

HTTPS access


File Date Author Commit
 Dispatchers 2018-07-08 Guillaume De Saint Martin Guillaume De Saint Martin [fa98c9] reddit dispatcher: added ServerError handling
 RealTime 2018-07-02 Paul Bouquet Paul Bouquet [eed12c] #283 Prepare
 Social 2018-07-02 Paul Bouquet Paul Bouquet [eed12c] #283 Prepare
 Strategies 2018-07-02 Paul Bouquet Paul Bouquet [807457] #283 [Tentacle Strategies & Trading Mode] add c...
 TA 2018-07-02 Paul Bouquet Paul Bouquet [eed12c] #283 Prepare
 Updaters 2018-07-15 Guillaume De Saint Martin Guillaume De Saint Martin [b6cee9] #308 fixed trades display in web interface
 Util 2018-06-10 Guillaume De Saint Martin Guillaume De Saint Martin [efb046] #231 evaluator_config.json is now in tentacles/...
 .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-09 Paul Bouquet Paul Bouquet [aef47f] Improvements
 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.