@Pradeep_Jaiswar I see delays even after using the Market Data Feed V3
The ltps are coming with 1-3 seconds delay and sometime as much as 8 second delays
It is very hard to work with such inconsistent data.
Hi @Kautilya
From our side, we do not observe any such delays. If there were a delay of 1-3 seconds in the LTP from the server side, all users would experience a similar delay.
Kindly check your local network speed and code setup for any potential issues.
Additionally, please share the instrument keys and the specific time when you encountered the delay so that we can verify it on our end as well.
Hi @Ketan, Thank you for your response
As you can observe from the logs I have mentioned
The time difference is not in the received time and processsing time(System.currentTimeMillis() - feedResponse.getCurrentTs()), Received time is mostly less than 3ms.
While the difference in time is from LTPC time LTT(System.currentTimeMillis() - ltpc.getLtt()), Here the time difference is some times 1-3 seconds
I am observing this everyday, when I am trying to make the 5 minute candle from the previous minute candle, instead of getting the close price before 10:25:00.000 I am getting data somewhere between 10:25:00.040 - 10:25:02.144
I am pasted the logs as well in the original post
I am observing this in these instrument keys
NSE_EQ|INE263A01024
NSE_EQ|INE591G01017
NSE_EQ|INE646L01027
NSE_EQ|INE531E01026
NSE_EQ|INE114A01011
NSE_EQ|INE066F01020
NSE_EQ|INE417T01026
@shanmu@Ketan
Iām experiencing a consistent issue with data delays in at least one of the instruments mentioned above. This occurs approximately every 5 minutes and is preventing me from accurately calculating 5-minute candles. This, in turn, is causing my trading strategy to fail. I need a resolution to this problem as soon as possible. Are there any updates or solutions available?
@shanmu Yes I am still facing the same issue
These are the logs of the data that is delayed, this data is suppose to come before 11:40:00 but is delayed by the ltpcTimeDiff amount of milliseconds