fix --stake-amount parameter

This commit is contained in:
Matthias
2021-02-25 20:14:33 +01:00
parent d3fb473e57
commit 86f9409fd2
3 changed files with 11 additions and 2 deletions

View File

@@ -133,7 +133,6 @@ AVAILABLE_CLI_OPTIONS = {
"stake_amount": Arg(
'--stake-amount',
help='Override the value of the `stake_amount` configuration setting.',
type=float,
),
# Backtesting
"position_stacking": Arg(