AEMA

Modified on 2019/04/05 09:38 by Eugene — Categorized as: TASCIndicators

Syntax

public AEMA(Bars bars, int period1, int period2, string description)
public static AEMA(Bars bars, int period1, int period2)

Parameter Description

barsA Bars object
period1Time periods
period2Lookback period

Description

Adaptive Exponential Moving Average (AEMA) by Vitali Apirine appeared in April 2019 issue of Technical Analysis of Stocks & Commodities magazine. It is an exponential moving average designed to identify the location of the close relative to the high–low range.

Interpretation

In trading systems, AEMA can be used like EMA indicator.

Example

Refer to: