Getting this error when trying to convert indicator from NT7 to NT8
The errors refer to these lines in Properties:-
[Browsable(false)]
[XmlIgnore()]
public DataSeries Z
{
get { return Values[0]; }
}
[Browsable(false)]
[XmlIgnore()]
public DataSeries Zero
{
get { return Values[1]; }
}
[Browsable(false)]
[XmlIgnore()]
public DataSeries SignalLine
{
get { return Values[2]; }
}
Any help appreciated.

Comment