I too had the very same issue today. I checked my web server's access logs and there was no request entry for the postback URL. My setup has been working perfectly for the past 2 months and I see requests from 13.126.88.193 to my postback URL every …
@sujith But the order book will return all orders placed during the day and I have to loop through them to get the order I want. So isn't using getOrderHistory with order_id simpler?
@sujith Thanks. So if I want a stop loss of 1% and a target of 3%, I must take the LTP and multiple it by 0.01 or 0.03 and modulus it by the tick size right?