Page 44 of 51
Re: Velocity, Momentum & ROC Indicators for MT4
Posted: Sun Sep 22, 2024 9:20 am
by palex2005
Hello guys, does anyone have a version of !!velocity (mtf + divergence + alerts).ex4 with alerts for the divergence?
I know the arrow for divergence is repainting, but if the alert is on current bar could help me alot, as I am using it on M1 (for the moment).
Or maybe add buffers for the divergence.
Thanks a lot!
Re: Velocity, Momentum & ROC Indicators for MT4
Posted: Mon Sep 23, 2024 3:01 am
by mrtools
palex2005 wrote: Sun Sep 22, 2024 9:20 am
Hello guys, does anyone have a version of
!!velocity (mtf + divergence + alerts).ex4 with alerts for the divergence?
I know the arrow for divergence is repainting, but if the alert is on current bar could help me alot, as I am using it on M1 (for the moment).
Or maybe add
buffers for the divergence.
Thanks a lot!
Hello,
Have this version that maybe you can use, which has divergence alerts included.
Re: Velocity, Momentum & ROC Indicators for MT4
Posted: Mon Sep 23, 2024 5:35 pm
by palex2005
mrtools wrote: Mon Sep 23, 2024 3:01 am
Hello,
Have this version that maybe you can use, which has divergence alerts included.
Thanks, but the version I am talking about has a filter, that helps me with the divergence.
Thanks again for your help.
Re: Velocity, Momentum & ROC Indicators for MT4
Posted: Mon Sep 23, 2024 10:47 pm
by LIKE
kvak wrote: Fri Aug 30, 2024 8:03 am
Updated version. PM request.
Added signal and coloring logic for it.
Also I find bug with arrows, which aren't deleted properly. Fixed in this version.
Dear kvak
Dynamic Momentum Oscillator is a very good indicator, as sensitive as RSIMA but smoother.
I don't know if it is a special case, DMO can't be displayed on the one-minute chart of GBP and EURUSD, but other currencies and periods are displayed normally.
Is this a BUG?
My MT4 version: build1420 & 1421
Re: Velocity, Momentum & ROC Indicators for MT4
Posted: Tue Sep 24, 2024 4:20 am
by mrtools
palex2005 wrote: Mon Sep 23, 2024 5:35 pm
Thanks, but the version I am talking about has a filter, that helps me with the divergence.
Thanks again for your help.
Added filtering.
Re: Velocity, Momentum & ROC Indicators for MT4
Posted: Tue Sep 24, 2024 7:31 am
by kvak
LIKE wrote: Mon Sep 23, 2024 10:47 pm
Dear kvak
Dynamic Momentum Oscillator is a very good indicator, as sensitive as RSIMA but smoother.
I don't know if it is a special case, DMO can't be displayed on the one-minute chart of GBP and EURUSD, but other currencies and periods are displayed normally.
Is this a BUG?
My MT4 version: build1420 & 1421
Hello.
I am sorry, it is my fault in code. Try this version, think it is working now....
Re: Velocity, Momentum & ROC Indicators for MT4
Posted: Tue Sep 24, 2024 8:19 am
by palex2005
mrtools wrote: Tue Sep 24, 2024 4:20 am
Added filtering.
Thanks a lot, not the exact signals as the indicator I am using, but I am using it with a lower period and I have more divergent signals.
I am filtering the divergence signals with DMO 1.1 and ! rsi normalized velocity.
Tip: if the signal divergence is sell, the candle should be bearish, so it won't repaint, viceversa for buy.
Re: Velocity, Momentum & ROC Indicators for MT4
Posted: Tue Sep 24, 2024 11:39 am
by LIKE
kvak wrote: Tue Sep 24, 2024 7:31 am
Hello.
I am sorry, it is my fault in code. Try this version, think it is working now....
It's finally perfect and I will be watching it for a long time.
Thanks for your job.

Re: Velocity, Momentum & ROC Indicators for MT4
Posted: Thu Sep 26, 2024 6:00 am
by palex2005
hello, does anyone know why I always get this error and the indicator stops showing on the chart?
2024.09.25 22:58:40.436 ! velocity histo slope divergence - filtered (mtf + alerts + btn) EURUSD,M1: zero divide in '! velocity histo slope divergence - filtered (mtf + alerts + btn).mq4' (776,72)
Thanks
Re: Velocity, Momentum & ROC Indicators for MT4
Posted: Thu Sep 26, 2024 9:46 pm
by mrtools
palex2005 wrote: Thu Sep 26, 2024 6:00 am
hello, does anyone know why I always get this error and the indicator stops showing on the chart?
2024.09.25 22:58:40.436 ! velocity histo slope divergence - filtered (mtf + alerts + btn) EURUSD,M1: zero divide in '! velocity histo slope divergence - filtered (mtf + alerts + btn).mq4' (776,72)
Thanks
Hello,
The filter was causing that error, should be better in this version.