Page 34 of 37

Re: HMA - Hull Moving Average Indicators MT4

Posted: Thu Aug 08, 2024 8:43 am
by kvak
boytoy wrote: Wed Aug 07, 2024 8:09 pm Every single experiment you make is awesome! What a combination of HMA and Kalman this is a good one I'm just adjusting the settings! Now... if I choose Use smoothing I'm seeing the line disappear from the chart... am I doing something wrong? Thank you for your time and patience with me dude.
Hull Moving Average with Kalman Filter calculation

Upss, sorry. This is my mistake in code. I use Ma(+rmas) indicator as a template and only replace RMAs function with Kalman HMA function and forget add it to smoothing function.
Now is working. I recomended if you want using smoothing to make KHMA more faster. In picture is period 51/ filter 1.

What is the KHMA? Combining the Kalman Filter with the Hull Moving Average

The novel integration of the Kalman Filter with the Hull Moving Average (KHMA) presents a distinctive method for refining price data. By utilizing the Kalman Filter on the price data prior to its integration into the HMA calculation, we improve the adaptability and sensitivity of the moving average. This adaptive smoothing technique diminishes noise more efficiently and responds more rapidly to fluctuations in price, thereby offering traders more precise signals for market entry or exit decisions.

Additional information can be found in these posts:

Re: HMA - Hull Moving Average Indicators MT4

Posted: Thu Aug 08, 2024 5:25 pm
by boytoy
kvak wrote: Thu Aug 08, 2024 8:43 am Upss, sorry. This is my mistake in code. I use Ma(+rmas) indicator as a template and only replace RMAs function with Kalman HMA function and forget add it to smoothing function.
Now is working. I recomended if you want using smoothing to make KHMA more faster. In picture is period 51/ filter 1.
That smoothing definitely working now bro... always looking after us thank you for your awesome experiment everything works so well now

Re: HMA - Hull Moving Average Indicators MT4

Posted: Mon Aug 19, 2024 5:10 am
by Banzai
Banzai wrote: Thu Aug 08, 2024 4:06 am Coder: mladen

nrp = no repaint

Template to make H4 HMA (24) trend line becomes bigger.
HMA

No more need for an MT4 template. I give you the indicator.

This indicator is not a holy grail. So please use a stop loss.
------------------------------------------------------------------------------------------------------
So how do you trade?
H4 is the trend.
------------------------------------------------------------------------------------------------------ If a complete candle is above the HMA, then go LONG/buy.
Vice versa for short.
------------------------------------------------------------------------------------------------------ If a complete candle is below the HMA, then go SHORT/sell.
------------------------------------------------------------------------------------------------------ If the prices are hugging the HMA, try not to trade. The trend can go up or down.
------------------------------------------------------------------------------------------------------

Re: HMA - Hull Moving Average Indicators MT4

Posted: Mon Aug 19, 2024 6:57 pm
by boytoy
Banzai wrote: Mon Aug 19, 2024 5:10 am HMA

No more need for an MT4 template. I give you the indicator.
Never seen an indicator like this before I absolutely love the way it was done and the coloring with the lines and widths .... great system

Re: HMA - Hull Moving Average Indicators MT4

Posted: Mon Aug 19, 2024 11:13 pm
by macd & rsi
Banzai wrote: Mon Aug 19, 2024 5:10 am HMA

No more need for an MT4 template. I give you the indicator.

This indicator is not a holy grail. So please use a stop loss.
------------------------------------------------------------------------------------------------------
So how do you trade?
H4 is the trend.
------------------------------------------------------------------------------------------------------
XAUUSDH1e.png

If a complete candle is above the HMA, then go LONG/buy.
Vice versa for short.
------------------------------------------------------------------------------------------------------
XAUUSDH1g.png

If a complete candle is below the HMA, then go SHORT/sell.
------------------------------------------------------------------------------------------------------
XAUUSDH1b.png

If the prices are hugging the HMA, try not to trade. The trend can go up or down.
------------------------------------------------------------------------------------------------------
Great !

Re: HMA - Hull Moving Average Indicators MT4

Posted: Wed Aug 21, 2024 7:33 pm
by Jimmy
E-HMA (Hull Moving Average)

Working through my PM's a member has specifically asked for help earlier this month:
I am having the hardest time finding the radical looking multi MTF indicator possibly Hull nrp which looks like an electricity wire across the screen.
I couldn't find it but this is the best I could come up with using Banzai (and Mladen's) indicator!

Re: HMA - Hull Moving Average Indicators MT4

Posted: Sun Aug 25, 2024 7:47 pm
by trader2000
Banzai wrote: Mon Aug 19, 2024 5:10 am HMA

No more need for an MT4 template. I give you the indicator.

This indicator is not a holy grail. So please use a stop loss.
------------------------------------------------------------------------------------------------------
So how do you trade?
H4 is the trend.
------------------------------------------------------------------------------------------------------
XAUUSDH1e.png

If a complete candle is above the HMA, then go LONG/buy.
Vice versa for short.
------------------------------------------------------------------------------------------------------
XAUUSDH1g.png

If a complete candle is below the HMA, then go SHORT/sell.
------------------------------------------------------------------------------------------------------
XAUUSDH1b.png

If the prices are hugging the HMA, try not to trade. The trend can go up or down.
------------------------------------------------------------------------------------------------------
thanks for your effort endless help in traders' community, my question as this indicator on h4 tf and we use it on h1 tf .. it is necessary to wait four hours when hma change its color to start trade in new direction or no need to wait and consider new trend from first h1 candle?thanks

Re: HMA - Hull Moving Average Indicators MT4

Posted: Sun Sep 01, 2024 6:59 pm
by moey_dw
Jimmy wrote: Wed Aug 21, 2024 7:33 pm E-HMA (Hull Moving Average)

Working through my PM's a member has specifically asked for help earlier this month: I couldn't find it but this is the best I could come up with using Banzai (and Mladen's) indicator!
Image
THAT IS THE BEST LOOKING MA I HAVE EVER SEEN ON MT4

Add arrows to the Top10 listed HMA histogram please

Posted: Mon Nov 04, 2024 9:35 pm
by najv2
Hello everyone,
I was thinking if any of the coders here could spare some minutes of his time and add the possibility of choosing signal arrows in this top10 listed indicator. It uses vertical lines now, which interfere with my other indicator I am using. So just adding the arrows feature there, other then that it works perfect:-)

Thank you !

Najv


mrtools wrote: Sun Sep 05, 2021 12:55 pm Kinda updated the averages histo a little bit, one thing is when is mtf the values are interpolated if desired. Also on the bar type histo couldn't find anything wrong. But you are right there is a difference sometimes, not sure why but guessing this could be the difference in how mt4 draws these histos, but not sure.

Re: Add arrows to the Top10 listed HMA histogram please

Posted: Tue Nov 05, 2024 4:38 am
by mrtools
najv2 wrote: Mon Nov 04, 2024 9:35 pm Hello everyone,
I was thinking if any of the coders here could spare some minutes of his time and add the possibility of choosing signal arrows in this top10 listed indicator. It uses vertical lines now, which interfere with my other indicator I am using. So just adding the arrows feature there, other then that it works perfect:-)

Thank you !

Najv
Hull Moving Average Mountain Histogram with Alerts

Made a new updated version.