[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [EquisMetaStock Group] how to find maximum down days



PureBytes Links

Trading Reference Links

hi paul
your formula is not working
error is flashed "This is not a recognized name, constant or operator." 
----- Original Message -----
From: Paul Lerno
Sent: Saturday, February 12, 2005 12:56 AM
Subject: Re: [EquisMetaStock Group] how to find maximum down days

Safdar,
Try this: 1db=1dayback
today:=C<ref(C,-1);
1db:=ref(c,-1)<ref(c,-2);
etc
today+1db+.....
Greetings
Paul
----- Original Message -----
Sent: Friday, February 11, 2005 6:54 PM
Subject: [EquisMetaStock Group] how to find maximum down days

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 Sponsor
ADVERTISEMENT


Yahoo! Groups Links