Metadata-Version: 2.4
Name: octobot_evaluators
Version: 1.9.9
Summary: OctoBot project evaluators package
Home-page: https://github.com/Drakkar-Software/OctoBot-Evaluators
Author: Drakkar-Software
Author-email: contact@drakkar.software
License: LGPL-3.0
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 :: Python :: 3.9
Requires-Python: >=3.8
License-File: LICENSE
Requires-Dist: numpy==1.26.3
Requires-Dist: Async-Channel<2.3,>=2.2
Requires-Dist: OctoBot-Commons<1.10,>=1.9
Requires-Dist: OctoBot-Tentacles-Manager<2.10,>=2.9
Requires-Dist: OctoBot-Tulipy>=0.4.3
Provides-Extra: full
Requires-Dist: OctoBot-Commons[full]<1.10,>=1.9; extra == "full"
Requires-Dist: OctoBot-Tentacles-Manager[full]<2.10,>=2.9; extra == "full"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# OctoBot-Evaluators [1.9.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)
[![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 [on the OctoBot guides](https://www.octobot.cloud/en/guides/octobot-tentacles-development/customize-your-octobot?utm_source=octobot&utm_medium=dk&utm_campaign=regular_open_source_content&utm_content=octobot_evaluators_readme).**


# [Octobot Module Manager](https://github.com/Drakkar-Software/OctoBot-Tentacles-Manager)
A module manager for your [OctoBot](https://github.com/Drakkar-Software/OctoBot) ! 

- Install OctoBot-Tentacles-Manager from pip : 

``` {.sourceCode .bash}
$ python3 -m pip install OctoBot-Tentacles-Manager
```

# [Customize your Octobot](https://www.octobot.cloud/en/guides/octobot-tentacles-development/customize-your-octobot)
