Syntax
public NET(DataSeries ds, int rsiLength, int netLength, string description)
public static NET Series(DataSeries ds, int rsiLength, int netLength)
Parameter Description
ds | A DataSeries object |
rsiLength | MyRSI Lookback period |
netLength | Noise Elimination Technology lookback period |
Description
Featured in John Ehlers' article from
December 2020 issue of Technical Analysis of Stocks & Commodities magazine, the NET (Noise Elimination Technology) oscillator uses Kendall rank correlation helps reduce indicator noise in an RSI-like oscillator.
Example
Please refer to
TASC December 2020 issue, "Noise Elimination Technology (Ehlers)".