|
|||||||
| Register in Forex TSD! | |
|
Trading Systems Leaders in this forum (automated trading systems) are winning more than 3000 pips in a month (30000$ investing one lot every time). Click here to register and get more information |
|
![]() |
|
|
LinkBack (4) | Thread Tools | Display Modes |
|
|||
|
HMA Colour
Quote:
The Hull MA doesnt work properly either. |
|
|||
|
There's no bug at all in HMA. The third color (yellow) was excluded deliberately to avoid a specific linear distortion which occurs when a new value (especially strong) enters or the old one (again strong) leaves the buffer. Under these conditions the yellow part is being relocated back and thus "paints the past"
as Nina put it. Sometimes seriously.And finally it's a matter of preferences. If you like to use a neutral zone as an exit or an early warning then 3 color LSMA is better choice. Cheers, |
|
|||
|
Quote:
|
|
||||
|
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!! |
|
|||
|
Quote:
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/ 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. |
|
||||
|
I also found this page and it seems to be the best to begin with: http://www.justdata.com.au/Journals/...ll/hull_ma.htm
There I found this formula: Integer(SquareRoot(Period)) WMA [2 x Integer(Period/2) WMA(Price) - Period WMA(Price)] and this is also described in other codes: MetaStock Formula period:=Input("Period",1,200,20) ; sqrtperiod:=Input("Square Root of Period",1,20,4); Mov(2*(Mov(C,period/2,W))-Mov(C,period,W),sqrtperiod,W); SuperCharts Formula Input: period (Default value 20) waverage(2*waverage(close,period/2)-waverage(close,period), SquareRoot(Period)) I try to work with the first formula and hope that I can make it. First I was confused about the period of the WMA but now I think it must be the squareroot of the period I want to have in the HMA. I keep on testing! Thanks newdigital!! |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
LinkBacks (?)
LinkBack to this Thread: http://www.forex-tsd.com/indicators-metatrader-4/616-hull-ma.html
|
|||
| Posted By | For | Type | Date |
| Indicator SniperForex | This thread | Refback | 12-09-2007 12:09 PM |
| Indicator SniperForex | This thread | Refback | 12-09-2007 03:10 AM |
| Indicator SniperForex | This thread | Refback | 12-09-2007 02:36 AM |
| Indicator SniperForex | This thread | Refback | 12-09-2007 02:14 AM |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| HULL ma of adx .... | hitman | Indicators - Metatrader 4 | 10 | 06-22-2008 10:12 AM |
| Hull Moving Average | TheWicker | Indicators - Metatrader 4 | 8 | 04-10-2008 02:25 PM |
| Macd Hull | beber | Indicators - Metatrader 4 | 1 | 08-11-2007 01:09 AM |
| Hull Ma Outside E-a | GUSDINSALVOFOREX | Suggestions for Trading Systems | 9 | 03-24-2007 05:00 PM |
| there is still a problem with the Hull MA | iGoR | Indicators - Metatrader 4 | 6 | 09-28-2006 11:18 PM |