So something like:
Chart.BarsPeriod.BarsPeriodType = BarsPeriodType.HeikenAshi;
Chart.BarsPeriod.BaseBarsPeriodType = BarsPeriodType.Tick;
Chart.BarsPeriod.BaseBarsPeriodValue = 1000;
Is that possible and how?
PS: I'm not talking about adding a dataserie for an indicator, I really want to reload the whole chart with all indicators (with a different chart instrument setting).

Comment