PureBytes Links
Trading Reference Links
|
Lionel,
LI> Just check if the close of is above a moving average at an earlier time and
LI> the current time. Not perfect but it may do the job.
It was my answer too :)
ColA
====
pds:=65; { 3 months in days }
EMA:= Mov(C,pds,E);
cond:=(C>EMA) and (C>REF(C,-pds));
cond;
Filter
======
ColA<>0
------------------------ Yahoo! Groups Sponsor --------------------~-->
See what's inside the new Yahoo! Groups email.
http://us.click.yahoo.com/2pRQfA/bOaOAA/yQLSAA/BefplB/TM
--------------------------------------------------------------------~->
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/
|