max_open_trades may be -1

This commit is contained in:
hroff-1902 2019-07-07 10:13:00 +03:00
parent 84d3868994
commit f7a2428deb

View File

@ -106,7 +106,7 @@ AVAILABLE_CLI_OPTIONS = {
"max_open_trades": Arg(
'--max_open_trades',
help='Specify max_open_trades to use.',
type=check_int_positive,
type=int,
metavar='INT',
),
"stake_amount": Arg(