[go: up one dir, main page]

Menu

Tree [910f54] 0.3.0-beta / evaluator /
 History

HTTPS access


File Date Author Commit
 Dispatchers 2019-01-05 Guillaume De Saint Martin Guillaume De Saint Martin [48889e] #495 quality improvements
 RealTime 2019-01-20 Guillaume De Saint Martin Guillaume De Saint Martin [319f0a] improved code quality
 Social 2019-01-20 Guillaume De Saint Martin Guillaume De Saint Martin [319f0a] improved code quality
 Strategies 2019-01-20 Guillaume De Saint Martin Guillaume De Saint Martin [4bde8d] refactored .format strings into fstring
 TA 2019-01-20 Guillaume De Saint Martin Guillaume De Saint Martin [4bde8d] refactored .format strings into fstring
 Updaters 2019-01-27 Guillaume De Saint Martin Guillaume De Saint Martin [cec3d0] #578 now gracefully stops
 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-01-05 Herklos Herklos [d1d264] #509 [Matrix] Migrate to dataclass
 abstract_evaluator.py 2019-01-20 Guillaume De Saint Martin Guillaume De Saint Martin [4bde8d] refactored .format strings into fstring
 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-01-20 Guillaume De Saint Martin Guillaume De Saint Martin [319f0a] improved code quality
 evaluator_creator.py 2019-01-20 Guillaume De Saint Martin Guillaume De Saint Martin [319f0a] improved code quality
 evaluator_matrix.py 2019-01-20 Guillaume De Saint Martin Guillaume De Saint Martin [319f0a] improved code quality
 evaluator_task_manager.py 2019-01-05 Guillaume De Saint Martin Guillaume De Saint Martin [48889e] #495 quality improvements
 symbol_evaluator.py 2019-01-20 Guillaume De Saint Martin Guillaume De Saint Martin [4bde8d] refactored .format strings into fstring

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.