Page 42 of 51

Re: Velocity, Momentum & ROC Indicators for MT4

Posted: Fri Jan 19, 2024 6:32 pm
by vvFish
mrtools wrote: Fri Jan 19, 2024 11:54 am This is an updated version of rsi normalized velocity, now is using 8 rsi options with divergence and slope alerts.
;)

Re: Velocity, Momentum & ROC Indicators for MT4

Posted: Sun Feb 11, 2024 4:03 am
by GODTrader
mrtools wrote: Tue Sep 26, 2023 12:49 pm Regularized Momentum with Zig Zag

Added a zigzag option to the mix.
Good day MrTools.
Is there a version of this indicator with alert. Thanks

Re: Velocity, Momentum & ROC Indicators for MT4

Posted: Sun Feb 11, 2024 2:18 pm
by mrtools
GODTrader wrote: Sun Feb 11, 2024 4:03 am Good day MrTools.
Is there a version of this indicator with alert. Thanks
Not that I'm aware of.

Re: Velocity, Momentum & ROC Indicators for MT4

Posted: Mon Feb 12, 2024 6:08 am
by GODTrader
mrtools wrote: Sun Feb 11, 2024 2:18 pm Not that I'm aware of.
Thanks

Re: Velocity, Momentum & ROC Indicators for MT4

Posted: Tue Feb 13, 2024 3:58 am
by mrtools
GODTrader wrote: Sun Feb 11, 2024 4:03 am Good day MrTools.
Is there a version of this indicator with alert. Thanks
Added alerts.

Re: Velocity, Momentum & ROC Indicators for MT4

Posted: Tue Feb 13, 2024 4:45 am
by vvFish
mrtools wrote: Tue Feb 13, 2024 3:58 am Added alerts.

Re: Velocity, Momentum & ROC Indicators for MT4

Posted: Tue Feb 13, 2024 9:01 am
by GODTrader
mrtools wrote: Tue Feb 13, 2024 3:58 am Added alerts.
Thank you very much MrTools. Was reluctant to ask but Sir made it without even asking. May God bless Sir with abundance.
Thank you very much again.

Re: Velocity, Momentum & ROC Indicators for MT4

Posted: Sat Feb 17, 2024 9:50 pm
by GODTrader
vvFish wrote: Tue Feb 13, 2024 4:45 am Screenshot_471.png
Thank you very much for the indicator. If it not too much to ask, can an alert is generated
1. When 0 line is crossed @ end of timeframe
2.When ZigZag in indicator already form and the histogram colour changes @ end of timeframe.
Sorry if asking too much.

IMAGE NOT FOUND

Re: Velocity, Momentum & ROC Indicators for MT4

Posted: Sat Apr 06, 2024 5:08 am
by GODTrader
mrtools wrote: Tue Feb 13, 2024 3:58 am Added alerts.
Good day Mr. Tools.
Is it possible to add another alert into this indicator in which alert is only generated if the indicator value crosses 0.
Thanks

Re: Velocity, Momentum & ROC Indicators for MT4

Posted: Thu May 23, 2024 4:09 am
by mrtools
Macio wrote: Thu May 23, 2024 12:02 am Hi Mrtools,
is it possible to make this mt4 indicator?

Smoothed Rate of Change (SROC)is a smoothed version of Rate of Change (ROC) indicator with the only difference that it uses Exponential Moving Average (EMA) for calculation. SROC determines the strength of a trend by comparing the current EMA and an EMA a specified period ago. The SROC line oscillates above or below the zero level and can help confirm an uptrend or downtrend respectively.
SROC = [EMA(B) - EMA(A)] / EMA(A) x 100

where:
EMA – Exponential Moving Average
B – price at current time
A – price at previous time
Made this version also try here