Many, but not all, indicators on the Wiki website show syntax examples like the following for LinearReg:
QUOTE:
Syntax
public LinearReg(DataSeries ds, int period, string description)
public static LinearReg Series(DataSeries ds, int period)
public static double Value(int bar, DataSeries ds, int period)
Here is the link to the LinearReg Wiki page:
http://www2.wealth-lab.com/WL5WIKI/LinearReg.ashxHow do I use the first example in code with the description parameter? I have not seen the first example anywhere. Also, please show me some links with examples.
Thank you.