Add option to show sorted pairlist

Allows easy copy/pasting of the pairlist to a configuration
This commit is contained in:
Matthias
2021-10-30 10:50:40 +02:00
parent 0f3809345a
commit f472709438
5 changed files with 36 additions and 42 deletions

View File

@@ -152,6 +152,12 @@ AVAILABLE_CLI_OPTIONS = {
action='store_false',
default=True,
),
"backtest_show_pair_list": Arg(
'--show-pair-list',
help='Show backtesting pairlist sorted by profit.',
action='store_true',
default=False,
),
"enable_protections": Arg(
'--enable-protections', '--enableprotections',
help='Enable protections for backtesting.'