エマスのムービング・アベレージの母 – 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.
インジケーターには2つのパラメータがあります:
- 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 ここ.
インジケーターには2本の線があります:
- MAMA
- FAMA
これらの条件を追加しました。 カスタムブロック:
- Close above/below MAMA
- MAMA crosses above/below FAMA
- MAMA and FAMA falling/rising
- MAMA is above/below MAMA
インジケーターは以下のプラットフォームに対応しています:MT4/MT5/Tradestation/ Multicharts。.
インジケーターと条件をダウンロードできます ここ.
インジケーターの対応プラットフォーム:MT4 / MT5 / TradeStation / MultiCharts
カスタムブロックを使うと、条件分岐を簡単に行うことができます。詳細はこちらをご覧ください:
- https://strategyquant.com/doc/strategyquant/custom-blocks/
- https://strategyquant.com/doc-category/strategy-templates-custom-blocks/
- https://www.youtube.com/watch?v=CGkn5kh_etc
SQXにカスタムインジケーターをインポートする方法:

Excellent ! thank you