Forum

Volume Flow Indicator

Can anybody do this for Metatrader 4? Here's the Easy Language Code: Inputs:Period(130),Coef(.2),VCoef(2.5), SmoothingPeriods(3); Vars:TP(0), Inter(0), VInter(0), CutOff(0), VAve(0), VMax(0), VC(0), MF(0), DirectionalVolume( 0 ), myVFI(0); TP = TypicalPrice; if TP > 0 and TP[1] > 0 then Inter =