Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 6 days 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-23T21:14:23.000Z (26 days ago)
- Last Synced: 2024-10-24T09:25:03.290Z (26 days 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: 11.7 MB
- Stars: 132
- Watchers: 16
- Forks: 72
- Open Issues: 50
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OctoBot-Tentacles
[![OctoBot-Tentacles-CI](https://github.com/Drakkar-Software/OctoBot-Tentacles/workflows/OctoBot-Tentacles-CI/badge.svg)](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)