IIRSmoother

Modified on 2008/04/09 23:28 by Administrator — Categorized as: TASCIndicators

Syntax

public IIRSmoother(DataSeries ds, string description)
public static IIRSmoother Series(DataSeries ds)

Parameter Description

ds Source Series

Description

John Ehlers' IIR Data Smoother from the July 2002 issue of Stocks & Commodities magazine.

Example