say I add a second time frame like this
protected override void Initialize()
{
Add(PeriodType.Minute, 30);
}
If I have the chart set to load 30 days of data, I assume that the BarsArray[1] in this case would also have 30 days of data?

Comment