| 
 PureBytes Links 
Trading Reference Links 
 | 
Dave is thinking outside the box with his solution:
---8<-----------------
pds:=3;
LLV(C-Ref(C,-1),pds)>0
---8<-----------------
This may be easier to follow for those of us still inside the box:
---8<-----------------
pds:=3;
Sum(C>Ref(C,-1),pds)=pds
---8<-----------------
jose '-)
http://www.metastocktools.com
 . . .
 . . .
 . . .
--- In equismetastock@xxxxxxxxxxxxxxx, "David Smith" <david.smith5@xxx> 
wrote:
>
> Oops, I means LLV for higher closes.  Use HHV(C - ref(C,-1), 2) < 0 
> for lower closes.
>  
> Dave
>  
> 
> -----Original Message-----
> From: equismetastock@xxxxxxxxxxxxxxx 
> On Behalf Of spr_boy
> Sent: Saturday, 27 January 2007 12:05 AM
> To: equismetastock@xxxxxxxxxxxxxxx
> Subject: [EquisMetaStock Group] a bit of help please
> 
> 
> 
> Hi all
> 
> Need a bit of yoooou guys expertise in coding. Are there any simple 
> ways of saying three consecutive higher closes instead of C>Ref(C,-1) 
> AND Ref(C,-1)> Ref(C,-2) AND Ref(C,-2) > Ref(C,-3)
> 
> Thanking you kindly
 
Yahoo! Groups Links
<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/equismetastock/
<*> Your email settings:
    Individual Email | Traditional
<*> To change settings online go to:
    http://groups.yahoo.com/group/equismetastock/join
    (Yahoo! ID required)
<*> To change settings via email:
    mailto:equismetastock-digest@xxxxxxxxxxxxxxx 
    mailto:equismetastock-fullfeatured@xxxxxxxxxxxxxxx
<*> 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/
 
 |