Yes. I am using queue. On Tick is just adding to this queue. I am doing processing in another thread.
And even then it shouldn't give this particular error.
I didn't log out. I was trying to update your kite app. It logged me out.
Anyway. I dont think you guys have full control on your system. Or you guys are strong enough to own the problems caused by technical glitches in your system.
I am using you…
Yes. I also had the same issue. See the Sensex value oscillating between 32k and 35k within seconds as per API data.
My algo sent almost 100 orders in 5 minutes. I was fortunate that most of these orders got rejected due to the circuit limit.
But …
I dont get it. I am getting intermittent errors during the day while I do nothing. It works perfectly most of the time. I dont understand why it should give error during the day?
Your API is unpredictable many times. One can not be sure that it wi…
In fact, I just punched and order and I didn't ge the update over Websocket.
I think, the problem described in https://kite.trade/forum/discussion/4217/bug-with-websockets-order-update#latest is true.
For kite say following line:
kite.order_history(order_id)
It throws a ConnectionError, but runs perfectly the 2nd time just after a second. I cant understand why?
Similarly kite.place_order also works in the second try not in the first.
It does nothing. Just prints few things and updates few dictionaries.
It works well many times. Specially in the evening. If I punch a order now, I will immediately get the 'REJECTED' update. But it doesnt work flawlessly during market hours.
For order update:
def on_order_update(ws, data):
global order_status, order_latest_msg, order_update_list, pos_dict, trigs
data['sys_ts']=str(datetime.datetime.now())
print(str(data))
order_status[data['order_…
Most of the time when I give some command for KITE API, I get ConnectionError: ('Connection aborted.', OSError("(104, 'ECONNRESET')",)).
Strangely, the command goes through in the second try just after a second.
I had to include a try statement in…
Hi,
I am using Kite 3.0 Python library.
And I checked the ticks, it contained the quote in full mode. Ticks were same as I am getting today ie on Monday.