Menu

Tree [c80db1] master 0.4.51 /
 History

HTTPS access


File Date Author Commit
 .github 2023-05-12 Guillaume De Saint Martin Guillaume De Saint Martin [ec14c5] [CI] only use ubuntu for release
 docker 2023-03-14 herklos herklos [c21d5c] [Docker][EFS] Add amazon-efs-mount-watchdog
 exchanges_tests 2023-05-17 Guillaume De Saint Martin Guillaume De Saint Martin [b17b12] [ExchangeTester] handle bundled orders groupped...
 octobot 2023-06-09 Guillaume De Saint Martin Guillaume De Saint Martin [be97c4] [Version] v0.4.51
 tests 2023-02-05 Guillaume De Saint Martin Guillaume De Saint Martin [f91306] [Tests] add set_ready_to_start
 .coveragerc 2019-01-02 Herklos Herklos [9b8620] Remove launcher
 .dockerignore 2021-01-03 Herklos Herklos [319786] Add .nojekyll file
 .gitignore 2022-10-28 Herklos Herklos [4e4ab5] [ENV] Add dotenv
 .gitpod.yml 2023-02-19 Naitik Kapadia Naitik Kapadia [5c68fd] Fixed Port
 CHANGELOG.md 2023-06-09 Guillaume De Saint Martin Guillaume De Saint Martin [be97c4] [Version] v0.4.51
 CODE_OF_CONDUCT.md 2019-05-08 Guillaume De Saint Martin Guillaume De Saint Martin [eb6d36] fixed code of conduct typo
 CONTRIBUTING.md 2019-04-27 Herklos Herklos [c8ff10] Update contributing
 DELIVERY.md 2021-01-03 Herklos Herklos [e90d06] Move DELIVERY.md
 Dockerfile 2023-05-04 Herklos Herklos [f7940d] [Docker] Migrate to 3.10 and remove cythonization
 LICENSE 2021-11-21 Guillaume De Saint Martin Guillaume De Saint Martin [edfefe] update to GPL
 MANIFEST.in 2021-08-07 Herklos Herklos [79c94e] Update MANIFEST.in
 Makefile 2020-05-16 herklos herklos [e8cdb7] Update requirements
 README.md 2023-06-09 Guillaume De Saint Martin Guillaume De Saint Martin [be97c4] [Version] v0.4.51
 dev_requirements.txt 2022-07-17 Guillaume De Saint Martin Guillaume De Saint Martin [8375b1] [Tests] migrate async fixtures
 docker-compose.yml 2022-10-28 Herklos Herklos [02f5dd] [Docker] Fix docker-compose without .env
 requirements.txt 2023-06-08 Guillaume De Saint Martin Guillaume De Saint Martin [92241b] [Requirements] bump
 setup.cfg 2023-04-21 Guillaume De Saint Martin Guillaume De Saint Martin [7f0625] [Pytest] disable failfast
 setup.py 2023-05-02 Guillaume De Saint Martin Guillaume De Saint Martin [dd4718] [Cython] remove
 standard.rc 2023-05-02 Guillaume De Saint Martin Guillaume De Saint Martin [dd4718] [Cython] remove
 start.py 2023-01-01 Guillaume De Saint Martin Guillaume De Saint Martin [29b8d8] [Copyright] update year

Read Me

OctoBot 0.4.51

PyPI
Codacy Badge
Downloads
Dockerhub
OctoBot-CI
UptimeRobot

Octobot Community

Active OctoBot
Telegram Chat
Discord
Telegram News
Twitter
YouTube

Octobot Logo

Web Interface

Description

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

See the Octobot official website.

This repository contains all the features of the bot (trading tools, evaluation engines, the backtesting toolkit, ...).
Octobot's tentacles contains the bot's strategies and user interfaces.

To install OctoBot with its tentacles, just use the latest release for your system and your OctoBot is ready !

Find the answers to the most common questions in our FAQ.

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!

Hardware requirements

  • CPU : 1 Core / 1GHz
  • RAM : 250 MB
  • Disk : 1 GB

Installation

OctoBot's installation is very simple... because it is very documented ! See the installation guides for more info.

One click deployment

Deploy your OctoBot on the OctoBot Cloud. No installation is required and your OctoBot will always be online and reachable.

Telegram News

With executable

Follow the 2 steps installation guide

In short:
- Use the latest release on the release page

With Docker

Follow the docker installation guide

In short :

docker run -itd --name OctoBot -p 80:5001 -v $(pwd)/user:/octobot/user -v $(pwd)/tentacles:/octobot/tentacles -v $(pwd)/logs:/octobot/logs drakkarsoftware/octobot:stable

And then open http://localhost.

With docker-compose :

docker-compose up -d

And then open https://octobot.localhost.

With pip

In short :

pip install OctoBot
Octobot

With python sources

Follow the python installation guide

In short :

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

Exchanges

Binance
Okx
GateIO
Huobi
Hollaex
Coinbase
Kucoin
Bitmex
Ascendex

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 exchange documentation.

Contribute from a browser IDE

Make changes and contribute to OctoBot in a single click with an already setup and ready to code developer environment using Gitpod !

Open in Gitpod

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.

Please feel free to read the source code and understand the mechanism of this bot.

License

GNU General Public License v3.0 or later.

See LICENSE to see the full text.

Sponsors

JetBrains with PyCharm Pro.

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

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.