max_open_trades may be -1
This commit is contained in:
@@ -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(
|
||||||
|
Reference in New Issue
Block a user