PureBytes Links
Trading Reference Links
|
I am using the following code to identify securities in which 2
shorter term moving averages are above a longer term moving average:
Col A MOV-8: mov(c,8,e)
Col B MOV-13: mov(c,13,e)
Col C MOV-21: mov(c,21,e)
Filter:
colA>colB AND colB>colC
The above code DOES give me a list of ALL securities which meet that
criteria (including columns with the various moving averages
printed) but I was attempting to include code which will identify
these securities WHEN they first meet that criteria (a crossover).
Any suggestions on how I would program this into the above formula
would be appreciated. Peace!
Charles
------------------------------------
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/equismetastock/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/equismetastock/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:equismetastock-digest@xxxxxxxxxxxxxxx
mailto:equismetastock-fullfeatured@xxxxxxxxxxxxxxx
<*> 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/
|