mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-02 18:13:04 +00:00
adding stoploss_on_exchange_interval to order_types dict. default to 1
minute (60)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user