You may also want to consider using OR instead of AND, depending on your 
requirements.
ALL conditions must be true ..  filter= (criteria1)and(criteria2)and(criteria3) 
ANY conditions can be true ..  filter= (criteria1) or (criteria2) or 
(criteria3) 

----- Original Message ----
From: carlacash26 <[EMAIL PROTECTED]>
To: [email protected]
Sent: Friday, February 2, 2007 10:11:13 AM
Subject: [amibroker] Re: Filtering with many criteria?

Thanks both of you, seem to work better like that! :)

--- In [email protected], kailash pareek <[EMAIL PROTECTED]> wrote:
>
> hi,
> 
> 
> try this
> Filter= (criteria1)and(criteria2)and(criteria3) and
> (criteria4)and (criteria5);
> 
> 
> johnny
> 
> 
> --- carlacash26 <[EMAIL PROTECTED]> wrote:
> 
> > I have 5 criteria I want to filter in a explorer. I
> > want a list of 
> > stocks that fill all of the 5 criteria. 
> > It doesnt't seem to work if I try to do it like
> > this:
> > 
> > Filter= (criteria1);
> > Filter= (criteria2);
> > Filter= (criteria3);
> > Filter= (criteria4);
> > Filter= (criteria5);
> > 
> > 
> > Any idea? :(
> > 
> > 
> 
> 
> 
>  
>
____________________________________________________________________________________
> Now that's room service!  Choose from over 150,000 hotels
> in 45,000 destinations on Yahoo! Travel to find your fit.
> http://farechase.yahoo.com/promo-generic-14795097
>




Please note that this group is for discussion between users only.

To get support from AmiBroker please send an e-mail directly to 
SUPPORT {at} amibroker.com

For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/

For other support material please check also:
http://www.amibroker.com/support.html
 
Yahoo! Groups Links







Reply via email to