Hi @sujith Thanks for the response. I realized that the order is actually updated. The thing is, the order wasn't being updated in real time on the pending orders page. Since I saw most things were updating in real time without needing to refresh th…
Hi @rakeshr Thanks for the response. I'm actually using async for all my functions so it's a strange issue if it really is caused by the thread being blocked especially since I don't have any heavy computation happening inside those functions. Let m…
Oh thanks. I thought `trigger_price` would be for the first leg of the order. The parameter name is a bit confusing. In my opinion, `stop_loss` would be better. But anyway, thanks again!