One datastream has delayed data, the other is realtime.
When I refer to a bar of the 2nd datastream (with Closes[1][1]) in State.Historical then it refers to the bar that lines up with the bar on the 1st datastream. However, when the state changes to State.Realtime I'm now referring to an entirely different bar of the 2nd datastream.
How do I keep this consistent, so that e.g. Closes[1][1] refers to the same bar in both historical and realtime?
Thanks

Comment