Loading data Tick data from web socket to in matrices of time series

sudheer1990
Hi,

I am able to load data in console via print statement from web-socket and it is printing all the data.

I want to load data in the form of metrics in below format for my analysis

Infy 1000 1000.05
SBIN
PNB
0 1 2 3 4 5 6 7 8 9 10


1000 is the closing price of infy in the current minute, as per LTP of tick it should get update if LTP is less previous recorded closing in that minute.

Is it possible to do that ?

I want this metrics for last 10 minutes only.






  • Kailash
    Hm, I'm not sure what you mean, but all analysis, you should do at your end. You can retrieve ticks and put them in an in-memory array or something and then run your metrics.
Sign In or Register to comment.