Improve handling of backtesting params

This commit is contained in:
Matthias
2021-02-26 19:48:06 +01:00
parent 86f9409fd2
commit 98f3142b30
6 changed files with 39 additions and 16 deletions

View File

@@ -111,7 +111,7 @@ AVAILABLE_CLI_OPTIONS = {
action='store_true',
),
"dry_run_wallet": Arg(
'--dry-run-wallet',
'--dry-run-wallet', '--starting-balance',
help='Starting balance, used for backtesting / hyperopt and dry-runs.',
type=float,
),