From a00a5e52c41474c72af341f5b4e75dff2bcde457 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 17 Aug 2025 15:15:37 +0200 Subject: [PATCH] docs: update backtest-filename wording --- docs/advanced-backtesting.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/advanced-backtesting.md b/docs/advanced-backtesting.md index b76ad660e..4daa51d58 100644 --- a/docs/advanced-backtesting.md +++ b/docs/advanced-backtesting.md @@ -48,11 +48,7 @@ More options are available by running with the `-h` option. ### Using backtest-filename -Normally, `backtesting-analysis` uses the latest backtest results, but if you wanted to go -back to a previous backtest output, you need to supply the `--backtest-filename` option. -You can supply the same parameter to `backtest-analysis` with the name of the final backtest -output file. This allows you to keep historical versions of backtest results and re-analyse -them at a later date: +By default, `backtesting-analysis` processes the most recent backtest results. If you want to analyze results from an earlier backtest, use the `--backtest-filename` option to specify the desired file. This lets you revisit and re-analyze historical backtest outputs at any time by providing the filename of the relevant backtest result: ``` bash freqtrade backtesting-analysis -c --timeframe --strategy --timerange= --export=signals --backtest-filename=backtest-result-2025-03-05_20-38-34.zip