Hull Moving Average - page 12

 

This one became the latest "wonder indicator" that the "famous karl ...man" is selling and some are getting overheated on it (set the speed to 1.75 and you will see what is it about). Oh well, nothing new from either of the sides

mladen:
A variation of Hull moving average that allows speed adjusting of the hull moving average. Whistles and bells added too (multi time frame, alerts, no repainting color lines ... ). The "speed" can be controlled through HMASpeed parameter : the lower the value the slower the HMA. I am not aware who's idea was to modify the speed in original, but I liked it, so here is this version (original Hull moving average has a "speed" value of 2)

 

Hi mladen I need an indicator based on multiple hull ma..it must show in a separate window a histogram:

green = close>MaHull10 && Close>MaHull20 && MaHull>50

yellow = close<MaHull10 && Close50

blue = close>MaHull10 && Close>MaHull20 && MaHull<50

red = close<MaHull10 && Close<MaHull20 && MaHull<50

can you help me please???

thank s in advance

 

If I understand correctly, if hull average will be > or < of some value depends on a symbol and, per a moment, I can not find any symbol with prices like that (50 as in your description of conditions, the "MaHull>50" and "MaHull<50"). Hull moving average is as its name is saying, an average, not an oscillator and you can not test it as oscillators (rsi, stochastic, ...) are tested

k3rn3l:
Hi mladen I need an indicator based on multiple hull ma..it must show in a separate window a histogram:

green = close>MaHull10 && Close>MaHull20 && MaHull>50

yellow = close<MaHull10 && Close50

blue = close>MaHull10 && Close>MaHull20 && MaHull<50

red = close<MaHull10 && Close<MaHull20 && MaHull<50

can you help me please???

thank s in advance
 

Sorry..the conditions are wrong...the correct are...

green = close>MaHull10 && Close>MaHull20 && Close>MaHull50

yellow = close<MaHull10 && CloseMaHull50

blue = close>MaHull10 && Close>MaHull20 && Close<MaHull50

red = close<MaHull10 && Close<MaHull20 && Close<MaHull50

 

This would be it(moved it to hull thread)

k3rn3l:
Sorry..the conditions are wrong...the correct are...

green = close>MaHull10 && Close>MaHull20 && Close>MaHull50

yellow = close<MaHull10 && CloseMaHull50

blue = close>MaHull10 && Close>MaHull20 && Close<MaHull50

red = close<MaHull10 && Close<MaHull20 && Close<MaHull50
Files:
kernel.gif  39 kb
k3tn3l.ex4  6 kb
 
mladen:
Here you go

If you wish just bars, set the widths for color 3 and 4 to 1, and then it will draw bars instead of candles

Is there an alert available when the Hull Candles change colour?

Thanks

Andy

 
Andy B:
Is there an alert available when the Hull Candles change colour?

Thanks

Andy

Hello Andy,

Added alerts to the Hull candles.

Files:
 
mrtools:
Hello Andy, Added alerts to the Hull candles.

I thought I'd replied to this but I can't see my reply

Anyway, thank you for the prompt reply, much appreciated

Andy

 

Please can someone change this Histo back into a line

i've tried but it only appeared as two strange lines top and bottom of the window

thanks alot

Files:
 
WR1:
Please can someone change this Histo back into a line

i've tried but it only appeared as two strange lines top and bottom of the window

thanks alot

WR1

Here you go

Files:
Reason: