PureBytes Links
Trading Reference Links
|
There are probably many ways to do this, but a simple one-liner that
should work is:
sum((c-mov(c,60,s))<0,20)=20
> -----Original Message-----
> From: owner-metastock@xxxxxxxxxxxxx
> [mailto:owner-metastock@xxxxxxxxxxxxx]On Behalf Of wsb3000@xxxxx
> Sent: Monday, January 03, 2000 6:24 PM
> To: metastock@xxxxxxxxxxxxx
> Subject: pls F1me writing this Exploration
>
>
> Hi
>
> i am trying to use the Explorer to find all stocks with the
> following:
> 1- c - mov(c,60,s)<0
> 2 Above condition should be in place for 20days
>
> I use c - Mov(c,60,s)<0 but how do i write the second?
>
>
> thanks in advance
>
> wsb
>
|