PureBytes Links
Trading Reference Links
|
You may combine the separate conditions with OR.
Instead of
Filter=cond1;
Filter=cond2;
you may write
Filter=cond1 OR cond2 OR cond3 OR ...
and arrange the columns you want to see in the results list.
Dimitris Tsokakis
--- In amibroker@xxxxxxxxxxxxxxx, "C. Brennan" <cjb123@xxxx> wrote:
>
> Greetings:
>
> I have several individual afl filter scripts that I'd like to run
> inside a single script.
>
> How do I construct a loop statement to execute all of these filter
> criteria on each stock in my database and return their output in a
> single run?
>
> Thank you!
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Buy Ink Cartridges or Refill Kits for Your HP, Epson, Canon or Lexmark
Printer at Myinks.com. Free s/h on orders $50 or more to the US & Canada. http://www.c1tracking.com/l.asp?cid=5511
http://us.click.yahoo.com/l.m7sD/LIdGAA/qnsNAA/GHeqlB/TM
---------------------------------------------------------------------~->
Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
|