From 701f6fc050070e0dac8fb25bcbe73e4e8b450e18 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 3 Dec 2023 15:27:03 +0100 Subject: [PATCH] Update outdated docs closes #9489 --- docs/backtesting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/backtesting.md b/docs/backtesting.md index d13b00a38..83a3fa2d8 100644 --- a/docs/backtesting.md +++ b/docs/backtesting.md @@ -624,7 +624,7 @@ All listed Strategies need to be in the same directory. freqtrade backtesting --timerange 20180401-20180410 --timeframe 5m --strategy-list Strategy001 Strategy002 --export trades ``` -This will save the results to `user_data/backtest_results/backtest-result-.json`, injecting the strategy-name into the target filename. +This will save the results to `user_data/backtest_results/backtest-result-.json`, including results for both `Strategy001` and `Strategy002`. There will be an additional table comparing win/losses of the different strategies (identical to the "Total" row in the first table). Detailed output for all strategies one after the other will be available, so make sure to scroll up to see the details per strategy.