I'm designing a multi-instrument strategy with 1 second bars.
Some of the instruments has missing second without bars.
My question is does OnBarUpdate() is called even if BIP==0 has a missing second but other BIP has this second?
Also I want to verify that if I'm referring to Closes[1][0] it refer to the last available Close in BIP 1 that is with the sync. with the time stamp so far.
Thanks,
Roy

Comment