chore: re-word help string

This commit is contained in:
Matthias
2025-09-19 20:23:36 +02:00
parent e58635a881
commit c6551819cd
3 changed files with 3 additions and 3 deletions

View File

@@ -49,7 +49,7 @@ options:
backtesting down by a considerable amount, but will backtesting down by a considerable amount, but will
include configured protections include configured protections
--enable-dynamic-pairlist --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 pairlist will be generated for each new candle if
you're using a pairlist handler that supports this you're using a pairlist handler that supports this
feature, for example, ShuffleFilter. feature, for example, ShuffleFilter.

View File

@@ -48,7 +48,7 @@ options:
backtesting down by a considerable amount, but will backtesting down by a considerable amount, but will
include configured protections include configured protections
--enable-dynamic-pairlist --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 pairlist will be generated for each new candle if
you're using a pairlist handler that supports this you're using a pairlist handler that supports this
feature, for example, ShuffleFilter. feature, for example, ShuffleFilter.

View File

@@ -192,7 +192,7 @@ AVAILABLE_CLI_OPTIONS = {
), ),
"enable_dynamic_pairlist": Arg( "enable_dynamic_pairlist": Arg(
"--enable-dynamic-pairlist", "--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 " "The pairlist will be generated for each new candle if you're using a "
"pairlist handler that supports this feature, for example, ShuffleFilter.", "pairlist handler that supports this feature, for example, ShuffleFilter.",
action="store_true", action="store_true",