mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Assign 'status_stop' for gate stop orders
This commit is contained in:
parent
06c4431c31
commit
553094c3c6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user