PureBytes Links
Trading Reference Links
|
These
three scans for QP2 will produce the list of tickers that are in their
respective index. If you run the scan in QP2 it will produce a window with
the list of tickers. After running the scan in QP2 select the menu
"File->Save As...". You can then save the list as a "*.lst" file.
After you have done this go to AB. Select the menu "Symbol->Watch
List->Import". A window will pop up asking for which watch list you
want to import the file into. It will then ask you for which file you wish
to import. Pick the file that you saved from QP2 and the tickers will be
imported into your watch list. Hope this helps.
<SPAN
class=878004806-28082003>
<SPAN
class=878004806-28082003>Paul.
<SPAN
class=878004806-28082003>
<SPAN
class=878004806-28082003>
<SPAN
class=878004806-28082003>//*******************************************************************************************
//Scan
#1
//List
the stocks in the dow 30
output = "Dow 30";
PrintHdrLn "Symbol";
inindexes = "!DJ30";
println symbol;
<SPAN
class=878004806-28082003>//*******************************************************************************************
<SPAN
class=878004806-28082003>
//Scan
#2
//List
the stocks in the Nasdaq 100
output
= "Nasdaq 100";
<SPAN
class=878004806-28082003>PrintHdrLn "Symbol;
<SPAN
class=878004806-28082003>inindexes = "!NDX";
<SPAN
class=878004806-28082003>println symbol;
<SPAN
class=878004806-28082003>//*******************************************************************************************
//Scan
#3
//List
the stocks in the S&P 500
output
= "S+P 500";
<SPAN
class=878004806-28082003>inindexes = "!SPX";
<SPAN
class=878004806-28082003>PrintHdrLn "Symbol;
<SPAN
class=878004806-28082003>
<SPAN
class=878004806-28082003>println symbol;
<SPAN
class=878004806-28082003>//*******************************************************************************************
<FONT
face=Tahoma size=2>-----Original Message-----From: Dave Merrill
[mailto:dmerrill@xxxxxxx] Sent: August 28, 2003 02:02To:
AmiBrokerSubject: [amibroker] index components from
QuotesPlushow can I get AB to see the components that
make up an index in QuotesPlus?for example, I have my own !NDX watchlist,
which I think I got from teh ABsite maybe, but some of those securities
don't exist any more. QP2 has alist you can see by pressing F1 while the
index is displayed, but I can'tfigure out how to export it.any
ideas?lacking that, anyone have an up to date list of the components
of !NDX(NASDAQ 100)?thanks,Dave MerrillSend
BUG REPORTS to bugs@xxxxxxxxxxxxxSend SUGGESTIONS to
suggest@xxxxxxxxxxxxx-----------------------------------------Post
AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx (Web page: <A
href="">http://groups.yahoo.com/group/amiquote/messages/)--------------------------------------------Check
group FAQ at: <A
href="">http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Your use of Yahoo! Groups is subject to the <A
href="">Yahoo! Terms of Service.
Yahoo! Groups Sponsor
ADVERTISEMENT
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 the Yahoo! Terms of Service.
|