[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [EquisMetaStock Group] Momentum and Money Flow Exploration - Help Needed



PureBytes Links

Trading Reference Links

Leon,
     DO YOU READ MY ANSWERS ?

LM> I need an exploration formula or formulas which will return stocks whose momentum is increasing two days in a row--and whose Money Flow is also increasing two days in a row.


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




 
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/