Page 30 of 42

Re: Velocity, Momentum & ROC Indicators for MT4

Posted: Mon Jul 26, 2021 8:54 pm
by josi
kvak wrote: Mon Jul 26, 2021 8:16 pm Josi, you try change perioda of average?
No, not the periods but
the averages themselves.
Go to the list of averages and change averages and see what happens.

Re: Velocity, Momentum & ROC Indicators for MT4

Posted: Fri Jul 30, 2021 8:08 am
by kvak
josi wrote: Mon Jul 26, 2021 8:54 pm No, not the periods but
the averages themselves.
Go to the list of averages and change averages and see what happens.
Hi.
I found inconsistencies in my calculating of DSL levels. Now, when you choose for signal regular ema in Mrtools indy, Levels are equal.

Re: Velocity, Momentum & ROC Indicators for MT4

Posted: Sat Jul 31, 2021 1:54 am
by 太虚一毫
kvak wrote: Fri Jul 30, 2021 8:08 am Hi.
I found inconsistencies in my calculating of DSL levels. Now, when you choose for signal regular ema in Mrtools indy, Levels are equal.
It is recommended to add interpolation.

Re: Velocity, Momentum & ROC Indicators for MT4

Posted: Mon Aug 30, 2021 4:01 am
by Banzai
kvak wrote: Mon Jul 26, 2021 7:05 am Hi Josi.
!rsi adaptive ema levels is a gem from Mrtools and i like it :) .
I'm trying to make a similar one. Here is my trying. It is from old rsi_adaptive_ema_mtf__alerts_2, from Mladen.
Update prices, added 20 averages and DSL.
I dont know how Mrtools calculate DSL levels, my is difrent...especially in longer period...
It is only experiment....
It have functional MTF, but in MTF is bug in Button when you changed position, it is accetable only in current timeframe. In MTF is default.
Dont know how to make it working correctly.
BTW , I think Mrtools version is better....

rsi_adaptive_ema_mtf__alerts_2.mq4
(7.07 KiB) Downloaded 80 times
Here are some templates for RSI(14) to RSI(30)
and then RSI(66) to RSI(80)
and then a combo of RSI(14) to RSI(30) and RSI(66) to RSI(80).
and then a total of RSI(14) to RSI(80).

MA stays the same at SMMA (20).
Also compare it to the MA RSI guppy/rainbow indicator.
------------------------------------------
Download:

MA RSI button.mq4

rsi_adaptive_ema_mtf__alerts_2.mq4

Re: Velocity, Momentum & ROC Indicators for MT4

Posted: Tue Aug 31, 2021 3:36 am
by Banzai
RSI Adaptive EMA guppy

This is an overkill indicator but it is easier for me to trade.
I can clearly see the short-term trend.

Attached is a template to display RSI(14) to RSI(80).

Re: Velocity, Momentum & ROC Indicators for MT4

Posted: Tue Aug 31, 2021 4:58 pm
by Jimmy
kvak wrote: Fri Jul 30, 2021 8:08 am Hi.
I found inconsistencies in my calculating of DSL levels. Now, when you choose for signal regular ema in Mrtools indy, Levels are equal.
Thank you for the optimization Kvak, it is now even better :thumbup:

Banzai wrote: Tue Aug 31, 2021 3:36 am This is an overkill indicator but it is easier for me to trade.
I can clearly see the short-term trend.

Attached is a template to display RSI(14) to RSI(80).
That's a work of art brother. The creativity from you is on another level.

Love the GIFs you make man 🤤

Re: Velocity, Momentum & ROC Indicators for MT4

Posted: Wed Sep 29, 2021 8:18 am
by Csj179t
Hi,

Thats ROC, or might be not the exactly ROC, I used Close[current] - Close[ROC bars back] calculation for it....
Anyway... its "ROC" smoothed with additional "ROC" smoothed inversed.

Re: Velocity, Momentum & ROC Indicators for MT4

Posted: Fri Oct 01, 2021 1:19 am
by 太虚一毫
Banzai wrote: Mon Aug 30, 2021 4:01 am Here are some templates for RSI(14) to RSI(30)
and then RSI(66) to RSI(80)
and then a combo of RSI(14) to RSI(30) and RSI(66) to RSI(80).
and then a total of RSI(14) to RSI(80).

MA stays the same at SMMA (20).
Also compare it to the MA RSI guppy/rainbow indicator.
------------------------------------------
Download:

MA RSI button.mq4

rsi_adaptive_ema_mtf__alerts_2.mq4
When the trend or flat is difficult to evaluate and grasp, using guppy or Averages rainbow to assist in the judgment is an effective method. But teacher Banzai's RSI Adaptive EMA guppy still consumes too much computer resources. Especially in the MTF environment, it consumes computer resources.

Expect the teacher to add HowManyCandlesToDisplay to the masterpiece rsi_adaptive_ema_mtf_alerts_2:

extern int HowManyCandlesToDisplay = 300;

Re: Velocity, Momentum & ROC Indicators for MT4

Posted: Fri Oct 01, 2021 2:27 am
by mrtools
太虚一毫 wrote: Fri Oct 01, 2021 1:19 am When the trend or flat is difficult to evaluate and grasp, using guppy or Averages rainbow to assist in the judgment is an effective method. But teacher Banzai's RSI Adaptive EMA guppy still consumes too much computer resources. Especially in the MTF environment, it consumes computer resources.

Expect the teacher to add HowManyCandlesToDisplay to the masterpiece rsi_adaptive_ema_mtf_alerts_2:

extern int HowManyCandlesToDisplay = 300;
There is probably much more efficient ways to add this, but this is the only way I know.

Re: Velocity, Momentum & ROC Indicators for MT4

Posted: Fri Oct 01, 2021 2:35 am
by 太虚一毫
mrtools wrote: Fri Oct 01, 2021 2:27 am There is probably much more efficient ways to add this, but this is the only way I know.
The teacher worked hard. Boundless merit! :thumbup: