Does FirstTickOfBar work if placed inside OnMarketData? Or only inside OnBarUpdate? If not, is there a method for Synchronizing start of bar to also show up inside OnMarketData?
One thing I'm trying to check is the Volume[0] inside OnBarUpdate and how I can get similar readings when an OnMarketData.Last gives it's volume data. I reset my custom volume counter to equal 1 at FirstTickOfBar inside OnBarUpdate. If making a counter variable insde OnMarketData can do the same thing, can I use the volume data from there with equal results?
Thanks,
Kirk

Comment