[go: up one dir, main page]

Menu

Tree [6870db] 0.4.0b9 /
 History

HTTPS access


File Date Author Commit
 .do 2020-12-22 Guillaume De Saint Martin Guillaume De Saint Martin [54e678] use master in digital ocean deployment
 .github 2021-04-10 Herklos Herklos [bbc669] [CI][Docker] Fix tentacles grep
 docs 2021-05-24 Herklos Herklos [fd988f] [Doc] Update profile pages
 octobot 2021-05-31 Guillaume De Saint Martin Guillaume De Saint Martin [fd1303] [CommunityAnalysis] fix aiohttp simultaneous re...
 tests 2021-05-25 Guillaume De Saint Martin Guillaume De Saint Martin [92b719] [Authentication] use octobot-commons authentica...
 .coveragerc 2019-01-02 Herklos Herklos [9b8620] Remove launcher
 .dockerignore 2021-01-03 Herklos Herklos [319786] Add .nojekyll file
 .drone.yml 2021-04-07 herklos herklos [bcdc46] [CI] Remove OCTOBOT_PYPI_URL
 .env 2021-02-21 herklos herklos [6a1121] [Docker] Add nginx to docker-compose
 .gitignore 2021-02-21 herklos herklos [6a1121] [Docker] Add nginx to docker-compose
 .gitlab-ci.yml 2020-12-22 Guillaume De Saint Martin Guillaume De Saint Martin [793eb8] remove 0.4.0 branch references
 .nojekyll 2021-01-03 Herklos Herklos [319786] Add .nojekyll file
 CHANGELOG.md 2021-05-31 Guillaume De Saint Martin Guillaume De Saint Martin [0cf2c1] [Version] v0.4.0b9
 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 2021-03-23 Guillaume De Saint Martin Guillaume De Saint Martin [5ed680] [Dockerfile] cleanup
 LICENSE 2018-10-05 Herklos Herklos [7aff77] Create LICENSE
 Makefile 2020-05-16 herklos herklos [e8cdb7] Update requirements
 Procfile 2020-06-30 Herklos Herklos [48e3dd] [HerokuDemo] Add procfile
 README.md 2021-05-31 Guillaume De Saint Martin Guillaume De Saint Martin [0cf2c1] [Version] v0.4.0b9
 dev_requirements.txt 2021-04-20 Guillaume De Saint Martin Guillaume De Saint Martin [65e1ac] freeze pytest-asyncio version while waiting for...
 doc_requirements.txt 2021-01-03 Herklos Herklos [9358fc] [DOC] Add wiki pages as rst
 docker-compose.yml 2021-03-06 Herklos Herklos [df56aa] [Docker] Improve ssl generation and usage
 docker-entrypoint.sh 2020-10-27 Herklos Herklos [6f6aab] [Docker] Add entrypoint with config dump
 okteto-stack.yaml 2021-05-22 Herklos Herklos [e16dcb] Fix okteto-stack.yaml resources
 requirements.txt 2021-06-01 Guillaume De Saint Martin Guillaume De Saint Martin [c9c206] bump trading version
 runtime.txt 2020-10-23 Herklos Herklos [5f010a] [Compatibility] Add python 3.8 support
 setup.cfg 2020-11-21 Guillaume De Saint Martin Guillaume De Saint Martin [a62aeb] remove ignored pytest pep8 options
 setup.py 2021-05-09 herklos herklos [7b66f3] [CLI] Load profile if necessary after tentacle ...
 standard.rc 2020-11-12 herklos herklos [7c567c] [CI] Migrate to github actions
 start.py 2020-05-16 herklos herklos [5fbf47] [CLI] Move main to octobot

Read Me

OctoBot 0.4.0-beta9

PyPI
Codacy BadgeDownloads
Dockerhub
Coverage Status
OctoBot-CI
Build Status
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 !

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

Develop on Okteto

  • Free 24-hour demo repeatable indefinitely on Okteto simply using your Github account

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

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.