PureBytes Links
Trading Reference Links
|
John,
I sure can't find option chains for a couple of the warrants and
preferred in your list.
I wonder if QP goofed in assigning Has Options to them?
I always qualify QP scans with IssueType Common, ETF, but don't recall
if I got
getextradata("issuetype") to work.
Bob
-----Original Message-----
From: john gibb [mailto:jgibb1@xxxxxxxxxxxxx]
Sent: Friday, July 30, 2004 4:55 PM
To: amibroker@xxxxxxxxxxxxxxx
Subject: Re: [amibroker] list of optionable stocks
Hi,
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
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 --------------------~-->
Yahoo! Domains - Claim yours for only $14.70
http://us.click.yahoo.com/Z1wmxD/DREIAA/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/
|