Skip to content

Cryptocurrency trading bot: high frequency, daily trading, social trading, ...

License

Notifications You must be signed in to change notification settings

ransbymich/OctoBot

 
 

Repository files navigation

OctoBot 0.4.0-beta2

PyPI Codacy BadgeDownloads Dockerhub Coverage Status OctoBot-CI Build Status

Octobot Community

Active OctoBot Telegram Chat Discord Telegram News Twitter

Octobot Logo

Web Interface

Description

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 !

Your Octobot

Telegram interface 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 such 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 ! See the OctoBot Wiki for more info.

  • Open the OctoBot-Binary release page
  • Open the latest release Assets panel
  • Download the OctoBot executable for your platform
  • Start OctoBot

Self hosting with docker :

docker run -itd --name OctoBot -p 80:5001 drakkarsoftware/octobot:0.4.0-stable

And then open http://localhost.

git clone https://github.com/Drakkar-Software/OctoBot.git
cd OctoBot
python3 -m pip install -Ur requirements.txt
python3 start.py

One click deployment

Deploy to DO

Get 60-day free hosting by registering with OctoBot referral link.

Exchanges

Binance Bitmex Bitmax Coinbase Kucoin Bitfinex Bittrex

Octobot supports many exchanges thanks to the ccxt library. To activate trading on an exchange, just configure OctoBot with your api keys as described on the wiki.

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.

Sponsors

JetBrains with PyCharm Pro.

Special thanks to DigitalOcean for hosting OctoBot's open source tentacles and community websites.

About

Cryptocurrency trading bot: high frequency, daily trading, social trading, ...

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 98.3%
  • Other 1.7%