However, I noticed that, if my chart is already BarsPeriodType == Tick and value == 500, it still run the AddDataSeries.
Is that anyway to detect it and thus not adding the AddDataSeries(BarsPeriodType.Tick, 500); when my chart is already same BarsPeriodType and value same.

Comment