SimpleDecycler

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

Syntax

public SimpleDecycler(DataSeries ds, int period, string description) : base(ds, description)
public static SimpleDecycler Series (DataSeries ds, int period)

Parameter Description

dsDataSeries used to build the simple decycler
periodHP Lookback period

Description

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

Example

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