Page 1 of 1

Hull Moving Average

PostPosted: Wed Oct 09, 2013 10:10 am
by Alexander.Gettinger
Hull Moving Average by Alan Hull (HMA).

Formulas:
HMA[i] = LWMA(i,len,(2*LWMA(i,Length/2,Price)-LWMA(i,Length,Price))), where
len=Sqrt(Length)-1,
LWMA(i,N,Price) - Linear Weighted Moving Average.

HMA_MQL.PNG


Download:
HMA.mq4
(1.74 KiB) Downloaded 1078 times