[go: up one dir, main page]

Menu

Tree [2f6386] 0.4.23 /
 History

HTTPS access


File Date Author Commit
 .do 2022-01-16 Herklos Herklos [a2cf98] [DO] Fix template
 .github 2022-09-29 Herklos Herklos [fbfaeb] [CI] Add docker push to scaleway registry
 docker 2022-11-20 Herklos Herklos [32f7af] [Docker] Improve error handling in entrypoint
 octobot 2022-11-23 Guillaume De Saint Martin Guillaume De Saint Martin [56080e] [Version] v0.4.22
 tests 2022-10-29 Guillaume De Saint Martin Guillaume De Saint Martin [128190] [TechnicalAnalysisStrategyEvaluator] update def...
 .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
 CHANGELOG.md 2022-11-23 Guillaume De Saint Martin Guillaume De Saint Martin [56080e] [Version] v0.4.22
 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 2022-11-12 Herklos Herklos [7c3ee3] [Docker] Add efs
 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 2022-11-23 Guillaume De Saint Martin Guillaume De Saint Martin [56080e] [Version] v0.4.22
 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 2022-11-24 Guillaume De Saint Martin Guillaume De Saint Martin [006b31] [Requirements] bump
 setup.cfg 2020-11-21 Guillaume De Saint Martin Guillaume De Saint Martin [a62aeb] remove ignored pytest pep8 options
 setup.py 2022-08-11 Guillaume De Saint Martin Guillaume De Saint Martin [a0879f] [Copyright] update year
 standard.rc 2020-11-12 herklos herklos [7c567c] [CI] Migrate to github actions
 start.py 2022-08-11 Guillaume De Saint Martin Guillaume De Saint Martin [a0879f] [Copyright] update year

Read Me

OctoBot 0.4.23

PyPI
Codacy BadgeDownloads
Dockerhub
OctoBot-CI
UptimeRobot

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.

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.

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>=0.4.1
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

One click deployment

Follow the Digital Ocean installation guide

In short :

Deploy to DO

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.

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.