I'm looking at futures data and I have an indicator I have written added to the chart.
The indicator has an additional data stream added using AddDataSeries(BarsPeriodType.Tick, 1) in State.Configure.
The problem is that the indicator is not being displayed for the historical datya as there are no historical tick bars loaded. I'm confused as I was expecting the data to be available from the stored replay data..
If I try to also plot OrderFlowCumulativeDelta set to Tick update and Bar, it is not plotting anything for the historical data either.
What am I missing?
Thanks,
iq

Comment