no need to get snarky, you punk
you linked to the kiteconnect websocket documentation. why would order update information be there? under the order section in kiteconnect there are some data structures but it's not obvious to me which one (if any) …
all it says there is:
on_order_update(ws, data) - Triggered when there is an order update for the connected user.
how about describing the json for data?
rakeshr - do you workl for zerodha? there is no way to tell and its' confusing
anyway you say this only effected CDS (which is assume is currency derivatives?)
this problem was happening in equities in the pre-open auction
this is what i hate about kiteconnect. we pay a lot for this service, and here we have a complete breakdown and a critical emergency and there is no way to get support. the devs are still snoring at home.
what is wrong with the timestamps on this forum???? when i first saw guhan's post it had a timestamp of 3:36 AM so i thought it was unrelated to my issue. now the timestamp has changed to 8:36AM
i'm being told by support that zerodha lost connection to exchange from 9:20 to 9:35 AM
but i got my error at 9:05 AM
also why would i get a cloudflare error when connecting to kite.zerodha.com website if zerodha loses connection to exchange?
check out this guy (a friend of mine)
he gives an example of a typical strat of his somewhere there
https://www.reddit.com/r/india/comments/8hehlq/hey_rindia_i_am_a_intraday_trader_who_made_29l_in/
@Nikhil.A
you took 24 hours to make a response that makes me think you didn't even read my original post, it makes so little sense.
i replied with more details in 10 minutes.
now i have to wait another 24 hours to get another response?
i think they're throttling the crap out of the data, so there are much fewer ticks and seems more reliable.
but mostly i am disappointed with the non-existent technical support. video games provide support through a forum, not financial data provid…
i've only used Interactive Brokers. their data is excellent and cheaper. trade commissions are higher though.
but they actually provide support for their API, whereas Kite Connect: i'm told you have to wait for a developer's convenience, and for so…
the price during the preopen auction 9:00 AM to some time between 9:07 and 9:08, the price of each instrument keeps changings as bids and asks are added/removed.
this data is sent as ticks. the last_price field shows the latest price, even though n…
you clowns actually edited my title??!!
if you showed the same quickness in actually helping your paying customers, we wouldn't be having this problem in the first place.
i'm have the same issue today as yesterday.
i have got zero help from zerodha with my issues till now.
the ticks coming in the pre open auction are collated to a ridiculous level and only very few ticks are sent. i am familiar with how much it was…
i know, but the ticks stopped way before 9:07. i trade the premarket auction all the time.
today also, the ticks were very slow. they're collating too many ticks. and zerodha's support is non-existent.
i've tried multiple times. my Websocket connection works fine.
i added an "on_close" handler to the KiteConnect object. if i call "kite.instruments()", it works fine. but the moment i call "kite.positions()", the on_close handler is called and i ge…
let me clarify. my python script puts in trades during pre-open auction.
you are saying the signature of the functions changed, and the updated code will be released on monday.
how am i supposed to download the new kiteconnect python and change my…