Cuckdilla / trader

Crypto trading bot
Apache License 2.0
0 stars 0 forks source link

Create command line arguments for config.ini parameters #2

Open winterbro opened 2 years ago

winterbro commented 2 years ago

Adding the option to specify parameters when running the app, without changing the config: python3 app.py --pair ETHUSDT --interval 1m --backtest --startdate 20210101

winterbro commented 2 years ago

Backtesting parameters are there as an example. The backtesting feature should include this in issue #3.