Skip to content

Commit c655181

Browse files
committed
chore: re-word help string
1 parent e58635a commit c655181

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/commands/backtesting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ options:
4949
backtesting down by a considerable amount, but will
5050
include configured protections
5151
--enable-dynamic-pairlist
52-
Enables dynamic pairlisting in backtesting. The
52+
Enables dynamic pairlist refreshes in backtesting. The
5353
pairlist will be generated for each new candle if
5454
you're using a pairlist handler that supports this
5555
feature, for example, ShuffleFilter.

docs/commands/lookahead-analysis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ options:
4848
backtesting down by a considerable amount, but will
4949
include configured protections
5050
--enable-dynamic-pairlist
51-
Enables dynamic pairlisting in backtesting. The
51+
Enables dynamic pairlist refreshes in backtesting. The
5252
pairlist will be generated for each new candle if
5353
you're using a pairlist handler that supports this
5454
feature, for example, ShuffleFilter.

freqtrade/commands/cli_options.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ def __init__(self, *args, **kwargs):
192192
),
193193
"enable_dynamic_pairlist": Arg(
194194
"--enable-dynamic-pairlist",
195-
help="Enables dynamic pairlisting in backtesting. "
195+
help="Enables dynamic pairlist refreshes in backtesting. "
196196
"The pairlist will be generated for each new candle if you're using a "
197197
"pairlist handler that supports this feature, for example, ShuffleFilter.",
198198
action="store_true",

0 commit comments

Comments
 (0)