However i also want to run it on minute based chart.
When I load it on minute based chart its giving out an error index is invalid..
I know how to isert data series and usually it works fine but this case has to do with changing minute to second. AddDataSeries(Data.BarsPeriodType.Minute, MinuteHTF);
How can I do it?

Comment