Page 15 of 37

Re: HMA - Hull Moving Average Indicators MT4

Posted: Tue Aug 11, 2020 12:39 am
by mitalpatel
Helllo friends,
Here is something i posted mixing up base as hma modifiying its value from 34.
Added something to it for more confirmation like VQ and made a post.

I wish if someone expert can guide on picking up the those best larger moves by adding somethig to it .

viewtopic.php?f=578267&t=8473916
I hve been testing for a month now with mixed results due to my own non-expert vision.
But i see lot of potential in the setup if one can guide enhancing the filter to avoid smaller shifts
----- Attached have drawn entry exit for bigger moves unfortunately on smaller moves it can be disappointing where I may need to filter for exit as even then also syncing all three idnicators showing in positive movement but then its moving market and some pullbacks make us in loss.

I am not an experienced trader but yes from this place been working with this hma for almost 6 months now fine tuning the strategy i am working on. just need help to make it better.
Open for discussion on the thread i made or here if someone can help.

Re: HMA - Hull Moving Average Indicators MT4

Posted: Wed Aug 12, 2020 12:56 am
by Banzai
HMA Dashboard

Released date: August 11th, 2020, from Mario

I think you put both files in the same directory.

Re: HMA - Hull Moving Average Indicators MT4

Posted: Tue Aug 18, 2020 4:44 am
by Core
mrtools wrote: Sun Jun 18, 2017 3:40 am

Hi AussiwBeau, added the lines, also updated it to use the new prices and new mtf.
Could you pls help me use this code in my expert?

Re: HMA - Hull Moving Average Indicators MT4

Posted: Tue Aug 18, 2020 5:23 am
by mrtools
Core wrote: Tue Aug 18, 2020 4:44 am
Could you pls help me use this code in my expert?

Check here viewtopic.php?p=1294828145#p1294828145

Re: HMA - Hull Moving Average Indicators MT4

Posted: Thu Sep 10, 2020 11:23 pm
by josi
poaslk wrote: Thu Sep 10, 2020 10:51 pm
Hey Jimmy, yes, I'm aware of the rules:) just was trying to give you options. I do not need source code, just fixed version. Yes, I can code, but it is extremely hard to contribute, if nobody here shares source codes:)
I will gladly give you some source code:
Have a look at this request:
viewtopic.php?p=1295418709#p1295418709

I have a new Hull (EMA) by Mladen (link to mql5 not allowed)
You could go for my example
a) subwindow,
b) colour change on directional change for current-TF-line
c) colour change on directional change for histo (higher TF)
d) input for line (current TF), different input for histo (higher TF)

From Mladen:
Hull moving average (ema based)

Original Hull moving average is calculated using LWMA (Linear Weighted Moving Average). But sometimes that way of calculation tends to overshoot

Possible solution for that is to use some other average method to calculate Hull

This version :

is using EMA (Exponential Moving Average) for calculation and it seems to be helping in the overshooting while keeping the signals at almost the same positions.
is having the additional "speed" parameter (which can be helpful for further filtering out signals without changing the Hull period)

Recommended usage :

You can use color changes as signals for trend change

Re: HMA - Hull Moving Average Indicators MT4

Posted: Fri Nov 06, 2020 3:35 am
by williamtng
Hi, Forex Station !
I'm new here, so please tell me if I'm doing something against the rules,

I've tried a couple of baseline for trend trading and very liked 2 of them which are Hull Moving Average and Kaufman's Adaptive Moving Average.
I really want to try making a "Hull & Kaufman's Adaptive MA" based on both HMA and KAMA code. Unfortunately, I don't know how to code yet.
I'm willing to learn but I'm too impatient about trying this idea. So I'm asking for help, it would be great if someone is willing to try,
Even nicer if the indicator is a mq4 (so I can study the code and migrate to mt5 later on), and has color slope, ATR bands, MTF, and Alerts option (dreaming :hug: )
I'm attaching some indicators that I found which can help for matter.

Thank you so much if you're willing to try !
William

Re: HMA - Hull Moving Average Indicators MT4

Posted: Fri Nov 06, 2020 4:34 am
by mrtools
williamtng wrote: Fri Nov 06, 2020 3:35 am Hi, Forex Station !
I'm new here, so please tell me if I'm doing something against the rules,

I've tried a couple of baseline for trend trading and very liked 2 of them which are Hull Moving Average and Kaufman's Adaptive Moving Average.
I really want to try making a "Hull & Kaufman's Adaptive MA" based on both HMA and KAMA code. Unfortunately, I don't know how to code yet.
I'm willing to learn but I'm too impatient about trying this idea. So I'm asking for help, it would be great if someone is willing to try,
Even nicer if the indicator is a mq4 (so I can study the code and migrate to mt5 later on), and has color slope, ATR bands, MTF, and Alerts option (dreaming :hug: )
I'm attaching some indicators that I found which can help for matter.

Thank you so much if you're willing to try !
William
Did a quick version, seems with default settings it overshoots badly. It's ex4 can't release the source, sorry!

Re: HMA - Hull Moving Average Indicators MT4

Posted: Fri Nov 06, 2020 4:59 am
by williamtng
mrtools wrote: Fri Nov 06, 2020 4:34 am Did a quick version, seems with default settings it overshoots badly. It's ex4 can't release the source, sorry!
Hi MrTools,

Okay, I understand,
Yes indeed the MA overshoot, I think KAMA is being multiplied in the Hull calculation, maybe it should be the other way around with Hull into KAMA :think:
Thanks a lot for trying anyway ;)
I admire your work, keep it going ! :thumbup:

William

Re: HMA - Hull Moving Average Indicators MT4

Posted: Mon Nov 23, 2020 5:07 pm
by tannos
Hi,
Could someone kindly make my hull-alma indicator mtf if possible with all prices (standard + ha prices) and alerts
also interpolation without repainting much apperciated

Re: HMA - Hull Moving Average Indicators MT4

Posted: Tue Nov 24, 2020 5:08 am
by mrtools
tannos wrote: Mon Nov 23, 2020 5:07 pm Hi,
Could someone kindly make my hull-alma indicator mtf if possible with all prices (standard + ha prices) and alerts
also interpolation without repainting much apperciated
That version needs a complete recoding to be able to do all you require. Don't mind doing it but will only post in ex4 if that's okay.