Can you confirm when adding monthly bars as the secondary series...
How many days of the primary lower timeframe bars are needed to be loaded on the chart.
Example:
AddDataSeries(BarsPeriodType.Month, 1);
** Do I need to load greater than 90 days of (5) minute bars to be able to access (3) monthly bars ago?
Thanks

Comment