Thread: Hull MA
View Single Post
  #9 (permalink)  
Old 12-07-2006, 10:32 AM
newdigital newdigital is offline
Administrator
 
Join Date: Sep 2005
Posts: 15,796
Blog Entries: 31
newdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud of
Quote:
Originally Posted by Marbo
Thank you for those links but none of them explains the calculation of the HMA. It is described a little bit in MQL-code but I cannot read it. I would need some explainations in "normal language" but I don't find anything where the method is described.

For example: The 10-period simple MA is calculated like this: The sum of the close-prices of the last 10 periods divided by 10. This is what I need for the HMA. I know that it's more complicated but I also programmed an WMA and EMA. So it is not really difficult if you know how it is calculated.

Can anyone help me? Thank you!!
I found the following:

Code:
Hull Moving Average
Description 
A moving average (weighted) based on Allan Hull published calculations. For more information on this tool please visit Alan’s website - http://www.alanhull.com/
I can not open this website http://www.alanhull.com/

But I found short article by Allan Hull about HMA:

http://www.justdata.com.au/Journals/...ll/hull_ma.htm

And more short articles of Alan Hull are here http://www.justdata.com.au/Journals/...l_articles.htm

Last edited by newdigital; 12-07-2006 at 10:40 AM.
Reply With Quote