Assign 'status_stop' for gate stop orders

This commit is contained in:
Matthias 2024-03-27 19:50:23 +01:00
parent 06c4431c31
commit 553094c3c6

View File

@ -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