bybit-exchange / pybit

Official Python3 API connector for Bybit's HTTP and WebSockets APIs.
Other
339 stars 113 forks source link

Close position with Stop Loss #190

Closed Chenger1 closed 4 months ago

Chenger1 commented 4 months ago

I send request to open position via Market order. For example: side = Buy. Qty = 0.11 Then i want to send stop loss order and my goal to close position when stop loss is triggered. I send payload with parameters:

But when stop loss if triggered - position still exists. Which parameters should i set so position will be closed after stop loss?

Chenger1 commented 4 months ago

Proper way to this - is to use https://bybit-exchange.github.io/docs/v5/position/trading-stop But it is still not convenient because we cant set orderLinkId