Metadata-Version: 1.2
Name: OctoBot-Evaluators
Version: 1.5.9
Summary: OctoBot project evaluators package
Home-page: https://github.com/Drakkar-Software/OctoBot-Evaluators
Author: Drakkar-Software
Author-email: drakkar-software@protonmail.com
License: LGPL-3.0
Description: # OctoBot-Evaluators [1.5.9](https://github.com/Drakkar-Software/OctoBot-Evaluators/blob/master/CHANGELOG.md)
        [![Codacy Badge](https://api.codacy.com/project/badge/Grade/a0c08eab5d4c440aa6e3fc3061ad0520)](https://app.codacy.com/gh/Drakkar-Software/OctoBot-Evaluators?utm_source=github.com&utm_medium=referral&utm_content=Drakkar-Software/OctoBot-Evaluators&utm_campaign=Badge_Grade_Dashboard)
        [![PyPI](https://img.shields.io/pypi/v/OctoBot-Evaluators.svg)](https://pypi.python.org/pypi/OctoBot-Evaluators/)
        [![Coverage Status](https://coveralls.io/repos/github/Drakkar-Software/OctoBot-Evaluators/badge.svg)](https://coveralls.io/github/Drakkar-Software/OctoBot-Evaluators)
        [![Build Status](https://travis-ci.com/Drakkar-Software/OctoBot-Evaluators.svg?branch=master)](https://travis-ci.com/Drakkar-Software/OctoBot-Evaluators) 
        [![Build Status](https://dev.azure.com/drakkarsoftware/OctoBot-Evaluators/_apis/build/status/Drakkar-Software.OctoBot-Evaluators?branchName=master)](https://dev.azure.com/drakkarsoftware/OctoBot-Evaluators/_build/latest?definitionId=5&branchName=master)
        
        # 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-Tentacles](https://github.com/Drakkar-Software/OctoBot-Tentacles).
        
        To install default evaluators and strategies in your OctoBot, run the following command: 
        
        ```bash
        python start.py tentacles --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 tentacles --install forum_evaluator john_smith_macd_evaluator advanced_twitter_evaluator
        ```
        
        **You can find how to create your OctoBot evaluators and strategies [here](https://github.com/Drakkar-Software/OctoBot/wiki/Customize-your-OctoBot).**
        
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Cython
Requires-Python: >=3.7
