[go: up one dir, main page]

Menu

Tree [72cca0] 0.4.0-alpha19 /
 History

HTTPS access


File Date Author Commit
 .github 2020-04-17 Herklos Herklos [cd50b9] Revert github action
 docs 2020-05-20 Guillaume De Saint Martin Guillaume De Saint Martin [f086a8] update config related scripts
 logs 2018-04-10 Paul Bouquet Paul Bouquet [1c4dd1] Setup new logging with file
 octobot 2020-06-15 Guillaume De Saint Martin Guillaume De Saint Martin [72cca0] [Version] 0.4.0-alpha19
 tests 2020-06-09 Guillaume De Saint Martin Guillaume De Saint Martin [2c86b3] fix tentacles tests
 .coveragerc 2019-01-02 Herklos Herklos [9b8620] Remove launcher
 .coveralls.yml 2018-06-19 Paul Bouquet Paul Bouquet [1f829c] Fix coveralls fails when parallel build
 .dockerignore 2019-12-22 Herklos Herklos [b0c7cb] [Version] v0.4.0-a4
 .drone.yml 2020-05-17 herklos herklos [d7c27e] [CI] Add custom pypi url
 .gitignore 2020-03-30 Guillaume De Saint Martin Guillaume De Saint Martin [f1b9f5] factorize params and update gitignore
 .gitlab-ci.yml 2019-12-17 Herklos Herklos [9c826a] Fixed gitlab-ci
 .travis.yml 2020-05-20 Guillaume De Saint Martin Guillaume De Saint Martin [f086a8] update config related scripts
 CHANGELOG.md 2020-06-15 Guillaume De Saint Martin Guillaume De Saint Martin [72cca0] [Version] 0.4.0-alpha19
 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
 Dockerfile 2020-06-02 Guillaume De Saint Martin Guillaume De Saint Martin [0325ac] remove unbound no_open_web param
 LICENSE 2018-10-05 Herklos Herklos [7aff77] Create LICENSE
 Makefile 2020-05-16 herklos herklos [e8cdb7] Update requirements
 README.md 2020-06-15 Guillaume De Saint Martin Guillaume De Saint Martin [72cca0] [Version] 0.4.0-alpha19
 azure-pipelines.yml 2020-05-27 Herklos Herklos [ff44d7] Remove windows bdist_wheel distribution
 dev_requirements.txt 2020-05-06 Guillaume De Saint Martin Guillaume De Saint Martin [14639d] remove pytest-pep8
 docker-compose.yml 2020-05-27 Herklos Herklos [21988b] [Docker] Add docker-compose.yml
 requirements.txt 2020-06-15 Guillaume De Saint Martin Guillaume De Saint Martin [21811a] update requirements
 setup.cfg 2020-05-06 Guillaume De Saint Martin Guillaume De Saint Martin [14639d] remove pytest-pep8
 setup.py 2020-05-28 Guillaume De Saint Martin Guillaume De Saint Martin [63cc03] bump cython requirements
 start.py 2020-05-16 herklos herklos [5fbf47] [CLI] Move main to octobot

Read Me

OctoBot 0.4.0-alpha19

PyPI
Codacy BadgeDownloads
Dockerhub
Coverage Status
Build Status
Build Status
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, interfaces, services, ...) without any modules (Octobot's tentacles).

To install tentacles, you just have to use the integrated tentacle manager
and your OctoBot is ready !

Your Octobot

Telegram interface
Twitter Interface

OctoBot is highly customizable using its configuration and tentacles system. You can therefore build your own bot using the infinite configuration possibilities.

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 "Update OctoBot"

With Docker

touch config.json && docker run -it -d --name MyAmazingOctobot -v $(pwd)/config.json:/bot/octobot/config.json -v $(pwd)/logs:/bot/octobot/logs -v $(pwd)/tentacles:/bot/octobot/tentacles drakkarsoftware/octobot:beta

With python sources (unix)

  • Install python3.7 (https://www.python.org/downloads/)
git clone git@github.com:Drakkar-Software/OctoBot.git && cd OctoBot
cp ./config/default_config.json ./config.json
pip3 install -r pre_requirements.txt
pip3 install -r requirements.txt
python3 start.py -p install all

With python sources (unix)

  • Install python3.7 (https://www.python.org/downloads/)
git clone git@github.com:Drakkar-Software/OctoBot.git && cd OctoBot
cp ./config/default_config.json ./config.json
pip3 install -r pre_requirements.txt
pip3 install -r requirements.txt
python3 start.py -p install all

More details in wiki page and it's done !

Usage

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

Exchanges

Binance
Bitmex
Bitfinex
Bitfinex
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.

Roadmap

Roadmap

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.

Contribute

See the contribution wiki page