fix hanging intend

This commit is contained in:
Matthias 2018-07-17 21:12:05 +02:00
parent a290286fef
commit 3df79b8542

View File

@ -188,7 +188,7 @@ class Arguments(object):
parser.add_argument( parser.add_argument(
'--disable-max-market-positions', '--disable-max-market-positions',
help='Disable applying `max_open_trades` during backtest ' help='Disable applying `max_open_trades` during backtest '
'(same as setting `max_open_trades` to a very high number)', '(same as setting `max_open_trades` to a very high number)',
action='store_false', action='store_false',
dest='use_max_market_positions', dest='use_max_market_positions',
default=True default=True