PureBytes Links
Trading Reference Links
|
Herman -
Thanks for the good advice and quick reply. Will try it
right after dinner.
Best Regards-
lou howard
===============================
<BLOCKQUOTE
>
----- Original Message -----
<DIV
>From:
Herman van den
Bergen
To: <A title=amibroker@xxxxxxxxxxxxxxx
href="">amibroker@xxxxxxxxxxxxxxx
Sent: Sunday, February 15, 2004 2:03
PM
Subject: RE: [amibroker] Changing Watch
Lists W/in AFL Program
<SPAN
class=734120219-15022004>I Forgot to mention you should then run your
backtester on a combined watchlist containing all stocks
:-)
<SPAN
class=734120219-15022004>
<SPAN
class=734120219-15022004>herman.
<SPAN
class=734120219-15022004>
<FONT face=Arial
size=2>
You could make the
signals conditional on the presence of the symbol in list1 or
list2.
<FONT face=Arial
size=2>
You would create
list1 and list2 with something like:
List1 =
GetCategorySymbols( categoryMarket, WatchListNumber<SPAN
class=546445218-15022004>1);List<SPAN
class=546445218-15022004>2 = GetCategorySymbols( categoryMarket,
WatchListNumber2);
and create the
qualifiers with something like:
Q1 = StrFind( List1,
name()) ;<FONT face=Arial
size=2>Buy = Buy AND Q1; // if the current ticker is not in list1 you get no
Buy.
This may be faster
because the lists are created only once.
<FONT face=Arial
size=2>herman.
<FONT face=Arial
size=2>
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
Yahoo! Groups Sponsor
ADVERTISEMENT
Click Here
Yahoo! Groups Links
To visit your group on the web, go to:http://groups.yahoo.com/group/amibroker/
To unsubscribe from this group, send an email to:amibroker-unsubscribe@xxxxxxxxxxxxxxx
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
|