Log in to see Cloud of Tags

Wealth-Lab Wiki

AMA (Adaptive Moving Average)

RSS

Syntax

public AMA(Bars bars, int period, string description)
public static AMA Series(Bars bars, int period)

Parameter Description

barsBars object
periodMoving average period

Description

Featured in Vitali Apirine's article in from April 2018 issue of Technical Analysis of Stocks & Commodities magazine, the AMA (adaptive moving average) is designed to account for the location of the close relative to the high–low range. As other indicators of the same kind it helps determine the direction of a trend. The AMA changes rapidly when prices move swiftly and moves slowly when prices go sideways.

Calculation

  • The multiplier (MLTP) = ABS[(Current Close - Lowest Low) - (Highest High - Current Close)] / (Highest High - Lowest Low)
  • The smoothing constant:
    • Fast SC (FastSC) = [MLTP ? (fastest SC - slowest SC) + slowest SC]2
    • Slow SC (SlowSC) = [MLTP ? (2/(2+1) - 2/(30+1)) + 2/(30+1)]2
    • SC = MLTP * (FastSC - SlowSC) + SlowSC;

Current AMA = Prior AMA + SC ? (Price - Prior AMA)

Interpretation

  • Use the same rules that we apply to SMA when interpreting AMA.

Example

Please refer to TASC April 2018 issue, "Adaptive Moving Averages (Apirine)".

Important Disclaimer: The information provided by Wealth-Lab is strictly for informational purposes and is not to be construed as advice or solicitation to buy or sell any security.  The owner of Wealth-Lab.com assumes no liability resulting from the use of the material contained herein for investment purposes. By using this web site, you agree to the terms of this disclaimer and our Terms of Use.


ScrewTurn Wiki. Some of the icons created by FamFamFam.