@sujith
Looks like there is still some issue with the order modification function. Tried to executed the below code:
kite.order_modify(order_id = '1600000001840697', parent_order_id='171113000307966', exchange='NFO', tradingsymbol='DLF17NOVFUT', …
Looks like everytime I report something - it ends up in a new release - but glad to help @sujith ... Let me know once fixed so that I can try it out...
@vivek - Facing issues with historical data call since yesterday as well... Tried with new access token, logged out of other instances, etc but no luck... Also - all other functions such as placeorder(), instruments(), etc are working fine with the …
@vivek - Tried using the on_message callback previously as well but even that does not get triggered in the above scenario faced by me.
Is there a connection reset or timeout that occurs from server end because I think it happens repeatedly at a pa…
@Kailash - For an example of the above problem - please see screenshot here
Here - program is still running expecting further quotes at time 13:05 PM... However, the last quote it actually received was on 12:50 PM as seen in the file explorer... S…
@Kailash - I dont think the reconnection is working exactly as planned (although I think it works sometimes - when exactly it works and when it doesn't needs more research). Have done the manual reconnect suggested by @garpitg - so on_error and on_c…
@Kailash - Facing "Gateway Timed Out" Error - but the order is getting placed and is visible in Kite.
Executed Code:
order_id = kite.order_place(exchange="NFO",tradingsymbol="BANKNIFTY16JUNFUT",transaction_type="BUY",quantity=30,price=17000,produc…