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

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

author EAcpu | 3 reads | 0 comments |

HWMA - indicator for MetaTrader 5

The HWMA indicator (Holt-Winter Moving Average) is a three-parameter moving average using the Holt-Winter method; these three parameters should be selected to obtain predictions.

The indicator has four input parameters:

 HWMA[i] = F[i] + V[i] + 0.5 * A[i]

Where:

 F[i] = (1-nA) * (F[i-1] + V[i-1] + 0.5 * A[i-1]) + nA * Price[i]
V[i] = (1-nB) * (V[i-1] + A[i-1]) + nB * (F[i] - F[i-1])
A[i] = (1-nC) * A[i-1] + nC * (V[i] - V[i-1]) 

HWMA - indicator for MetaTrader 5


Attachment download

📎 hwma.mq5 (9.23 KB)

Source: MQL5 #20856

Verification code Refresh