max_open_trades may be -1
This commit is contained in:
parent
84d3868994
commit
f7a2428deb
@ -106,7 +106,7 @@ AVAILABLE_CLI_OPTIONS = {
|
|||||||
"max_open_trades": Arg(
|
"max_open_trades": Arg(
|
||||||
'--max_open_trades',
|
'--max_open_trades',
|
||||||
help='Specify max_open_trades to use.',
|
help='Specify max_open_trades to use.',
|
||||||
type=check_int_positive,
|
type=int,
|
||||||
metavar='INT',
|
metavar='INT',
|
||||||
),
|
),
|
||||||
"stake_amount": Arg(
|
"stake_amount": Arg(
|
||||||
|
Loading…
Reference in New Issue
Block a user