[go: up one dir, main page]

Menu

Tree [9d974a] 0.1.5_2-beta /
 History

HTTPS access


File Date Author Commit
 .github 2018-05-29 Paul Bouquet Paul Bouquet [c46042] #174 Fix Octobot name to OctoBot
 backtesting 2018-07-23 Herklos Herklos [dbaf3d] Delete __init__.py
 config 2018-07-24 Paul Bouquet Paul Bouquet [fe208f] Fix default config
 docs 2018-07-24 Paul Bouquet Paul Bouquet [00409b] #309 #311 #312 Config edition from interface
 evaluator 2018-07-23 Guillaume De Saint Martin Guillaume De Saint Martin [0b5810] #330 fixed multi symbol backtesting error
 interfaces 2018-07-24 Paul Bouquet Paul Bouquet [033103] #309 Fix default exchange key display
 logs 2018-04-10 Paul Bouquet Paul Bouquet [1c4dd1] Setup new logging with file
 services 2018-07-20 Guillaume De Saint Martin Guillaume De Saint Martin [99a3e0] #305 try to fix twitter tweet streaming unexpec...
 tests 2018-07-23 Guillaume De Saint Martin Guillaume De Saint Martin [6c28a6] #330 fixed abstract strategy forgotten comment
 tools 2018-07-24 Paul Bouquet Paul Bouquet [272eed] #309 Fix key encryption
 trading 2018-07-23 Guillaume De Saint Martin Guillaume De Saint Martin [053c35] #330 removed useless log info
 .coveragerc 2018-07-23 Herklos Herklos [ee5e9f] Update .coveragerc
 .coveralls.yml 2018-06-19 Paul Bouquet Paul Bouquet [1f829c] Fix coveralls fails when parallel build
 .gitignore 2018-07-24 Paul Bouquet Paul Bouquet [00409b] #309 #311 #312 Config edition from interface
 .travis.yml 2018-07-21 Guillaume De Saint Martin Guillaume De Saint Martin [cc7cdb] #330 moved backtesting test into functional tes...
 CODE_OF_CONDUCT.md 2018-05-22 Herklos Herklos [8d6006] Create CODE_OF_CONDUCT.md
 CONTRIBUTING.md 2018-05-29 Paul Bouquet Paul Bouquet [c46042] #174 Fix Octobot name to OctoBot
 Dockerfile 2018-06-25 Paul Bouquet Paul Bouquet [c290aa] Add tentacles clean in docker file
 LICENSE 2018-05-18 Guillaume De Saint Martin Guillaume De Saint Martin [2d7aea] Updated Licence
 README.md 2018-07-24 Paul Bouquet Paul Bouquet [22e2f9] [Version] Prepare release and add interface war...
 appveyor.yml 2018-07-18 Paul Bouquet Paul Bouquet [27055b] #326 Fix CIs
 dev_requirements.txt 2018-07-23 Herklos Herklos [bf4e93] Update dev_requirements.txt
 octobot.py 2018-07-22 Paul Bouquet Paul Bouquet [40909b] Small fixes
 pre_requirements.txt 2018-06-28 dependabot[bot] dependabot[bot] [7875e9] Bump lxml from 4.1.1 to 4.2.3
 renovate.json 2018-07-12 Renovate Bot Renovate Bot [b6ae77] Add renovate.json
 requirements.txt 2018-07-23 Herklos Herklos [b6cc4c] Update requirements.txt
 setup.cfg 2018-05-16 Paul Bouquet Paul Bouquet [d3345d] Create branch backtesting improvements
 setup.py 2018-06-18 Paul Bouquet Paul Bouquet [bfe2e7] Definitive fix CI
 start.py 2018-07-17 Paul Bouquet Paul Bouquet [98502b] #320 [Backtesting] do not start unecessary serv...
 tox.ini 2018-06-02 Paul Bouquet Paul Bouquet [893291] #205 remove python 3.4

Read Me

OctoBot 0.1.5_2-beta

Codacy Badge Build Status Code Factor Build Status Coverage Status Codefresh build status Build status

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 !

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.

Installation

OctoBot's installation is very simple... because very documented !

Just follow the installation wiki page and it's done !

Usage

After the installation have a look at the
usage wiki page to know all the features of the OctoBot.

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