myStrategy:
DiffIndex = DiffIndex(3,14,3,10).Plot0.Get(CurrentBar);
here is whats in indicator:
[Browsable(false)] // this line prevents the data series from being displayed in the indicator properties dialog, do not remove
[XmlIgnore()] // this line ensures that the indicator can be saved/recovered as part of a chart template, do not remove
public DataSeries Plot0
{
get { return Values[2]; }

Comment