how can I load more days in the data series than in the chart? I try the following:
AddDataSeries(Instrument.FullName, new BarsPeriod { BarsPeriodType = BarsPeriodType.Day, Value = 1 }, [B][COLOR=#e74c3c]365[/COLOR][/B], TradingHours.Name, null);
Print(BarsArray[1].Count);


Comment