PureBytes Links
Trading Reference Links
|
I would use 63 periods for 3 months (21 periods/month x 3).
This assumes that there is no security data missing or holidays
during that time.
jose '-)
http://www.metastocktools.com
--- In equismetastock@xxxxxxxxxxxxxxx, Paolo <italoarg76@xxx> wrote:
>
> Lionel,
>
> LI> Just check if the close of is above a moving average at an
> LI> earlier time and the current time. Not perfect but it may do
> LI> 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 --------------------~-->
Something is new at Yahoo! Groups. Check out the enhanced email design.
http://us.click.yahoo.com/SISQkA/gOaOAA/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/
|