Add Dry-run wallet CLI option

This commit is contained in:
Matthias
2021-02-10 19:45:59 +01:00
parent 0754a7a78f
commit 959ff99046
8 changed files with 26 additions and 6 deletions

View File

@@ -110,6 +110,11 @@ AVAILABLE_CLI_OPTIONS = {
help='Enforce dry-run for trading (removes Exchange secrets and simulates trades).',
action='store_true',
),
"dry_run_wallet": Arg(
'--dry-run-wallet',
help='Starting balance, used for backtesting / hyperopt and dry-runs.',
type=float,
),
# Optimize common
"timeframe": Arg(
'-i', '--timeframe', '--ticker-interval',