ReverseEMA

Modified on 2017/08/01 08:45 by Eugene — Categorized as: TASCIndicators

Syntax

public ReverseEMA(DataSeries ds, double alpha, string description)
public static ReverseEMA Series(DataSeries ds, double alpha)

Parameter Description

dsDataSeries
alphaAlpha parameter

Description

Created by John F. Ehlers, the Reverse EMA indicator is an universal oscillator with features like minimum lag and a single input parameter that lets it highlight cycle, momentum, and trend components.

Example

Please refer to September 2017 Traders' Tip article's code in Stocks and Commodities Magazine.