From c6551819cd123adde8bd28cccb4545e5dc98bf74 Mon Sep 17 00:00:00 2001 From: Matthias Date: Fri, 19 Sep 2025 20:23:36 +0200 Subject: [PATCH] chore: re-word help string --- docs/commands/backtesting.md | 2 +- docs/commands/lookahead-analysis.md | 2 +- freqtrade/commands/cli_options.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/commands/backtesting.md b/docs/commands/backtesting.md index 56d01f38f..925b29da6 100644 --- a/docs/commands/backtesting.md +++ b/docs/commands/backtesting.md @@ -49,7 +49,7 @@ options: backtesting down by a considerable amount, but will include configured protections --enable-dynamic-pairlist - Enables dynamic pairlisting in backtesting. The + Enables dynamic pairlist refreshes in backtesting. The pairlist will be generated for each new candle if you're using a pairlist handler that supports this feature, for example, ShuffleFilter. diff --git a/docs/commands/lookahead-analysis.md b/docs/commands/lookahead-analysis.md index f7354d8ea..4cb6621c2 100644 --- a/docs/commands/lookahead-analysis.md +++ b/docs/commands/lookahead-analysis.md @@ -48,7 +48,7 @@ options: backtesting down by a considerable amount, but will include configured protections --enable-dynamic-pairlist - Enables dynamic pairlisting in backtesting. The + Enables dynamic pairlist refreshes in backtesting. The pairlist will be generated for each new candle if you're using a pairlist handler that supports this feature, for example, ShuffleFilter. diff --git a/freqtrade/commands/cli_options.py b/freqtrade/commands/cli_options.py index fc613febe..9664dc385 100755 --- a/freqtrade/commands/cli_options.py +++ b/freqtrade/commands/cli_options.py @@ -192,7 +192,7 @@ AVAILABLE_CLI_OPTIONS = { ), "enable_dynamic_pairlist": Arg( "--enable-dynamic-pairlist", - help="Enables dynamic pairlisting in backtesting. " + help="Enables dynamic pairlist refreshes in backtesting. " "The pairlist will be generated for each new candle if you're using a " "pairlist handler that supports this feature, for example, ShuffleFilter.", action="store_true",