PureBytes Links
Trading Reference Links
|
Exploring Quotes Plus data with a Filter: Include: Group: Stocks, I produced
the attached CSV file with optionable US Stocks.
I used this code, though some of it may be superfluous:
Filter = StrLeft(Name(),1) !="!" AND StrLeft(Name(),1) !="^" AND
StrLeft(Name(),1) !="$" AND StrLeft(Name(),1) !="~" AND StrLeft(Name(),1)
!="@" AND GetExtraData("HasOptions")==1;
AddColumn(GetExtraData("HasOptions"),"HasOptions",1);
-john
----- Original Message -----
From: "zqmax" <trader@xxxxxxxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Friday, July 30, 2004 4:04 PM
Subject: [amibroker] list of optionable stocks
Where can I find a list of optionable US stocks/indexes?
Check AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at:
http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Yahoo! Groups Links
------------------------ Yahoo! Groups Sponsor --------------------~-->
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/GHeqlB/TM
--------------------------------------------------------------------~->
Check AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
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:
http://docs.yahoo.com/info/terms/
Attachment:
qp_optionables_073004.csv
Attachment:
Description: "Description: Binary data"
|