Between kite.place_order() and time.delay(45) there is logic that decides the value of the variable 'signal' . According to its value the decision to exit the order is taken.
Hi Sujith,
I have Confirmed that the order id which is passed is in an appropriate manner.
Once I place my order and try to cancel it through the same program after some time delay it throws the said error
I am able to exit the order using same s…