chore: re-word help string

pull/12214/head
Matthias 8 months ago
parent e58635a881
commit c6551819cd

@ -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.

@ -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.

@ -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",

Loading…
Cancel
Save