PureBytes Links
Trading Reference Links
|
Thanks Jose Thanks Paul , you guys are great!
I didn't imagine such a formula could exit which would be user defined.
----- Original Message -----
From: "Jose" <josesilva22@xxxxxxxxx>
To: <equismetastock@xxxxxxxxxxxxxxx>
Sent: Saturday, February 12, 2005 1:25 AM
Subject: [EquisMetaStock Group] Re: how to find maximum down days
>
>
> Safdar, this plots the same as your original formula:
>
> downPds:=5;
> testPds:=5;
> Sum(C<Ref(C,-1),testPds)=downPds
>
>
> For signals which indicate five trade days down out of the last seven:
>
> downPds:=5;
> testPds:=7;
> Sum(C<Ref(C,-1),testPds)=downPds
>
>
> For four trade days down out of the last six:
>
> downPds:=4;
> testPds:=6;
> Sum(C<Ref(C,-1),testPds)=downPds
>
>
> ...etc.
>
>
> jose '-)
> http://www.metastocktools.com
>
>
>
> --- In equismetastock@xxxxxxxxxxxxxxx, Safdar Ali Bagasrawala
> <safdar19@xxxx> wrote:
> > The following formula in the filter finds stocks which have fallen
> > for 5 straight days:
> > CLOSE<Ref(CLOSE,-1) AND Ref(CLOSE,-2)>Ref(CLOSE,-1) AND
> > Ref(CLOSE,-3)>Ref(CLOSE,-2) AND
> > Ref(CLOSE,-4)>Ref(CLOSE,-3)AND
> > Ref(CLOSE,-5)>Ref(CLOSE,-4)
> >
> > Can anybody suggest formula which finds stock which have fallen
> > 5 out of 7 days or 4 out of 6 days etc.
>
>
>
>
>
>
>
>
> Yahoo! Groups Links
>
>
>
>
>
>
>
>
------------------------ Yahoo! Groups Sponsor --------------------~-->
Has someone you know been affected by illness or disease?
Network for Good is THE place to support health awareness efforts!
http://us.click.yahoo.com/Rcy2bD/UOnJAA/cosFAA/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/
|