is there anything i need to do more to get accurate data? code is working good to find exact open close high low. but ticker giving wrong data it seems. attached 1 minutes bank nifty index data time 2.38 PM 14/10/2020.
2.38PM data (1 minute ticker data ) attached chart and data from ticker in text file
i have form a minute candle from each tick data - i took all ticks and store it into cache. then every 1 minutes i read all data and group by time and take out OHLC. the tick data is wrong this is too frustrating paying money and getting wrong data pls check below data which is given by ticker service .
all the data i printed from ticker service only if you have any other data please provide me ? i have use ticker.SetMode(Tokens: new UInt32[] { 260105 }, Mode: Constants.MODE_FULL);
please kindly resolve my query sooner.
let me post my complete code and my own github url too.
OHLC with LTP but i think you are point to use only LTPs , thanks for quick reply , let me try that tomorrow . is there any way to test it after market?
i took all ticks and store it into cache.
then every 1 minutes i read all data and group by time and take out OHLC.
the tick data is wrong this is too frustrating paying money and getting wrong data
pls check below data which is given by ticker service .
https://www.dropbox.com/s/43jeeyq0ryshipa/1min-banknifty-index.txt?dl=0
i have use ticker.SetMode(Tokens: new UInt32[] { 260105 }, Mode: Constants.MODE_FULL);
please kindly resolve my query sooner.
let me post my complete code and my own github url too.
thanks a lot.
let me try that tomorrow . is there any way to test it after market?