https://github.com/drakkar-software/octobot-evaluators
OctoBot evaluators package
https://github.com/drakkar-software/octobot-evaluators
bitcoin evaluator python social-engineering strategies trading trading-algorithms
Last synced: about 1 year ago
JSON representation
OctoBot evaluators package
- Host: GitHub
- URL: https://github.com/drakkar-software/octobot-evaluators
- Owner: Drakkar-Software
- License: lgpl-3.0
- Created: 2019-07-23T14:10:50.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-11-04T09:07:48.000Z (over 1 year ago)
- Last Synced: 2025-04-09T04:37:02.197Z (about 1 year ago)
- Topics: bitcoin, evaluator, python, social-engineering, strategies, trading, trading-algorithms
- Language: Python
- Homepage: https://www.octobot.cloud
- Size: 563 KB
- Stars: 10
- Watchers: 4
- Forks: 23
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# OctoBot-Evaluators [1.9.7](https://github.com/Drakkar-Software/OctoBot-Evaluators/blob/master/CHANGELOG.md)
[](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)
[](https://pypi.python.org/pypi/OctoBot-Evaluators/)
[](https://coveralls.io/github/Drakkar-Software/OctoBot-Evaluators)
[](https://github.com/Drakkar-Software/OctoBot-Evaluators/actions)
[](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)