Add(Instrument.FullName, PeriodType.Tick, 1, MarketDataType.Last);
I would like to be able to limit the number of tick bars (i.e., I do not need the tick data to span the entire chart date range as the base data series.
How can I accomplish this?
Mike

Comment