add timerange to backtest commnad

This commit is contained in:
robcaulk 2022-05-15 14:33:39 +02:00
parent 13b38d3425
commit 8154a9af9b

View File

@ -57,7 +57,7 @@ the necessary data, Freqai can be executed from these templates with:
```bash
freqtrade backtesting --config config_examples/config_freqai.example.json --strategy
FreqaiExampleStrategy --freqaimodel ExamplePredictionModel
--freqaimodel-path freqtrade/templates --strategy-path freqtrade/templates
--freqaimodel-path freqtrade/templates --strategy-path freqtrade/templates --timerange 20220101-220201
```
## Configuring the bot