add timerange to backtest commnad

This commit is contained in:
robcaulk 2022-05-15 14:33:39 +02:00
parent e5759d950b
commit 9e94d28860

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