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
432Hello,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!
Have this version that maybe you can use, which has divergence alerts included.
- These users thanked the author mrtools for the post (total 3):
- kvak, palex2005, RodrigoRT7
Re: Velocity, Momentum & ROC Indicators for MT4
433Thanks, but the version I am talking about has a filter, that helps me with the divergence.mrtools wrote: Mon Sep 23, 2024 3:01 am Hello,
Have this version that maybe you can use, which has divergence alerts included.
Thanks again for your help.
Re: Velocity, Momentum & ROC Indicators for MT4
434
Dear kvakkvak 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.
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
435Added filtering.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.
Re: Velocity, Momentum & ROC Indicators for MT4
436Hello.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
I am sorry, it is my fault in code. Try this version, think it is working now....
Re: Velocity, Momentum & ROC Indicators for MT4
437Thanks 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
438It's finally perfect and I will be watching it for a long time.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....
Thanks for your job.

Re: Velocity, Momentum & ROC Indicators for MT4
439hello, 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
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
440Hello,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
The filter was causing that error, should be better in this version.