PureBytes Links
Trading Reference Links
|
Leon,
Chaikin Money Flow (CMF) ? Money Flow Index (MFI) ?
"Money Flow" is ambiguous.
Let's supouse you means CMF. Ok ?
You should define the PERIODS for CMF (or MFI) and MO
ColA
====
CMFctrl:=CMF(14)>Ref(CMF(14),-1)
AND Ref(CMF(14),-1)>Ref(CMF(14),-2);
MOctrl:=Mo(C,12)>Ref(Mo(C,12),-1)
AND Ref(Mo(C,12),-1)>Ref(Mo(C,12),-2);
CMFctrl AND MOctrl // It checks BOTH conditions at the same time.
Filter
======
ColA<>0
PS: My e-mail client is CHANGING my formulas!!!
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/equismetastock/
<*> To unsubscribe from this group, send an email to:
equismetastock-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|