Real author: RickD An indicator of a moving average similar to EMA. Calculated as follows: AMMA[bar] = ((AMMAPeriod-1)*AMMA[bar+1]...
Showing posts with label i-AMMA. Show all posts
Showing posts with label i-AMMA. Show all posts
MetaTrader 4 Indicator | i-AMMA
0
AMMA's formula is: AMMA[i] = ((AMMA.Period-1)*AMMA[i+1] + Close[i])/AMMA.Period; A 25-day Average Modified Moving Average is ...
MetaTrader 5 Indicator | i-AMMA HTF
0
The i-AMMA indicator with the timeframe selection option available in input parameters: input ENUM_TIMEFRAMES TimeFrame= PERIOD_H4...
MetaTrader 5 Expert Advisor | Exp i-AMMA
0
The Exp_i-AMMA Expert Advisor is based on the reversal of the i-AMMA moving average direction. The signal is formed when a bar is clo...