Thanks, one last comment on your answer, that lower circuit price comment actually was a good one, i guess then we can put the sl price as lower circuit price + 1 , will explore!
Actually got it and thanks for replying. I just gave the variable and name explicitly and it worked!:
cancel_order = kite.cancel_order(order_id = placed_order_id, variety='regular', parent_order_id = None)
Thanks, i meant by support as "Members who are taking out time to support other developers" . I will try it again, though didnt change anything in my code but thanks for checking
Hi Srijan, sorry for not being clear in my earlier comment.
I am able to place the order with the above paramters and also see the order in the order book. The minimum price that currently kite supports for my above example is 0.05 so the above wor…