[go: up one dir, main page]

Menu

Tree [90fee6] 0.1.0_1-beta / evaluator /
 History

HTTPS access


File Date Author Commit
 Dispatchers 2018-05-26 Guillaume De Saint Martin Guillaume De Saint Martin [ea161d] code quality maintenance
 RealTime 2018-06-01 Guillaume De Saint Martin Guillaume De Saint Martin [d9beba] added MIN_EVAL_TIME_FRAME in cst.py
 Social 2018-05-23 Guillaume De Saint Martin Guillaume De Saint Martin [41c609] #176 package manager now handles custom package...
 Strategies 2018-05-23 Guillaume De Saint Martin Guillaume De Saint Martin [41c609] #176 package manager now handles custom package...
 TA 2018-05-23 Guillaume De Saint Martin Guillaume De Saint Martin [41c609] #176 package manager now handles custom package...
 Updaters 2018-05-31 Paul Bouquet Paul Bouquet [86e5ca] [Backtesting] Use sleep(0) to release thread pr...
 Util 2018-05-23 Guillaume De Saint Martin Guillaume De Saint Martin [41c609] #176 package manager now handles custom package...
 README.md 2018-05-29 Paul Bouquet Paul Bouquet [c46042] #174 Fix Octobot name to OctoBot
 __init__.py 2018-05-22 Guillaume De Saint Martin Guillaume De Saint Martin [ab67ad] Code quality improvement
 abstract_evaluator.py 2018-05-09 Guillaume De Saint Martin Guillaume De Saint Martin [3fc4e8] added telegram help and market_status command, ...
 cryptocurrency_evaluator.py 2018-05-10 Paul Bouquet Paul Bouquet [c7c457] Fix web interface
 evaluator.py 2018-05-04 Paul Bouquet Paul Bouquet [310708] #169 Implement dynamic interface
 evaluator_creator.py 2018-05-08 Guillaume De Saint Martin Guillaume De Saint Martin [256008] added timestamp to evaluator that need it and p...
 evaluator_final.py 2018-06-01 Guillaume De Saint Martin Guillaume De Saint Martin [239e0a] fixed trader order cancel synchro bug
 evaluator_matrix.py 2018-05-09 Guillaume De Saint Martin Guillaume De Saint Martin [c5ef78] #137 added evaluation note expiration check
 evaluator_order_creator.py 2018-06-01 Guillaume De Saint Martin Guillaume De Saint Martin [a74992] updated order creator for real orders limits
 evaluator_threads_manager.py 2018-05-09 Guillaume De Saint Martin Guillaume De Saint Martin [3fc4e8] added telegram help and market_status command, ...
 symbol_evaluator.py 2018-05-09 Guillaume De Saint Martin Guillaume De Saint Martin [3fc4e8] added telegram help and market_status command, ...

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