add timerange to backtest commnad
This commit is contained in:
parent
e5759d950b
commit
9e94d28860
@ -57,7 +57,7 @@ the necessary data, Freqai can be executed from these templates with:
|
|||||||
```bash
|
```bash
|
||||||
freqtrade backtesting --config config_examples/config_freqai.example.json --strategy
|
freqtrade backtesting --config config_examples/config_freqai.example.json --strategy
|
||||||
FreqaiExampleStrategy --freqaimodel ExamplePredictionModel
|
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
|
## Configuring the bot
|
||||||
|
Loading…
Reference in New Issue
Block a user