diff --git a/docs/freqai.md b/docs/freqai.md index 0fb1fa4c6..fd84dffc6 100644 --- a/docs/freqai.md +++ b/docs/freqai.md @@ -54,9 +54,11 @@ An example strategy, example prediction model, and example config can all be fou `config_examples/config_freqai.example.json`, respectively. Assuming the user has downloaded the necessary data, Freqai can be executed from these templates with: -`freqtrade backtesting --config config_examples/config_freqai.example.json--strategy +```bash +freqtrade backtesting --config config_examples/config_freqai.example.json--strategy ExampleFreqaiStrategy --freqaimodel ExamplePredictionModel ---freqaimodel-path freqtrade/templates --strategy-path freqtrade/templates` +--freqaimodel-path freqtrade/templates --strategy-path freqtrade/templates +``` ## Configuring the bot ### Example config file