https://github.com/drakkar-software/octobot-tentacles
This repository contains public tentacles (packages) for the OctoBot project
https://github.com/drakkar-software/octobot-tentacles
cryptobot cryptocurrency evaluator packages python social-analytics technical-analysis trading-algorithms trading-bot trading-strategies
Last synced: 3 months ago
JSON representation
This repository contains public tentacles (packages) for the OctoBot project
- Host: GitHub
- URL: https://github.com/drakkar-software/octobot-tentacles
- Owner: Drakkar-Software
- License: lgpl-3.0
- Created: 2018-05-18T11:34:47.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2025-04-11T14:45:24.000Z (3 months ago)
- Last Synced: 2025-04-13T07:48:51.997Z (3 months ago)
- Topics: cryptobot, cryptocurrency, evaluator, packages, python, social-analytics, technical-analysis, trading-algorithms, trading-bot, trading-strategies
- Language: Python
- Homepage: https://www.octobot.cloud
- Size: 12.4 MB
- Stars: 139
- Watchers: 16
- Forks: 74
- Open Issues: 51
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OctoBot-Tentacles
[](https://github.com/Drakkar-Software/OctoBot-Tentacles/actions)This repository contains default evaluators, strategies, utilitary modules, interfaces and trading modes for the [OctoBot](https://github.com/Drakkar-Software/OctoBot) project.
Modules in this tentacles are installed in the **Default** folder of the associated module types
To add custom tentacles to your OctoBot, see the [dedicated docs page](https://www.octobot.cloud/guides/octobot-tentacles-development/customize-your-octobot?utm_source=octobot&utm_medium=dk&utm_campaign=regular_open_source_content&utm_content=octobot_tentacles_readme).
## Contributing to the official OctoBot Tentacles:
1. Create your own fork of this repo
2. Start your branch from the `dev` branch of this repo
3. Commit and push your changes into your fork
4. Create a pull request from your branch on your fork to the `dev` branch of this repoTips:
To export changes from your local OctoBot tentacles folder into this repo, run this command from your OctoBot folder:
`python start.py tentacles -e "../../OctoBot-Tentacles" OctoBot-Default-Tentacles -d "tentacles"`
Where:
- `start.py`: start.py script from your OctoBot folder
- `tentacles`: the tentacles command of the script
- `../../OctoBot-Tentacles`: the path to your fork of this repository (relatively to the folder you are running the command from)
- `OctoBot-Default-Tentacles`: filter to only export tentacles tagged as `OctoBot-Default-Tentacles` (in metadata file)
- `-d tentacles`: name of your OctoBot tentacles folder that are to be copied to the repo (relatively to the folder you are running the command from)