Welcome Forex EA downloads & MT4/MT5 auto-trading resources — EAs, Gold EAs, quant tools and real-world automation.
Sign In Sign Up

HA EMA3 Indicator - MetaTrader 5 Script | Forex Indicator Download - MT4/MT5 Resources

author EAcpu | 3 reads | 0 comments |

HA EMA3 Indicator - indicator for MetaTrader 5

This indicator is a moving average built on Heiken Ashi candlesticks.

It has two parameters:

Calculation formula:

 MA1 = MA(HA_Close position),
MA2 = MA(MA1),
MA3 = MA(MA2)

Where:

 HA_Close[i] = ((Opening price[i] + High[i] + Low[i] + Close[i])/4 + HA_Open[i] + Max(High[i],HA_Open[i]) + Min(Low[i],HA_Open[i]))/4,
HA_Open[i] = ((opening[i+1] + highest price[i+1] + lowest price[i+1] + closing price[i+1])/4 + HA_Open[i+1])/2. 

HA EMA3 Indicator - indicator for MetaTrader 5


Attachment download

📎 haema3.mq5 (14.53 KB)

Source: MQL5 #20216

Verification code Refresh