I have an indicator I'm developing and it works on the 5min chart, the problem is I need some data from the monthly series, and sometimes it may need to go back up to 5 or 10 years.
Is there a way I can load the secondary monthly series without needing to also load 5 minute data for 5-10 years? I only want monthly OHLC.
I see this function is not available and it also has a warning:
"AddDataSeries(string instrumentName, BarsPeriod barsPeriod, int barsToLoad, string tradingHoursName, bool? isResetOnNewTradingDay)"
> When adding multiple Data Series of the same instrument and the same Bar Type, the 'barsToLoad' property will only be effective on the first added series. Subsequent series with a different barsToLoad setting will not load a different number of bars than the first series.
Do I have an alternative?
Thanks for your support

Comment