@sujith , I am have generated multiple times , still got the same error for some time , after some time later , it started working fine.
i think there was an outage from your side , like we get in kite UI sometimes , please check from your sid…
@sujith it looks the code I was using has some issue , bit I am able to read the data now using kiteconnect jar. It's working fine.
But if internet is disconnected and reconnects back , I am getting zero ticks though retry count is set to 1…
@sujith
I have authenticated and I am able to get access token , then passing the kiteconnect object to the code which you have given..
it looks like it is not connecting to kite ticker
final KiteTicker tickerProvider = new KiteTicker(kiteConnec…
@sujith i checked this and tested.. it is connecting fine.. but i am not getting any ticks.. is there anything wrong with websocket that it is not returning any tick data ?
@rakeshr I am able to use java kite connect and it is working fine to place orders , but i need help to read websocket data using java.. i am not aware of python.. so please help me to read websocket data using java
thanks @sujith .. can you please guide me if there any java code available to create candles and store the data locally ?
but still , even for historical data, it has be to correct, there is so much difference in the values of OHLC..
BANKNIFTY19JUNFUT 2019-06-10 12:45 , 15 mins candle.. like this there are many examples..
when we see candle sticks data looks fine in comparison to other data like true data market pulse, upstox. but when we read from historical data , there …
if i am forming the candle in local , i need to store the data somewhere , so just want to avoid that .. i need only 15 mins , 1 hours for my strategy for now , if i am accessing one hour candle after it is formed , will it be accurate ?
for examp…
if i use historical data instread of websocket , will i get candles for past time ?
like i want to access data till 10 AM after 10 AM , is it possible ? suppose if i mention the time stamp as 9:30 AM to 10:00 AM , at 10:01 AM , will i get the da…
@rakeshr thanks for your reply ,
can you please suggest me if you have any Java code example ?
actually my requirement is to get the intraday and historical data both, will it help my purpose ?
for example , if i want to find ATR for hourly can…