i am trading using api in upstox. today onward my buying condition is ltp> 114. in chart there is seen that it touch 115 high in particular time. but in my console high is only 113.55. i think there possibility that some tick are missed in websockets. please somebody answer this.
@DEEPAKBHAI_38806449
Can you confirm how many instruments you had subscribed to and in which mode when you observed the tick loss?
Generally, when users subscribe to a large number of instruments and experience local network slowdowns, data packets may be lost on the user’s end.
Thanks!
i subscribe only two token in ltpc mode. if you need log file of ltp i can provide. and if you can help me in my code optimization. it’s very helpful for me..
hii there can you reply my questions?
@Ketan , I also have same question.
What kind of ltpc data does websockets provides? Its not tick by tick since it will be imposible for a retail user to even capture that and would require to be on exchange lan.
So is it snapshot data?
and is ltq also snapshot or aggregated?
Thanks
thanks for highlight issue @amit44 .
but there is no response from upstox side @Ketan . its very sad.
Hi @amit44 and @DEEPAKBHAI_38806449,
We provide tick-by-tick data through our WebSocket, which is the same data available on our web and mobile platforms. All WebSocket feeds are fully aligned with the data displayed on our user interfaces across platforms.
However, due to network bandwidth constraints, it is not feasible to transmit all traded quantities that are happening on he exchange
Thanks!