Hello 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.