adding stoploss_on_exchange_interval to order_types dict. default to 1

minute (60)
This commit is contained in:
misagh 2019-01-08 12:39:53 +01:00
parent 16472535eb
commit 4fbb9d4462
1 changed files with 2 additions and 1 deletions

View File

@ -75,7 +75,8 @@ class IStrategy(ABC):
'buy': 'limit',
'sell': 'limit',
'stoploss': 'limit',
'stoploss_on_exchange': False
'stoploss_on_exchange': False,
'stoploss_on_exchange_interval': 60,
}
# Optional time in force