PureBytes Links
Trading Reference Links
|
Nope.
I'll see if I can get GetExtraData to return common stocks.
Bob
--- In amibroker@xxxxxxxxxxxxxxx, "john gibb" <jgibb1@xxxx> wrote:
> Hi Bob,
>
> I can't speak for the accuracy of the QP data in this regard.
>
> And yeah, I had some trouble getting GetExtraData as well; it
hiccups on
> certain symbols with:
>
> > Error 18.
> > GetExtraData failed
>
> in reading the CHM files about this(message 49180), TJ suggested
trying to
> find out the symbol giving it problems, but I don't know how to
easily do
> this; do you by chance?
>
> -john
> ----- Original Message -----
> From: "Bob Jagow" <bjagow@xxxx>
> To: <amibroker@xxxxxxxxxxxxxxx>
> Sent: Friday, July 30, 2004 6:51 PM
> Subject: RE: [amibroker] list of optionable stocks
>
>
> 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@x...]
> 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@xxxx>
> 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
>
>
>
>
>
>
>
>
> 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/
|