Forex
Google
New signals service!

Go Back   Forex Trading > Downloads > Indicators - Metatrader 4


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

Reply
 
LinkBack (4) Thread Tools Display Modes
  #21 (permalink)  
Old 11-06-2007, 03:01 PM
demam_emas's Avatar
Senior Member
 
Join Date: Jan 2006
Location: Ambarawa City
Posts: 143
demam_emas is on a distinguished road
Unhappy

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!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #22 (permalink)  
Old 11-12-2007, 04:32 PM
jimven's Avatar
Senior Member
 
Join Date: Mar 2007
Location: Upstate New York
Posts: 119
jimven is on a distinguished road
Quote:
Originally Posted by demam_emas View Post
I tried HMA4 on my visual backtest, and it repainted!
Please correct me if i'm wrong.
I'm also using HMA4, and I find it to be pretty good. But you're right! It repaints! Not only does the current dot change color, but the completed dot at shift = 1 also changes color after it's finished.

In spite of those shortcomings, I think it can be a useful tool in my warchest. I haven't made any attempt to fix it, but maybe, if I get time. Others say it can't be done.

Cheers and good trading.
__________________
Success is more perspiration than inspiration . . .
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #23 (permalink)  
Old 11-12-2007, 05:42 PM
mladen's Avatar
Senior Member
 
Join Date: Oct 2006
Posts: 267
mladen is on a distinguished road
...

Non repainting Hull moving average
Attached Images
File Type: gif hma.gif (12.1 KB, 865 views)

Last edited by mladen; 07-21-2008 at 05:07 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #24 (permalink)  
Old 11-12-2007, 06:32 PM
demam_emas's Avatar
Senior Member
 
Join Date: Jan 2006
Location: Ambarawa City
Posts: 143
demam_emas is on a distinguished road
Question

Quote:
Originally Posted by mladen View Post
Non repainting Hull moving average
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!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #25 (permalink)  
Old 11-12-2007, 07:34 PM
mladen's Avatar
Senior Member
 
Join Date: Oct 2006
Posts: 267
mladen is on a distinguished road
...

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:
Originally Posted by demam_emas View Post
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?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #26 (permalink)  
Old 11-12-2007, 10:34 PM
jimven's Avatar
Senior Member
 
Join Date: Mar 2007
Location: Upstate New York
Posts: 119
jimven is on a distinguished road
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 . . .
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #27 (permalink)  
Old 11-13-2007, 04:25 AM
mladen's Avatar
Senior Member
 
Join Date: Oct 2006
Posts: 267
mladen is on a distinguished road
...

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:
Originally Posted by jimven View Post
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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #28 (permalink)  
Old 11-13-2007, 04:31 AM
demam_emas's Avatar
Senior Member
 
Join Date: Jan 2006
Location: Ambarawa City
Posts: 143
demam_emas is on a distinguished road
Cool

Quote:
Originally Posted by mladen View Post
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
It's OK.
Good luck with your trades always
__________________
>>> $3.5 per lot Forex Cashback Let's hunt some pips!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #29 (permalink)  
Old 11-13-2007, 05:50 AM
Senior Member
 
Join Date: Jan 2007
Location: not so remote
Posts: 1,814
fxbs is on a distinguished road
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:
Originally Posted by mladen View Post
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
...
current > previous = green
current < previous = red
current = previous = yellow
- but shouldn't the color buffers be zero and than values go either to 1 or 2 or 3;
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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #30 (permalink)  
Old 11-13-2007, 06:06 AM
mladen's Avatar
Senior Member
 
Join Date: Oct 2006
Posts: 267
mladen is on a distinguished road
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:
Originally Posted by fxbs View Post
well, thats what CJA answers on question about the source (or no comments)
but whatever reason could be - brothers, we are not competitors here

Mladen, there is a question:


- but shouldn't the color buffers be zero and than values goes either to 1 or 2 or 3;
equal = yellow
what everybody normally does - just grubs the color ??

Last edited by mladen; 11-13-2007 at 06:09 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

Tags
sniperforex, hull moving average

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

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


All times are GMT. The time now is 04:06 AM.



Search Engine Friendly URLs by vBSEO 3.2.0 ©2008, Crawlability, Inc.