tikna

About

Username
tikna
Joined
Visits
9
Last Active
Roles
Member

Comments

  • In kite.order_history('1877600770887540736') i can see my order is complete but i didn't received it on on_order_update , so i sent the modify order and gets error. I dont want to sent extra api hits so i am using on_order_update, which one to use …
  • the order messages that we get in kite.order_history('1877600770887540736') , are different from the orders that in on_order_update. in order_history we have status as [('OPEN PENDING', datetime.datetime(2025, 1, 10, 11, 48, 2)), ('OPEN', date…
  • Hi Sujith, Please ignore my above message Below is the scenario. i am modifying an open order which is at bid 1. Before request is send for modifying order it is getting filled so getting error kiteconnect.exceptions.OrderException: The order for ID…
  • Hi Sujith, Thanks for the reply.I am using websocket. I had placed order, instead of fetching the order-book i an listening on on_order_update. If i received a message on on_order_update with Status as open , can i modify the order? If yes suppos…