Skip to content

This repository contains public tentacles (packages) for the OctoBot project

License

Notifications You must be signed in to change notification settings

c0indev3l/OctoBot-Tentacles

 
 

Repository files navigation

OctoBot-Tentacles

OctoBot-Tentacles-CI

This repository contains default evaluators, strategies, utilitary modules, interfaces and trading modes for the 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.

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 repo

Tips:

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)

About

This repository contains public tentacles (packages) for the OctoBot project

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 77.7%
  • HTML 11.6%
  • JavaScript 9.9%
  • Other 0.8%