[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [amibroker] Re: QP-Only Stocks



PureBytes Links

Trading Reference Links

Found it  didn't accept number ['operation not allowed']  but string
("0") retrieved 1000 symbols before dying => gif.
Why 1000, I wondered?

Regards,
Bob
-------
SYNTAX  GetExtraData("fieldname" )
RETURNS NUMBER or ARRAY or STRING
FUNCTION  Retrieves data-source specific data.
The list of fields available via QP2 plug-in: "AnnDividend" ,"Shares",
"SharesFloat", "SharesOut", "SharesShort", "TTMsales", "Beta", "TTMEps",
"HiPERange", "LoPERange" , "PEG", "InstHolds", "LTDebtToEq",
"CashFlowPerShare", "ROE","TTMSales", "Yr1EPSGrowth", "Yr5EPSGrowth",
"Yr1ProjEPSGrowth", "Yr2ProjEPSGrowth", "Yr3to5ProjEPSGrowth",
"BookValuePerShare", "Briefing",

-----Original Message-----
From: Tomasz Janeczko [mailto:amibroker@xxxxxx]
Sent: Sunday, March 02, 2003 1:05 AM
To: amibroker@xxxxxxxxxxxxxxx
Subject: Re: [amibroker] Re: QP-Only Stocks


Hello,

"Issue type" is available via GetExtraData function:

See for example this exploration:

Filter=1;
AddTextColumn( GetExtraData("issuetype" ), "IssueType" );

---------
GetExtraData returns one character text describing the type:


Filter=GetExtraData("IssueType")=="0";

gives common stocks.

You may ask QuotesPlus support for all possible codes they
use in Master_Rec
but a few are as follows:

"0" - common
"1" - preferred
"F" - ADR
"A" - average / index

Best regards,
Tomasz Janeczko
amibroker.com
----- Original Message -----
From: <cadvantag@xxxxxxxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Sunday, March 02, 2003 1:11 AM
Subject: [amibroker] Re: QP-Only Stocks


> Bob,
>
> >>The best way to get rid of these plus preferred and warrants is to
> run a QP scan that includes issuetype common; <<
>
> I did not see how to run this scan. I got a error- I looked in the
> AFL directory and issuetype or anything similar was not listed. You
> are correct in the I am trying to cut out the ETF's, and worse
> [Income Funds, Muni's, and such].
>
> Is there another way you can state your email- maybe I am not
> interrupting correctly.
>
> Thanks for the help.
>
>
> --- In amibroker@xxxxxxxxxxxxxxx, "Bob Jagow" <bjagow@xxxx> wrote:
> > The QP-Plug-in finds some 28k symbols, of which ~5500 that have no
> data are
> > thrown out by TJ's cleanup.js script --my #s are post cleanup.
> > Sounds like you've already filtered on Group0, with the cleaned up
> db, I end
> > up with 8630 'stocks' which also include ETF's, and worse [Income
> Funds,
> > Muni's, and such].
> >
> > The best way to get rid of these plus preferred and warrants is to
> run a QP
> > scan that includes issuetype common;
> > My resulting 5831 symbol lst file imported fine via Symbol ->
> > WatchList ->Import in  today's 4.29.7
> > This scan should also exclude the no-data symbols, thus obviating
> the need
> > to run cleanup.js.
> > I'd also suggest further trimming the initial QP scan by use of
> other
> > criteria such as min price and vol.
> >
> > Hope this helps,
> > Bob
> >
> >
> > -----Original Message-----
> > From: cadvantag <cadvantag@xxxx> [mailto:cadvantag@x...]
> > Sent: Saturday, March 01, 2003 11:41 AM
> > To: amibroker@xxxxxxxxxxxxxxx
> > Subject: [amibroker] QP-Only Stocks
> >
> >
> > I followed Herman's Excluding Symbols- I really like that. Getting
> > those ! Indexes was frustrating
> >
> > Can someone tell me how to get only stocks in a Scan or Explore? -
> I
> > get all the ETF's, Income Funds, Muni's and etc.
> >
> > I have played with define filter, and other things but I must be
> > missing something because I continue to get more than stocks in my
> > results.
> >
> > Thanks for any help!
> >
> >
> >
> >
> > Send BUG REPORTS to bugs@xxxx
> > Send SUGGESTIONS to suggest@xxxx
> > -----------------------------------------
> > 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
> http://docs.yahoo.com/info/terms/
>
>
>
> 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
http://docs.yahoo.com/info/terms/
>
>
>


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
http://docs.yahoo.com/info/terms/


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 http://docs.yahoo.com/info/terms/ 


Attachment:
ged string.gif

Attachment: Description: "Description: GIF image"