I am looking to implement BarsRequest in an indicator, so load data from a certain point, for an indicator that does not load a data series. So, I can say, load the data from the last hour, etc. I looked at the code example in the docs, and I can see how I might do this, and how I would process the data. The big question I had, was how would I sync this with the bars of the primary data series on the chart? For example. Main chart is 100 tick, but I request 1 hour of tick data. Is it possible to tell what bunch of ticks from the BarsRequest are in what bar number of the chart data series?
Thanks.

Comment