From 9e94d28860515018e472e8079d9d6e1f9b39886b Mon Sep 17 00:00:00 2001 From: robcaulk Date: Sun, 15 May 2022 14:33:39 +0200 Subject: [PATCH] add timerange to backtest commnad --- docs/freqai.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/freqai.md b/docs/freqai.md index 9e9155826..6b7a4d5c8 100644 --- a/docs/freqai.md +++ b/docs/freqai.md @@ -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