adding stoploss_on_exchange_interval to order_types dict. default to 1
minute (60)
This commit is contained in:
parent
16472535eb
commit
4fbb9d4462
@ -75,7 +75,8 @@ class IStrategy(ABC):
|
|||||||
'buy': 'limit',
|
'buy': 'limit',
|
||||||
'sell': 'limit',
|
'sell': 'limit',
|
||||||
'stoploss': 'limit',
|
'stoploss': 'limit',
|
||||||
'stoploss_on_exchange': False
|
'stoploss_on_exchange': False,
|
||||||
|
'stoploss_on_exchange_interval': 60,
|
||||||
}
|
}
|
||||||
|
|
||||||
# Optional time in force
|
# Optional time in force
|
||||||
|
Loading…
Reference in New Issue
Block a user