DecyclerOscillator

Modified on 2015/08/01 08:55 by Eugene — Categorized as: TASCIndicators

Syntax

public DecyclerOscillator(DataSeries ds, int period, double K, string description) : base(ds, description)
public static DecyclerOscillator Series (DataSeries ds, int period,  double K)

Parameter Description

dsDataSeries used to build DecyclerOscillator
periodHP Lookback period
KK coefficient

Description

Created by John Ehlers (see article in September 2015 issue of Stocks and Commodities Magazine), the Decycler oscillator is designed to indicate trend with virtually zero lag.

Example

Please refer to TASC September 2015 issue, "Decyclers (Ehlers)".