If I have 3 data series - primary 1 minute bar, secondary 1 tick and third daily how does COBC = true affect the 1 tick bar? I don't want/need the 1 minute and 1 day BIP (0 & 2) to calculate except at close of bar but I need the tick data for another calculation.
I know I can use first tick of bar and simply bypass everything but for some other reasons that will be problematic. I would have thought bar close for a 1 tick bar is every tick but it appears that with COBC = true my 1 tick bar is always 1 bar (1 tick) behind whereas if I have COBC = false, everything is fine with the 1 tick bar (BIP 0 and 2 aren't the issue).
Any suggestions?
Best regards,
Scott

Comment