Hi all, I have been experimenting some with the Money Flow index. By default money flow is not included in the sum of money flows over set periods when the average price of today equals yesterdayâs.
Av = (H+L+C) / 3; PosFlow = ( Sum( IIf( Av >(=) Ref(Av,-1), V, 0) * Av, periods )) ; NegFlow = ( Sum( IIf( Av <(=) Ref(Av,-1), V, 0) * Av, periods )) ; Including this gives different behavior of the indicator in some situations. I was wondering if anyone has positive experiences including these days. Thanks, Adrian
