When loading tick history from multi time series into an indicator using
( Add(Instrument.FullName, PeriodType.Tick, 1, MarketDataType.Last ) I have noticed that on any Period type except Minute the volume total summed from Bars 1 is in many cases substantially different from Bars 0 total. Minute matches exactly.
Via Print I can see that the Bar 1 data loaded matches the Historical Data Manager records perfectly.
So, either I am using this incorrectly (possible), or there is an issue that I am unable to identify beyond that it is occurring.
Are there any known problems in this area?
If not I have a simple script which illustrates the problem - I can email this if required.
I am using b3.
Thanks

Comment