RegEMA

Modified on 2008/04/10 14:55 by Administrator — Categorized as: TASCIndicators

Syntax

public RegEMA(DataSeries ds, double smoothing, double regularization, string description)
public static RegEMA Series(DataSeries ds, double smoothing, double regularization)

Parameter Description

ds Source Series
smoothing Use a number between 0 and 2 (default = 0.91).
regularization Use a number between 0 and 20 (default = 0.5).

Description

Regularized EMA indicator from Chris Satchwell, Ph.D. published in the July 2003 issue of Stocks & Commodities magazine.

Example