[go: up one dir, main page]

Menu

Tree [7b22cf] 0.3.2b-beta /
 History

HTTPS access


File Date Author Commit
 .github 2018-12-19 Herklos Herklos [966d28] Update main.workflow
 backtesting 2019-01-27 Guillaume De Saint Martin Guillaume De Saint Martin [e564d7] fixed backtesting analysis stopping info
 config 2019-03-10 Guillaume DSM Guillaume DSM [7b22cf] 0.3.2b
 docs 2019-03-10 Guillaume De Saint Martin Guillaume De Saint Martin [f93bbb] version 0.3.2-beta
 evaluator 2019-03-03 Guillaume De Saint Martin Guillaume De Saint Martin [63eb91] #697 moved matrix log before trading mode trigg...
 interfaces 2019-03-10 Guillaume De Saint Martin Guillaume De Saint Martin [2a19c9] portfolio pie chart now start with blue
 logs 2018-04-10 Paul Bouquet Paul Bouquet [1c4dd1] Setup new logging with file
 services 2019-02-23 Guillaume De Saint Martin Guillaume De Saint Martin [00080b] fixed log error in case of not telegram evaluator
 tests 2019-03-06 Guillaume De Saint Martin Guillaume De Saint Martin [640ee9] #711 fixed market status fixer when precision d...
 tools 2019-02-23 Guillaume De Saint Martin Guillaume De Saint Martin [8def80] #694 fixed web interface if no TA activated
 trading 2019-03-10 Guillaume De Saint Martin Guillaume De Saint Martin [2616fc] #717 web socket restart message is now a parameter
 .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 2018-12-23 Herklos Herklos [5d5d8d] Improve Dockerfile
 .gitattributes 2018-07-24 Paul Bouquet Paul Bouquet [c38e95] Fix gitattributes
 .gitignore 2018-08-08 Paul Bouquet Paul Bouquet [070ee9] Add specs to git
 .travis.yml 2019-02-08 Herklos Herklos [a74781] Migrate from beta branch to master
 CODE_OF_CONDUCT.md 2019-01-20 Guillaume De Saint Martin Guillaume De Saint Martin [df9595] updated contact email address
 CONTRIBUTING.md 2018-05-29 Paul Bouquet Paul Bouquet [c46042] #174 Fix Octobot name to OctoBot
 Dockerfile 2019-01-26 Herklos Herklos [c4ad2d] #595 remove pre-launcher
 LICENSE 2018-10-05 Herklos Herklos [7aff77] Create LICENSE
 README.md 2019-03-10 Guillaume De Saint Martin Guillaume De Saint Martin [f93bbb] version 0.3.2-beta
 appveyor.yml 2019-01-21 Herklos Herklos [84f573] Move files from OctoBot to OctoBot-Binary
 dev_requirements.txt 2019-02-18 Renovate Bot Renovate Bot [2bc8f2] Update dependency pytest to v4.3.0
 octobot.py 2019-03-10 Guillaume De Saint Martin Guillaume De Saint Martin [dae7fa] fixed trader simulator start
 pre_requirements.txt 2019-01-28 Herklos Herklos [3a2c48] Remove pandas
 renovate.json 2019-02-17 Guillaume De Saint Martin Guillaume De Saint Martin [83024c] renovate ignore tentacle manager
 requirements.txt 2019-02-17 Guillaume De Saint Martin Guillaume De Saint Martin [d8bc32] can now specify tantacles branches
 setup.cfg 2018-05-16 Paul Bouquet Paul Bouquet [d3345d] Create branch backtesting improvements
 setup.py 2019-02-06 Herklos Herklos [f403b1] Migrate tentacle manager to external repository
 start.py 2019-02-17 Guillaume De Saint Martin Guillaume De Saint Martin [5a0dd8] #663 telegram dispatcher working

Read Me

OctoBot 0.3.2-beta

PyPI
Code Factor
Downloads
Dockerhub
Coverage Status
Build Status
Build status

Octobot Community

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 PIP

  • Install python3.7 (https://www.python.org/downloads/)
python3.7 -m pip install OctoBot
OctoBot-Launcher

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