From e5759d950b111b60c3650e5a69285718db566645 Mon Sep 17 00:00:00 2001 From: robcaulk Date: Sun, 15 May 2022 14:32:17 +0200 Subject: [PATCH] fix typo --- docs/freqai.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/freqai.md b/docs/freqai.md index 11ef972c7..9e9155826 100644 --- a/docs/freqai.md +++ b/docs/freqai.md @@ -55,7 +55,7 @@ An example strategy, example prediction model, and example config can all be fou the necessary data, Freqai can be executed from these templates with: ```bash -freqtrade backtesting --config config_examples/config_freqai.example.json--strategy +freqtrade backtesting --config config_examples/config_freqai.example.json --strategy FreqaiExampleStrategy --freqaimodel ExamplePredictionModel --freqaimodel-path freqtrade/templates --strategy-path freqtrade/templates ```