Octobot

Octobot is a powerful fully modular open-source cryptocurrency trading robot.

This repository contains all the features of the bot (trading tools, user interfaces, services, ...). Octobot's tentacles contains the bot's strategies.

To install OctoBot with its tentacles, just use the launcher and your OctoBot is ready !

web-interface

Your Octobot

twitter-interface

OctoBot is highly customizable using its configuration and tentacles system.
You can build your own bot using the infinite configuration possibilities such as
technical analysis, social media processing or even external statistics management like google trends.

OctoBot is AI ready: Python being the main language for OctoBot, it's easy to integrate machine-learning libraries sur as Tensorflow or
any other lib and take advantage of all the available data and create a very powerful trading strategy.

Octobot's main feature is evolution : you can install,
modify and even create any tentacle you want to build your ideal cryptocurrency trading robot. You can even share your OctoBot evolutions !

Installation

OctoBot's installation is very simple... because very documented !

With Launcher (only for 64 bits)

  • Open the OctoBot-Launcher release page
  • Download launcher (laucher_windows.exe or launcher_linux)
  • Start the launcher
  • Click on "Install OctoBot"

With Docker

docker run -it -d --name MyAmazingOctobot -v $(pwd)/user:/bot/octobot/user -v $(pwd)/logs:/bot/octobot/logs -v $(pwd)/tentacles:/bot/octobot/tentacles drakkarsoftware/octobot:beta

With python sources (unix)

git clone [email protected]:Drakkar-Software/OctoBot.git && cd OctoBot
python3 -m pip install -r pre_requirements.txt
python3 -m pip install -r requirements.txt
python3 start.py -p install all

More details in wiki page and it's done !

Using OctoBot

  • Just start the launcher
  • Click on "Start Octobot"

For more information have a look at the
usage wiki page to know all the features of the OctoBot.

Disclaimer

Do not risk money which you are afraid to lose. USE THE SOFTWARE AT YOUR OWN RISK. THE AUTHORS
AND ALL AFFILIATES ASSUME NO RESPONSIBILITY FOR YOUR TRADING RESULTS.

Always start by running a trading bot in simulation mode and do not engage money
before you understand how it works and what profit/loss you should
expect.

Do not hesitate to read the source code and understand the mechanism of this bot.

GitHub