[go: up one dir, main page]

Menu

Tree [cc83e9] 0.3.9 /
 History

HTTPS access


File Date Author Commit
 .github 2020-01-14 Guillaume De Saint Martin Guillaume De Saint Martin [039363] update codeowners
 backtesting 2019-09-16 Guillaume De Saint Martin Guillaume De Saint Martin [8f98ff] Revert "#978 can now call start.py from any dir...
 config 2020-03-09 Guillaume De Saint Martin Guillaume De Saint Martin [79d302] use api.coincap.io for currency list
 core 2019-05-08 Guillaume De Saint Martin Guillaume De Saint Martin [7ee1a9] #873 added no exchange symbol config handling a...
 docs 2019-12-28 Guillaume De Saint Martin Guillaume De Saint Martin [fe8428] now print error when started from wrong directory
 evaluator 2019-09-16 Guillaume De Saint Martin Guillaume De Saint Martin [4a2155] fix error on last backtesting tick if order cre...
 interfaces 2020-03-09 Guillaume De Saint Martin Guillaume De Saint Martin [79d302] use api.coincap.io for currency list
 logs 2018-04-10 Paul Bouquet Paul Bouquet [1c4dd1] Setup new logging with file
 services 2019-05-07 Guillaume De Saint Martin Guillaume De Saint Martin [e09290] #869 created Tentacle class and tentacles_manag...
 tentacles_management 2019-05-07 Guillaume De Saint Martin Guillaume De Saint Martin [e09290] #869 created Tentacle class and tentacles_manag...
 tests 2019-07-29 Guillaume De Saint Martin Guillaume De Saint Martin [d09f4b] fixed round in tests
 tools 2020-04-15 Guillaume De Saint Martin Guillaume De Saint Martin [611f5f] fix tentacle manager command
 trading 2019-12-14 Herklos Herklos [a6d5ee] Fixed ccxt removed find_market method
 .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-07-23 Herklos Herklos [5c5c9d] [Docker] improve dockerfile
 .gitattributes 2018-07-24 Paul Bouquet Paul Bouquet [c38e95] Fix gitattributes
 .gitignore 2019-07-18 Herklos Herklos [edac0a] Migrate config file to user folder #949
 .travis.yml 2020-04-24 Herklos Herklos [b233b1] Fix travis credentials
 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 2019-07-23 Herklos Herklos [5c5c9d] [Docker] improve dockerfile
 LICENSE 2018-10-05 Herklos Herklos [7aff77] Create LICENSE
 README.md 2020-02-10 Guillaume De Saint Martin Guillaume De Saint Martin [8f949b] update readme
 appveyor.yml 2019-12-28 Herklos Herklos [5266d2] Fix appveyor config setup
 dev_requirements.txt 2020-04-24 Guillaume De Saint Martin Guillaume De Saint Martin [28bf0c] [Version] v0.3.9
 pre_requirements.txt 2020-04-24 Guillaume De Saint Martin Guillaume De Saint Martin [cc83e9] freeze requirements
 requirements.txt 2020-04-24 Guillaume De Saint Martin Guillaume De Saint Martin [cc83e9] freeze requirements
 setup.cfg 2018-05-16 Paul Bouquet Paul Bouquet [d3345d] Create branch backtesting improvements
 setup.py 2019-05-08 Guillaume De Saint Martin Guillaume De Saint Martin [eb6d36] fixed code of conduct typo
 start.py 2019-12-28 Guillaume De Saint Martin Guillaume De Saint Martin [fe8428] now print error when started from wrong directory

Read Me

OctoBot 0.3.9-beta

PyPI
Code Factor
Downloads
Dockerhub
Coverage 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, user interfaces, services, ...).
Octobot's tentacles contains the bot's strategies.

To install OctoBot with its tentacles, just use the launcher 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 sur 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 !

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

With Docker

docker run -it -d --name MyAmazingOctobot -v $(pwd)/user:/bot/octobot/user -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
python3 -m pip install -r pre_requirements.txt
python3 -m pip install -r requirements.txt
python3 start.py -p install all

More details in wiki page and it's done !

Using OctoBot

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

Roadmap

Roadmap

Check out our detailed roadmap on the dedicated progress board.

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