From 717df891b1ecc7ce6c148149c32d51609af47147 Mon Sep 17 00:00:00 2001 From: robcaulk Date: Sun, 15 May 2022 14:05:19 +0200 Subject: [PATCH] use bash visual in doc --- docs/freqai.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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