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:
side = "Buy"
qty = 0.11
stopLoss = my_price
tpslMode = "Full"
orderType = "Market"
timeInForce = "GTC"
But when stop loss if triggered - position still exists. Which parameters should i set so position will be closed after stop loss?
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?