| New signals service! | |
|
|||||||
| 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 |
|
||||
|
I tried HMA4 on my visual backtest, and it repainted!
Please correct me if i'm wrong. ![]()
__________________
>>> $3.5 per lot Forex Cashback Let's hunt some pips! |
|
||||
|
Just made a quick test in visual backtest.
Worked like a charm! Thanks Mladen. I think it's really has great potential to make a scalper EA based on this indicator. Can you show us indicator's buffer that control when color is green or red? HMASignal=iCustom(NULL,0,"HMA Color nrp", HMA_period,HMA_PriceType,HMA_Method,?,1); The EA should buy when HMA turns into green and vice versa. Any EA programmer interested to build it? ![]() ![]()
__________________
>>> $3.5 per lot Forex Cashback Let's hunt some pips! |
|
||||
|
...
I do not reccomend using buffer values to find out it's color
Let me explain: in ANY MULTICOLOR LINE indicator it is a normal occurence that when the color is changing two buffers contain the same value (you can easily check this in data window) The begining of one color must match the end of the other color Instead, use simple comparison : this indicator contains all the values of HMA in it's first buffer, and it is easy to compare values to find out what is going on : current > previous = green current < previous = red current = previous = yellow Of NormalizeDigitsPlus - if you turn NormalizeValues on the values of the HMA are normalized to Digits + NormalizeDigitsPlus (for example on most brokers EURUSD would be 4+NormalizeDigitsPlus, USDJPY would be 2+NormalizeDigitsPlus and so on...) btw: When you turn off the NormalizeValues you will have much less equal values (yellow color) Quote:
|
|
||||
|
mladen:
Your modified indicator looks great. But could you provide the source code? I don't use any custom indicators or EA's without the source code so I can both understand how it works and also modify it for my own purposes, if I'd like to. An ex4 file by itself has very limited usefulness. Thanks if you feel free to share it. Otherwise, I understand.
__________________
Success is more perspiration than inspiration . . .
|
|
||||
|
...
I was thinking what to answer : should I answer something funny, something smart...
I came up with this : I am not going to post source for this indicator. Sorry mladen Quote:
|
|
||||
|
Quote:
Good luck with your trades always ![]()
__________________
>>> $3.5 per lot Forex Cashback Let's hunt some pips! |
|
|||
|
well, thats what CJA answers about the source (or no comments)
can we blame him? but whatever reason - we developing something bit by bit Mladen, there is a question: Quote:
equal = yellow what everybody would normally do - just grub the color ?? P.S. Colors - real pain in the S. Last edited by fxbs; 11-13-2007 at 07:11 AM. |
|
||||
|
That is a matter of coddinq technique
What I am using in order to lessen the number of buffers and to have exact values without hassle is that the first buffer allways contains all the values of the HULL MA and the others are determined by simple comparison of the first buffers values this way it is no problem to find out values of the indicator (after all that is what is interesting to us : exact values) Quote:
Last edited by mladen; 11-13-2007 at 06:09 AM. |
![]() |
| Bookmarks |
| Tags |
| sniperforex, hull moving average |
| 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 |