Ehlers Mother of All Moving Averages – MOAMA

The Mother of Adaptive Moving Average (MAMA) adapts to price movement in an entirely new and unique way. The adaptation is based on the rate change of phase as measured by the Ehlers Hilbert Transform. The advantage of this method of adaptation is that it features a fast attack average and a slow decay average so that the composite average rapidly ratchets behind price changes and holds the average value until the next ratchet occurs.
The indicator has two parameters:
- Fast Limit ( Alpha )
- Slow Limit (Beta )
The suggested maximum value is FastLimit = 0.5 and the suggested minimum is SlowLimit = 0.05. The variable alpha is computed as the FastLimit divided by the phase rate of change. Any time there is a negative phase rate of change the value of alpha is set to the FastLimit because the phase rate of change can be no less than 1. If the phase rate of change is large, the variable alpha is bounced.
More information about MAMA can be found here.
The indicator has two lines:
- MAMA
- FAMA
We have added these conditions as custom blocks:
- Close above/below MAMA
- MAMA crosses above/below FAMA
- MAMA and FAMA falling/rising
- MAMA is above/below MAMA
Indicator is implemented for: MT4/MT5/Tradestation/ Multicharts.
You can download the indicator and conditions here.
Indicator is implemented for: MT4/MT5/Tradestation/ Multicharts
You can easily do your conditions in Custom blocks. More informations you can find here:
- https://strategyquant.com/doc/strategyquant/custom-blocks/
- https://strategyquant.com/doc-category/strategy-templates-custom-blocks/
- https://www.youtube.com/watch?v=CGkn5kh_etc
How to import custom indicators to SQX:
Excellent ! thank you