I am still struggling to access EOD data from 1 min chart. This is my problem, data received from the realtime data provider for what ever reason don't capture the real high / low in 1min timeframe but they do provide correct high/low in eod data. I am importing 1min and eod data in same database. So far i had two charts open one in daily time frame where i set the previous day high to a variable and read that variable in 1 min chart, this works.
Now I want the same data in explorer with interval set to 1min and when i access daily data it seem to get 1min compressed data which doesn't contain the correct high/low. Can anybody provide pointer on how I can solve this please?