PureBytes Links
Trading Reference Links
|
wsb,
(c-mov(c,60,s))<0 (note the extra parentheses) will report a 1 when
true.
Sum((c-mov(c,60,s))<0,20)=20 will be true when the above condition has
existed for 20 consecutive trading days.
HHP
"wsb3000@xxxxx" wrote:
> 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
|