Page 27 of 44
Re: Various Indicators - (MT5)
Posted: Wed Feb 28, 2024 12:45 am
by mrtools
This is Mladen's version of the dollar index I modified to add ma smoothing.
Re: Various Indicators - (MT5)
Posted: Thu Mar 21, 2024 6:56 am
by mrtools
uvz wrote: Wed Mar 20, 2024 5:53 pm
Hi @mrTools can you please convert both scripts to MT5 please. (Possible optional of mtf option). Super Thanks.
This would be a mt5 version of the fractal ama histo, the only difference is this version you have a signal period and a fractal period in the version you posted it is only using think it was a 16 period frama period and the same period for the signal with different multipliers.
Re: Various Indicators - (MT5)
Posted: Sat Apr 06, 2024 11:45 am
by mrtools
This is a Schaff trend cycle using a fast/slow rvi calculations instead of macd.
Re: Various Indicators - (MT5)
Posted: Sun Apr 14, 2024 12:06 pm
by Banzai
Gap Momentum
I'm not sure if this was posted.
This indicator was in the January 2024 TASC magazine
-----------------------------------
Download:
2024JAN_GapMomentum1.pdf
Re: Various Indicators - (MT5)
Posted: Tue Apr 23, 2024 5:12 am
by mrtools
This is a mt5 version of the expansion contraction indicator, think there was another version, but the filling wasn't working, on this version the filling seems to be working ok.
Re: Various Indicators - (MT5)
Posted: Tue Apr 23, 2024 2:48 pm
by mrtools
mrtools wrote: Tue Apr 23, 2024 5:12 am
This is a mt5 version of the expansion contraction indicator, think there was another version, but the filling wasn't working, on this version the filling seems to be working ok.
The original was using a simple moving average, made a version using all the averages I have.
Re: Various Indicators - (MT5)
Posted: Mon Jun 03, 2024 10:41 pm
by uvz
Hi @mrtools, can you please add a buffer to indicate if the FRAMA is bullish or bearish. Thanks.
Re: Various Indicators - (MT5)
Posted: Tue Jun 04, 2024 12:32 am
by mrtools
uvz wrote: Mon Jun 03, 2024 10:41 pm
Hi @mrtools, can you please add a buffer to indicate if the FRAMA is bullish or bearish. Thanks.
Hi,
It is using buffer #1 to determine bullish/bearish, Or frama <> it's signal.
Re: Various Indicators - (MT5)
Posted: Tue Jun 04, 2024 1:22 am
by uvz
Hi @mrtools, trying to create EA on mt5. (my first time)....
double frama[];
CopyBuffer(handleFrama,1,1,1,frama);
bool frama_bullish = frama[0] > 0
...does that look right?
Re: Various Indicators - (MT5)
Posted: Tue Jun 04, 2024 6:04 am
by mrtools
Jokere77 wrote: Mon Jun 03, 2024 11:22 pm
Hello Mrtools ! I hope you're doing well. please help me with this Schaff trend cycle indicator, is it possible to add the arrows every time the color or trend changes? but also add push notifications when the arrow appears at the close of the candle. Thank you for you precious help
Hello. added alerts and arrows.