mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-11-29 08:33:07 +00:00
Assign 'status_stop' for gate stop orders
This commit is contained in:
@@ -115,6 +115,7 @@ class Gate(Exchange):
|
||||
order1['id'] = order_id
|
||||
order1['type'] = 'stoploss'
|
||||
order1['stopPrice'] = order.get('stopPrice')
|
||||
order1['status_stop'] = 'triggered'
|
||||
|
||||
return order1
|
||||
return order
|
||||
|
||||
Reference in New Issue
Block a user