
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
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
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
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 advanceSorry..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)
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<MaHull50Here 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
Is there an alert available when the Hull Candles change colour?
Thanks
AndyHello Andy,
Added alerts to the Hull candles.
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
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 alotWR1
Here you go