Is there any source code version, mt4 and mt5?
Re: Volume Indicators for MT4
1123
Hi,BeatlemaniaSA wrote: Mon May 18, 2026 8:17 pm Zee Alerts plus SDI.jpg
SDI Settings.jpg
SDI Colours.jpg
SDI Levels.jpg
Zee Alerts Settings.jpg
sdi avgs smoothed (mtf + alerts + divergence).ex4
! Zee_arrzzx2__alerts_1.03 (btn).ex4
This strategy looks so simple !
I wonder if i can be profitable with this one.
I'll test it during the next weeks...
Any tips before the start ?
Thanks in advance
Re: Volume Indicators for MT4
1124I created this indicator. It's used to detect divergences in MTF and multi-symbol data.
As a way to confirm it, I added the DSEMA indicator.
Regards
As a way to confirm it, I added the DSEMA indicator.
Regards
- These users thanked the author dacanba for the post (total 3):
- ashdays, trick1231, ParallelNative
Re: Volume Indicators for MT4
1127Hello dear @kvak. I need a tiny change applied to this beautiful indicator. I would like the MFI values to be changed to MFI - 50, just like in the attached indicator. For example, on line 58:kvak wrote: Fri Jul 24, 2026 8:50 am Money Flow Index Pivots
MFI with pivots.
This is little different MFI with choice of prices to calculate.
Additional indicators with Pivots:
return(iMFI(NULL,0,MFIPeriod,shift)-50.0);
This should help because the main line will no longer be constrained between 0 and 100, and 0 will become the true midpoint of the oscillator (equivalent to MFI 50). Many thanks in advance.
Think out of the box!