Re: Velocity, Momentum & ROC Indicators for MT4

501
temporalmotif wrote: Wed Jun 18, 2025 7:49 pm @mrtools

Hope you well!

Are you able to add the ROC indicator average in the form of candles like all the other averages that can be selected in the indicator attached?

I have also added an example of the ROC in question.

For some reason the ROC indicator freezes when choosing Multi Timeframe mode.

If this can be converted and working on MT5 that would be fantastic (more timeframes)

Much appreciated.
Hello, not able to add it to the averages. More than likely there are some correctly working mt4 versions in this thread.


Re: Velocity, Momentum & ROC Indicators for MT4

504
Hopefully one of these hasn't been made, this is a synthetic smoothed momentum (Mladens smoothed version) with floating levels and alerts.

To those not familiar with Mladen's smoothed momentum this is his explanation:

For people using momentum:

Momentum is a very useful indicator. But probably the biggest problem it has is that it can create a lot of false signals simply because it is not smooth. This is one way how it can be solved without adding any lag at all (on the contrary: in some cases, it is faster than momentum). Here is a comparison: red is the smoothed momentum, blue is the regular momentum (same period, same price)

These users thanked the author mrtools for the post (total 5):
Akela, Jimmy, Krunal Gajjar, Sutatong, moey_dw

Re: Velocity, Momentum & ROC Indicators for MT4

505
mrtools wrote: Sat Jul 26, 2025 11:56 am Hopefully one of these hasn't been made, this is a synthetic smoothed momentum (Mladens smoothed version) with floating levels and alerts.

To those not familiar with Mladen's smoothed momentum this is his explanation:

For people using momentum:

Momentum is a very useful indicator. But probably the biggest problem it has is that it can create a lot of false signals simply because it is not smooth. This is one way how it can be solved without adding any lag at all (on the contrary: in some cases, it is faster than momentum). Here is a comparison: red is the smoothed momentum, blue is the regular momentum (same period, same price)


sm.gif
It performs very good. Any chance of mtf?
These users thanked the author Sutatong for the post:
mrtools


CodeRe: Velocity, Momentum & ROC Indicators for MT4

510
Momentum Ratio Oscillator for MT4 & MT5

The indicator computes a smoother momentum ratio by comparing the current value to the previous value through a series of EMA calculations. The outcome resembles some existing indicators, such as volume zone or price zone oscillators, due to the EMA's smoothing effect, which creates a "smooth step-like" result during sudden value changes. However, the math behind these indicators is entirely different.

How is it used?

In this version you can use either color changes or levels crosses (since the indicator is bound to 0 to 1 range) as signals

Trend confirmation
  • If the indicator line stays above the 0.8 level, the trend is a strong bullish.
  • If the indicator line stays below the 0.2 level, the trend is a strong bearish.
  • Whenever the oscillator crosses above 0.5, this shows a shift towards bullish momentum.
  • When the oscillator crosses below the 0.5 level, this shows the beginning of bearish momentum.
Entries
  • Enter by joining the trend whenever the oscillator rebounds from 0.2 or 0.8 with color change.
  • Exit when the opposite signal appears.
Did a mt4 version.

These users thanked the author mrtools for the post (total 8):
Krunal Gajjar, Jimmy, Mundu19, boytoy, Tsar, Abdi, kvak, chris006