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

Re: [amibroker] Exploration Question



PureBytes Links

Trading Reference Links

Hello,

You can combine more than one filter criteria using AND/OR statements.
For example

filter = volume > 75000 AND close > ma( closee, 200 ) AND MFI() > 50;

Best regards,
Tomasz Janeczko
===============
AmiBroker - the comprehensive share manager.
http://www.amibroker.com


----- Original Message ----- 
From: <brett_f1@xxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Wednesday, May 09, 2001 3:40 AM
Subject: [amibroker] Exploration Question


> In Exploration, how does one combine more than one filter criteria?
> 
> For instance, I'd like to find stocks w/ Chaiken Money Flow greater 
> than 0.20 that have a volume greater than 75,000 and have closed 
> above their 200MA.
> 
> Do I use an AND statement in the filter or can I have multiple filter 
> = lines?
> 
> Thanks in advance,
> 
> Brett
> 
> 
> 
> 
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/ 
> 
> 
>