CCXT + Binance python program.
- Copy the template
configuration.json.template
and rename it toconfiguration.json
. You need to configure API key and Secret in the file. - Prepare
strategy.py
with your own trading strategy. - Modify
configuration.json
with your own parameters. - Run a bot program as below
once.py is just a one-time runner for your testing purpose.
$ python main.py configuration.json strategy.py
$ python once.py configuration.json strategy.py