Page 16 of 30
Re: MT5 Moving Averages (MAs)
Posted: Sun Oct 06, 2024 10:09 pm
by m1n3k
Hello dear traders and coders. I looking for MA which is triple colored, when trending green/red, when no trend yellow (for example), i saw few on mt4 but already i looking for mt5 and for yet unsuccesfully

can somebody help me?
Re: MT5 Moving Averages (MAs)
Posted: Mon Oct 07, 2024 4:37 am
by mrtools
m1n3k wrote: Sun Oct 06, 2024 10:09 pm
Hello dear traders and coders. I looking for MA which is triple colored, when trending green/red, when no trend yellow (for example), i saw few on mt4 but already i looking for mt5 and for yet unsuccesfully

can somebody help me?
Made this version, keep in mind that the coloring (trend) is depending on the ma slope so some more reactive moving averages may be hard to get 3 colors because in those moving averages it is very seldom that there will not be a slope if not using the filter.
Re: Re:
Posted: Mon Oct 07, 2024 6:41 am
by m1n3k
mrtools wrote: Mon Oct 07, 2024 4:37 am
Made this version, keep in mind that the coloring (trend) is depending on the ma slope so some more reactive moving averages may be hard to get 3 colors because in those moving averages it is very seldom that there will not be a slope if not using the filter.
thank you for the answer but i look for more adjustable option, thanks to this world "slope" i founded one better which i need, but unfortunately is here just 4 basic types of ma, but slope is fully adjustable

Re: MT5 Moving Averages (MAs)
Posted: Mon Oct 07, 2024 5:45 pm
by macd & rsi
hello friends ,
I have searched a lot on the web and the internet about Jurik moving.
It seems that the original formula has not yet been made public by the creator of that .
It seems that most indicators are written based on reverse engineering or trial and error. At least this is what I have found out so far.
Does any of the programmer friends know about the original formula?
Is it possible to code it to MT 5?
thanks a lot !
Re: MT5 Moving Averages (MAs)
Posted: Mon Oct 07, 2024 5:53 pm
by BeatlemaniaSA
macd & rsi wrote: Mon Oct 07, 2024 5:45 pm
hello friends ,
I have searched a lot on the web and the internet about Jurik moving.
It seems that the original formula has not yet been made public by the creator of that .
It seems that most indicators are written based on reverse engineering or trial and error. At least this is what I have found out so far.
Does any of the programmer friends know about the original formula?
Is it possible to code it to MT 5?
thanks a lot !
See here, but if you've seen it already and it's NOT what you are looking for, simply ignore
app.php/attach/file/3391961
Re: MT5 Moving Averages (MAs)
Posted: Sat Nov 16, 2024 7:01 am
by kvak
Crossover histogram of two moving averages.
Have choice for cross of MA, MA cross price 2/3 state.
Re: MT5 Moving Averages (MAs)
Posted: Sat Nov 16, 2024 9:32 pm
by Cagliostro
kvak wrote: Sat Nov 16, 2024 7:01 am
Crossover histogram of two moving averages.
Have choice for cross of MA, MA cross price 2/3 state.
Dear Kvak, if you have the code could you kindly implement a third MA (and optionally arrows and column size?) It could be awesome for supporting MT5 versions of Xard, Beatles and my system.
Have a lovely weekend.
Cheers.
+C+
Re: MT5 Moving Averages (MAs)
Posted: Tue Nov 19, 2024 4:30 am
by mrtools
FXMann wrote: Mon Nov 18, 2024 11:42 pm
Hi mrtools,
Could you make a version of this indicator for MT5?
avgs cross histo (mtf + alerts + arrows)
Thanks
FXMann
Hello, made this version.
Re: MT5 Moving Averages (MAs)
Posted: Tue Nov 19, 2024 6:02 am
by mrtools
mrtools wrote: Tue Nov 19, 2024 4:30 am
Hello, made this version.
To those who downloaded earlier may want to redownload had the indicator name wrong on the alerts.

Re: MT5 Moving Averages (MAs)
Posted: Wed Dec 18, 2024 8:58 pm
by Cagliostro
XU 3MA Trend
-3xMA
-MTF
-Arrows
-Alerts
PS: Alerts and Arrows not working in MTF (used for higher TF bias). If someone wants to add more MA let me know, and will share the code.
+C+