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
LM> I need an exploration which will find stocks meeting BOTH of the following conditions:
LM> a) Money Flow has increased two days in a
LM> row;
LM> b) Momentum has increased two days in a row.
LM> Both of these conditions must be included in a single exploration.
LM> Thanks in advance for any assistance. This is a very informative and helpful group, and I appreciate
LM> everyone's efforts.
LM> Leon
LM> P.S. There's been discussion about Metastock plug-ins. I'm using Trade Oracle. Its performance varies and I supplement it with various indicators, like John Elhers' Inverse Fisher Transform of
LM> the RSI, and a plethora of others. Bill William's profitunity expert is also very good.
LM> I'm principally a penny stock trader. It annoys me that the Reuter's Downloader does not permit the storage of local OTCBB data, due to a coding bug. Therefore, my CandlePower 6 Pro program,
LM> and others, cannot read the OTCBB data. (My last trade made $669, after commissions, on 100,000 shares of XKEM. Penny stock traders are welcome to write me: leon.miller@xxxxxxxxxxxx).
LM> [Non-text portions of this message have been removed]
LM> Yahoo! Groups Links
Pablo
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/
|