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.
See live demo here
Create a config.json file in the config folder with the following example :
Rename config/default_config.json to config/config.json
python start.py
python start.py --simulate
python start.py --backtesting
python start.py --web
python start.py --telegram
python start.py --web --telegram
python start.py --data_collector
Information and examples on the wiki
Use pytest command in the root folder :
pytest
See changelog file
For more details see the project wiki.