What I want. My primary data series is 1 minute. So I want to extract current Open/High/Low/Close of 1 minute, i.e. current live bar. If I just put Opens[0][0], when BarsInProgress == 1 (i.e. secondary, 1 tick data series), it would return Open of last closed bar.
What workaround having 1 tick data series could you suggest to get Open/High/Low/Close of 1 minute (primary data series) = current live bar, when running calculation in secondary BarsInProgress?

Comment