Page 1 of 1

Money Flow oscillator

PostPosted: Tue Sep 22, 2015 11:38 am
by Alexander.Gettinger
This indicator has been described in the Stock&Commodities (October 2015).

Formula:
MFO = Sum(MFV)/Sum(Volume) with [Period] number of periods, where
MFV = Multiplier*Volume,
Multiplier[i] = [(High[i]-Low[i-1])-(High[i-1]-Low[i])]/[(High[i]-Low[i-1])+(High[i-1]-Low[i])].

MFO.PNG


Download:
MFO.lua
(1.84 KiB) Downloaded 643 times

Re: Money Flow oscillator

PostPosted: Fri Oct 12, 2018 5:09 am
by Apprentice
The indicator was revised and updated.