I added it like so :
AddDataSeries(BarsPeriodType.Tick, 10000);
However I am wondering how many parameters are copied from the primary data series.
More specifically, are these all inherited from the primary data series: barsToLoad, isResetOnNewTradingDay, tradingHoursName, marketDataType?

Comment