Menu

Tree [868831] 0.0.12-alpha /
 History

HTTPS access


File Date Author Commit
 .github 2018-05-21 Herklos Herklos [ef0373] Update issue templates
 backtesting 2018-05-23 Paul Bouquet Paul Bouquet [2114fe] #148 Add error rate warning
 config 2018-05-26 Paul Bouquet Paul Bouquet [06ab61] [Alpha version] Draft alpha version 0.0.12
 docs 2018-05-26 Paul Bouquet Paul Bouquet [06ab61] [Alpha version] Draft alpha version 0.0.12
 evaluator 2018-05-26 Guillaume De Saint Martin Guillaume De Saint Martin [7411f7] #103 now handle reconnexion on reddit dispatcher
 interfaces 2018-05-23 Guillaume De Saint Martin Guillaume De Saint Martin [81db6f] #172 added try except to investigate profitabil...
 logs 2018-04-10 Paul Bouquet Paul Bouquet [1c4dd1] Setup new logging with file
 services 2018-05-22 Guillaume De Saint Martin Guillaume De Saint Martin [ab67ad] Code quality improvement
 tests 2018-05-24 Paul Bouquet Paul Bouquet [e0bfe0] Remove mpl_finance installation requirement
 tools 2018-05-26 Paul Bouquet Paul Bouquet [2d31a3] [Commands] Fix update
 trading 2018-05-26 Guillaume De Saint Martin Guillaume De Saint Martin [d91fdb] added log.info when an order in cancelled
 .coveralls.yml 2018-05-01 Paul Bouquet Paul Bouquet [c47976] #86 [CI] Implement third party
 .gitignore 2018-05-23 Guillaume De Saint Martin Guillaume De Saint Martin [81db6f] #172 added try except to investigate profitabil...
 .travis.yml 2018-05-24 Paul Bouquet Paul Bouquet [e0bfe0] Remove mpl_finance installation requirement
 CODE_OF_CONDUCT.md 2018-05-22 Herklos Herklos [8d6006] Create CODE_OF_CONDUCT.md
 CONTRIBUTING.md 2018-04-20 Paul Bouquet Paul Bouquet [b5858d] #85 #83 Create CONTRIBUTING.md and issue templates
 Dockerfile 2018-05-26 Paul Bouquet Paul Bouquet [691284] Add windows installer
 LICENSE 2018-05-18 Guillaume De Saint Martin Guillaume De Saint Martin [2d7aea] Updated Licence
 README.md 2018-05-26 Paul Bouquet Paul Bouquet [06ab61] [Alpha version] Draft alpha version 0.0.12
 cryptobot.py 2018-05-23 Guillaume De Saint Martin Guillaume De Saint Martin [a08dc7] #176 now load bot package only if necessary
 dev_requirements.txt 2018-05-21 Paul Bouquet Paul Bouquet [5f8988] Remove useless requirements and experiments
 requirements.txt 2018-05-24 Paul Bouquet Paul Bouquet [e0bfe0] Remove mpl_finance installation requirement
 setup.cfg 2018-05-16 Paul Bouquet Paul Bouquet [d3345d] Create branch backtesting improvements
 setup.py 2018-05-22 Guillaume De Saint Martin Guillaume De Saint Martin [ab67ad] Code quality improvement
 start.py 2018-05-23 Guillaume De Saint Martin Guillaume De Saint Martin [10fa5f] updated gitignore
 tox.ini 2018-05-01 Paul Bouquet Paul Bouquet [d90fb8] #86 change CI with tox

Read Me

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

Version 0.0.12-alpha (changelog)

Disclaimer

This software is for educational purposes only. 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.

We strongly recommend you to have coding and Python knowledge. Do not
hesitate to read the source code and understand the mechanism of this bot.

Moreover, we are in the alpha phase so you should not expect the bot to be stable.

Demo

See live demo here

Install

See installation wiki page

Configuration

Create a config.json file in the config folder with the following example :

Rename config/default_config.json to config/config.json

Usage

Start the bot

python start.py

Start the bot in simulation mode

python start.py --simulate

Start the bot in backtesting mode

python start.py --backtesting

Start the bot with interfaces (web / telegram)

python start.py --web 
python start.py --telegram
python start.py --web --telegram 

Start the bot in data collector mode (for backtesting)

python start.py --data_collector

Customize your CryptoBot !

Information and examples on the wiki

Screenshots

Web Candles Screenshot

Testing

Use pytest command in the root folder :

pytest

Changelog

See changelog file

More

For more details see the project wiki.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.