To manage open orders, we need to use kite.orders() api call and since it returns all the orders, 'Gateway timed out' is thrown too frequently. Will there be a solution to this problem in the future versions? For example, something like this def orders(self,order_id=None,orderbook=None) So, now if I want to retrieve all open orders, I could use: kite.orders(orderbook='open')
@Kailash@vivek@sujith I only say this, because order management is so crucial ,especially bo and co orders, which are two-legged..
This is the common and serious problem somany people are facing .After placing orders we are not able to modify orders as per our strategy ,due to which the strategy which is working on the end of the day data, not working in live .
Note:Even after using the error handlings alomst everywhere , wherever we are interacting with Kite API, still in few case our execution is getting disturbed and due to error handling our execution time also increecing which is furthur causing lossess.
Requesting you to take this as priority and provide fix ASAP..
I faced this problem multiple times in a day ,last week(Even in last trading session) .whenever Im trying to retrieve all orders using Kite.orders(). I'm facing this problems.
We are working on this and it will be fixed in coming releases.
kite.quote(exchange="NSE",tradingsymbol="XXXXX")
I hope nothing wrong from my side (lib etc)
Let me know once fixed
Hi Team,
This is the common and serious problem somany people are facing .After placing orders we are not able to modify orders as per our strategy ,due to which the strategy which is working on the end of the day data, not working in live .
Note:Even after using the error handlings alomst everywhere , wherever we are interacting with Kite API, still in few case our execution is getting disturbed and due to error handling our execution time also increecing which is furthur causing lossess.
Requesting you to take this as priority and provide fix ASAP..
Thanks in advance !!
Regards,
Naveen
I faced this problem multiple times in a day ,last week(Even in last trading session) .whenever Im trying to retrieve all orders using Kite.orders(). I'm facing this problems.
Regards,
Naveen