Add(PeriodType.Minute, altPeriod);
Add(DM(BarsArray[1], Period); // Ok to compile but this will generate error:
// Add(DM(Period); // ok
Error on running optimizer: Value can not be Null, Name of parameter: value
Any way to add multitimeframe indicators to the optimizer chart?

Comment