Here are a couple of examples of how I use
QuotesPlus data…
This returns the QRS array:
QRS = GetExtraData("QRS");
This function in my include file that returns
the market cap (“QuotesPlus_Stocks” is the name if my database):
function MarketCapGet()
{
CurDatabase = GetDatabaseName();
if(CurDatabase == "QuotesPlus_Stocks")
{
MarketCap = round(LastValue(Close, True) * GetExtraData("shares")/1000);
}
else
{
MarketCap = 666; //indicating N/A
}
return MarketCap ;
}
From: amibroker@xxxxxxxxxxxxxxx [mailto:amibroker@xxxxxxxxxxxxxxx] On Behalf Of Steve Dugas
Sent: Saturday, February 18, 2006
10:50 AM
To: amibroker@xxxxxxxxxxxxxxx
Subject: Re: [amibroker] QuotePlus
question
See GetExtraData() function
in the help.
Steve
----- Original Message -----
From: "trb0428"
<trbrowne@xxxxxxxxxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Saturday, February 18, 2006 1:32 PM
Subject: [amibroker] QuotePlus question
>I am considering purchasing a quote plus data
subscription to use with
> AB. I have downloaded the trial and it seems
to work well. My question
> is - can I access any of the non-quote data
contained in the QuotePlus
> download, such as earnings per share, analyst
recommendation, etc,
> from withing AB?.
>
>
>
>
>
>
> Please note that this group is for discussion
between users only.
>
> To get support from AmiBroker please send an
e-mail directly to
> SUPPORT {at} amibroker.com
>
> For other support material please check also:
> http://www.amibroker.com/support.html
>
>
> Yahoo! Groups Links
>
>
>
>
>
>
>
>
Please note that this group is for discussion between users only.
To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com
For other support material please check also:
http://www.amibroker.com/support.html
SPONSORED LINKS
YAHOO! GROUPS LINKS