Re: Velocity, Momentum & ROC Indicators for MT4

471
mrtools wrote: Sun Jan 05, 2025 7:01 am Corrected Smoother Momentum (Adaptive EMA Deviation)

This is a corrected smoother momentum using an adaptive ema deviation for its correction values. Has all the usual coloring choices including correction value crossing smoother momentum values. Also using a donchian channel, not sure about that choice, but seems it might be okay.

PS: For those who are new to the Correcting Algorithm by Dr. Alexander Uhl, please see: What is the Corrected Moving Average?
Hi Mrtools, If possible can you add filters for signal line
Regards
Steam1
P.S. MTF
These users thanked the author Steam1 for the post:
mrtools


Re: Velocity, Momentum & ROC Indicators for MT4

472
mrtools wrote: Sun Jan 05, 2025 7:01 am Corrected Smoother Momentum (Adaptive EMA Deviation)
This is a corrected smoother momentum using an adaptive ema deviation for its correction values. Has all the usual coloring choices including correction value crossing smoother momentum values. Also using a donchian channel, not sure about that choice, but seems it might be okay.
mrtools decided to start the new year with a bang! Great indicator, works perfect with my renko setup. Thank you!
These users thanked the author unimatrix for the post:
mrtools

Re: Velocity, Momentum & ROC Indicators for MT4

475
Steam1 wrote: Mon Jan 06, 2025 10:15 am The grey line, if you can do both would be great
Added filtering to the momentum line, correction line, and the price. Also added mtf.
These users thanked the author mrtools for the post (total 8):
RodrigoRT7, Steam1, thomdel, moey_dw, Akela, unimatrix, hassan5041, talaate


Re: Velocity, Momentum & ROC Indicators for MT4

476
alpha24 wrote: Sun Jan 05, 2025 10:58 pm He Bro,
Your Background color looks good will you please tell me color code or post template?
Any thing for you my bro.... here is the template does it work ok?
These users thanked the author moey_dw for the post (total 3):
Akela, alpha24, Kayleb
Official Forex-station GIF animator at your service šŸ‘Øā€āš–ļø
See a GIF with Forex-station.com on it? I probably made it
The best divergence indicator in the world.
Real news exists: Infowars.com šŸ‘ˆ

Re: Velocity, Momentum & ROC Indicators for MT4

477
Hello Kvak,

Can you add the button function to this indicator, the efficiency ratio is interesting. Thank you.
kvak wrote: Mon Dec 30, 2024 7:05 am Momentum Variation (MOM crossing MA with color change on Momentum line cross + Signal Coloring Options)

In this version have menu to choose signal coloring logic.
Also is new menu for arrows/alerts based on slope of momentum histo and signal coloring.

Momentum Calculation types:
  • Momentum
  • Velocity
  • Smoothed Momentum
  • Smoothed Momentum EMA
  • Smoothed Momentum FEMA (Fast EMA)
  • Smoothed Momentum MA (SMA)
  • Smoothed Momentum ER Adaptive (Efficiency Ratio)

Re: Velocity - Momentum & ROC Indicators

479
Jimmy wrote: Thu Dec 28, 2017 7:11 pm Fixed, try it now.
momentum - floating levels 1090 fix.mq4
Hello Jimmy,

first of all, thank you for this fantastic indicator! It works perfectly, and I truly appreciate the effort you've put into developing it.

I have a small suggestion for an enhancement:
Could you add an option to use alternative smoothing methods, such as moving averages (from the All Average indi), alongside the current dynamic smoothing?
I believe this would make the indicator more versatile and better suited to different trading strategies.

Current Calculation:
Currently, smoothing is implemented as follows:
wrk[r][volty+s] = wrk[r-1][vsum+s] + (wrk[r][volty+s]-wrk[r-forBar][volty+s])*div;

Proposed Extension:
The idea is to introduce a selection option to choose between:
Dynamic smoothing (as it is now)
Moving averages (SMA, EMA, and all the others from the AllAverage indicator)

This would provide users with more control over the smoothing method, which could be useful in different market conditions.
Thank you in advance, and once again, kudos for your excellent work!
These users thanked the author Kayleb for the post:
RodrigoRT7

Re: Velocity - Momentum & ROC Indicators

480
Kayleb wrote: Tue Jan 28, 2025 4:28 am Hello Jimmy,

first of all, thank you for this fantastic indicator! It works perfectly, and I truly appreciate the effort you've put into developing it.

I have a small suggestion for an enhancement:
Could you add an option to use alternative smoothing methods, such as moving averages (from the All Average indi), alongside the current dynamic smoothing?
I believe this would make the indicator more versatile and better suited to different trading strategies.

Current Calculation:
Currently, smoothing is implemented as follows:
wrk[r][volty+s] = wrk[r-1][vsum+s] + (wrk[r][volty+s]-wrk[r-forBar][volty+s])*div;

Proposed Extension:
The idea is to introduce a selection option to choose between:
Dynamic smoothing (as it is now)
Moving averages (SMA, EMA, and all the others from the AllAverage indicator)

This would provide users with more control over the smoothing method, which could be useful in different market conditions.
Thank you in advance, and once again, kudos for your excellent work!

Best regards,
Kayleb
Hello, I remade indicator from my post above , maybe find it useful....
These users thanked the author kvak for the post (total 4):
RodrigoRT7, nbibu, Kayleb, Jimmy