| 
 PureBytes Links 
Trading Reference Links 
 | 
Alwin,
      TRY THIS explorer:
      
ColA
====
pds:=43; { 3 months in days }
EMA:= Mov(C,pds,E);
cond:=(C>EMA) and (C>REF(C,-pds));
cond;
Filter
======
ColA<>0
---
    Cheers,
             Pablo
AC> Hi
AC>   I am looking for a metastock formula that can select stocks that are above their long range trend( eg 1 to 3 months trend or more ). The trend is at an uptrend. 
   
AC>    Appreciate very much if you could provide me with this formula. 
   
AC>   Thanks
   
AC>   Alwin Chuah 
AC>   Malaysia- Petaling Jaya 
------------------------ Yahoo! Groups Sponsor --------------------~--> 
Great things are happening at Yahoo! Groups.  See the new email design.
http://us.click.yahoo.com/TISQkA/hOaOAA/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/
 
 |