Metadata-Version: 1.2
Name: OctoBot-Evaluators
Version: 1.6.13
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.6.13](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)
        [![Github-Action-CI](https://github.com/Drakkar-Software/OctoBot-Evaluators/workflows/OctoBot-Evaluators-CI/badge.svg)](https://github.com/Drakkar-Software/OctoBot-Evaluators/actions)
        [![Build Status](https://cloud.drone.io/api/badges/Drakkar-Software/OctoBot-Evaluators/status.svg)](https://cloud.drone.io/Drakkar-Software/OctoBot-Evaluators)
        
        # 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://docs.octobot.online/pages/Customize-your-OctoBot.html).**
        
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Operating System :: OS Independent
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Cython
Requires-Python: >=3.8
