Syntax
public UniversalOscillator( DataSeries ds, int bandEdge, string description): base(ds, description)
public static UniversalOscillator Series (DataSeries ds, int bandEdge)
Parameter Description
ds | DataSeries used to build UniversalOscillator |
bandEdge | Band edge |
Description
Created by John Ehlers (see
article in January 2015 issue of Stocks and Commodities Magazine), the Universal Oscillator filter is a zero lag indicator that can be used as a basis for creating a short-term or trend-trading algorithm.
Example
Please refer to
TASC January 2015 issue, "Whiter is Brighter (Ehlers)".