Syntax
public AEMA(Bars bars, int period1, int period2, string description)
public static AEMA(Bars bars, int period1, int period2)
Parameter Description
bars | A Bars object |
period1 | Time periods |
period2 | Lookback 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: