From 1ea703d527b341322a64d0f8e2327117a2bca7a8 Mon Sep 17 00:00:00 2001 From: robcaulk Date: Mon, 5 Sep 2022 22:20:38 +0200 Subject: [PATCH] remove download-data command --- docs/freqai.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/freqai.md b/docs/freqai.md index d04d2fa6b..303c2f151 100644 --- a/docs/freqai.md +++ b/docs/freqai.md @@ -515,7 +515,6 @@ and if a full `live_retrain_hours` has elapsed since the end of the loaded model The FreqAI backtesting module can be executed with the following command: ```bash -freqtrade download-data --config config_examples/config_freqai.example.json --strategy FreqaiExampleStrategy --strategy-path freqtrade/templates -t 3m 15m 1h --timerange 20210315-20210701 freqtrade backtesting --strategy FreqaiExampleStrategy --strategy-path freqtrade/templates --config config_examples/config_freqai.example.json --freqaimodel LightGBMRegressor --timerange 20210501-20210701 ```