PureBytes Links
Trading Reference Links
|
This is great !!!! But before I get too excited, I canīt seem to
find the ho so valuable and popular EPS RANKING in the helpfiles.
Does this mean you are limited of the QP Fundamental variables who
are covered in this screen ???
And EPS ranking, historical EPS Ranking, EPS Q growth going back or
Q EPS going back, etc are not accessable in Amibroker ???
Thanks
--- In amibroker@xxxxxxxxxxxxxxx, "mrdavis9" <mrdavis9@xxxx> wrote:
> Bob, thanks for your replys. It appears that I am may be very
confused about these many similar sounding names of data suppliers.
Below, I have copied several emails that discussed how to have
fundamental data appear along with each symbol that you display. I
hope these emails will show you how to successfully do this. I was
thinking that the data had to come from the Austin Tx. based Quote
Tracker. Jerry Medved is the guy behind QuoteTracker. Am I correct
that the Jerry Medved Quote Tracker is the source to use to get
this Briefing.com fundamental data? Once this is cleared up, then I
will need a lot of more help. I am very new at using a computer. I
was able to get the necessary WRITEUPONSTOCK.afl into a sub folder
of the AFL folder. However, it ended up as an
> eml file. I tried to use one of the few things that I know how to
do. . I copied the code, then pasted it into notebook. I then
clicked save as, and it would not allow me to save it as an AFL
file. I saved it anyway because it seemed like a good place to
keep it until I learn the right way to save it as an AFL file.
Below, I have included various posts relating to this subject. Let
me know if you need to see more of the posts that related to this
subject . BTW, is there an easy way to determine the yahoogroup
message # when you are viewing a yahoogroup message within Outlook
Express? All answers and comments are appreciated. Ron D
>
>
>
>
>
>
=====================================================================
=================
> ----- Original Message -----
> From: Bob Jagow
> To: amibroker@xxxxxxxxxxxxxxx
> Sent: Sunday, June 15, 2003 2:17 PM
> Subject: RE: [amibroker] quote tracker for AB
>
>
> Sorry, Ron.
> I should have read further.
> I use QT with Datek data, but need furher guidance on how
to "display fundamental data that is available from BRIEFING.COM
which is available free from Quotetracker" because your only ref is
how to use IB data,
> Where do you spell this out?
>
> Regards,
> Bob
> -----Original Message-----
> From: Bob Jagow [mailto:bjagow@x...]
> Sent: Sunday, June 15, 2003 11:47 AM
> To: amibroker@xxxxxxxxxxxxxxx
> Subject: RE: [amibroker] quote tracker for AB
>
>
> Ron,
> Only typo I saw was "Quotetracker" instead of 'QuotesPlus'.
>
>
>
>
>
>
=====================================================================
======================
>
> Herman:
>
> The code that I provided (for information only) simply takes the
fundamental data that QP2 provides and places it into the
interpretation window at the lower left of the Amibroker window
screen as shown on the image provided in my last message. This make
the example data shown below easily available and accessible. The
same could be found using the Yahoo link on the page to the
individual stock profiles but with more clicks and time.
>
> Without any other intervention as you move or click from one
equity to another, the interpretation window updates the data for
that particular equity if you have had the original pane highlighted
in which you placed the initial include file line. Note that Tomaz
has given us the ability to add code to the primary indicators by
using the right click and from that menu selecting the edit button.
A code window for the Price Indicator, if this is the one used,
will open and you can place the include file line into the price
window so that whenever you see a sheet with the price, simply
click on the price pane and you will see all the data below for that
equity if it is available.
>
> This is one of the lessor used capabilities of Amibroker that is
available I would guess.
>
> Over and out....
>
> Steve
> _________________________________________
> Date: 6/13/2003
> QP2 Briefing data follows:
>
> D is a fully integrated gas and electric holding company serving
wholesale and retail markets in the Midwest, Northeast, and Mid-
Atlantic portions of the U.S. For the 3 months ended 3/31/03,
revenues rose 36% to $3.58B. Net income before accntg. change rose
23% to $395M. Revenues reflect colder weather, driving increased
demand for gas and electric products, as well as strong natural gas
prices. Net income was partially offset by $129M in special
charges.<P><P>FY'99-'00 fncls. & FY'00 Qs reclass. 10/02, 26.5M shs
@ $40.50 by Merrill Lynch. Pref. Stock no Par, 10M auth., 2,590,000
issd. FY'01 fncls. are reclassified.
>
> QP2 Individual data elements follows:
> QP2 Relative Strength = 41.000
> Shares Float = 308.400
> Shares = 310,800.000
> PEG = 2.151
> Return on Equity = 15.204%
> 1 Year EPS Growth = 123.666%
> 5 Year EPS Growth = 17.479%
> 1 Year Proj EPS Growth = -1.653%
> 3 to 5 Year Proj EPS Growth = 5.760%
> Book Value per share = 33.477$
> Annual Dividend = 2.580%
> TTM Sales = 35.933
> TTM EPS = 5.160
> Institutional Holdings = 55.362%
> Long Term Debt to Equity = 1.420
> Cash Flow Per Share = 9.468
> Trailing 12 months EPS = 5.160
> LoW PE Range = 11.169
> High PE Range = 42.459
> Beta = 0.225
> __________________________________________________
> At 05:01 PM 6/14/2003 -0400, you wrote:
>
> Could you explain how you update the data, Steve?
>
> I have QP2 but have no clue as to what you are doing...
>
> many thanks!Herman
>
>
=====================================================================
============
> Steve,
> This is very nice! I forget all the nice things "getextradata"
has to offer. Thanks for sharing...
>
> Regards,
> Jayson
> -----Original Message-----
> From: Steve Wiser [mailto:slwiser@x...]
> Sent: Saturday, June 14, 2003 8:32 AM
> To: amibroker@xxxxxxxxxxxxxxx
> Subject: [amibroker] Neat method to see fundamentals for QP2
Users:
>
>
> FYI
>
> Place the following line into your primary indicator whether it
is the Price pane or some other.
>
> #include "C:\\program
files\amibroker\afl\include\writeuponstock.afl";
>
> Have the following in your include subdirectory as I have shown
in mine above. I have an include subdirectory under \afl. I also
have placed a file named writeuponstock.afl into this subdirectory.
This information is fairly complete and it will show up in the
interpetation window.
>
> This is nice when moving across a watch list of similar equities
and being able to see how they compare in a fundamental way. You may
have to click into price window (if this is where you placed the
line above) if you are moving around in Amibroker to get the
information show.
>
> Steve
>
> New File below: Mine was called writeuponstock.afl
> _____________________
>
> WriteIf(Buy==1 OR Buy == 0,GetExtraData("briefing"),"");//1
>
> WriteIf(Buy==1 OR Buy == 0,"\n"+"QP2 Relative Strength ="+
> WriteVal(GetExtraData("QRS")),"");//2
>
> WriteIf(Buy==1 OR Buy == 0,"Shares Float = "+
> WriteVal(GetExtraData("SharesFloat")),"");//3
>
> WriteIf(Buy==1 OR Buy == 0,"Shares = "+
> WriteVal(GetExtraData("Shares")),"");//4
>
> WriteIf(Buy==1 OR Buy == 0,"PEG = "+
> WriteVal(GetExtraData("PEG")),"");//5
>
> WriteIf(Buy==1 OR Buy == 0,"Return on Equity = "+
> WriteVal(GetExtraData("ROE"))+"%","");//6
>
> WriteIf(Buy==1 OR Buy == 0,"1 Year EPS Growth = "+
> WriteVal(GetExtraData("Yr1EPSGrowth"))+"%","");//7
>
> WriteIf(Buy==1 OR Buy == 0,"5 Year EPS Growth = "+
> WriteVal(GetExtraData("Yr5EPSGrowth"))+"%","");//8
>
> WriteIf(Buy==1 OR Buy == 0,"1 Year Proj EPS Growth = "+
> WriteVal(GetExtraData("Yr1ProjEPSGrowth"))+"%","");//9
>
> WriteIf(Buy==1 OR Buy == 0,"3 to 5 Year Proj EPS Growth = "+
> WriteVal(GetExtraData("Yr3to5ProjEPSGrowth"))
+"%","");//10
>
> WriteIf(Buy==1 OR Buy == 0,"Book Value per share = "+
> WriteVal(GetExtraData("BookValuePerShare"))
+"$","");//11
>
> WriteIf(Buy==1 OR Buy == 0,"Annual Dividend = "+
> WriteVal(GetExtraData("AnnDividend"))+"%","");//12
>
> WriteIf(Buy==1 OR Buy == 0,"TTM Sales = "+
> WriteVal(GetExtraData("TTMSales")),"");//13
>
> WriteIf(Buy==1 OR Buy == 0,"TTM EPS = "+
> WriteVal(GetExtraData("TTMEPS")),"");//14
>
> WriteIf(Buy==1 OR Buy == 0,"Institutional Holdings = "+
> WriteVal(GetExtraData("InstHolds"))+"%","");//15
>
> WriteIf(Buy==1 OR Buy == 0,"Long Term Debt to Equity = "+
> WriteVal(GetExtraData("LTDebtToEq")),"");//16
>
> WriteIf(Buy==1 OR Buy == 0,"Cash Flow Per Share = "+
> WriteVal(GetExtraData("CashFlowPerShare")),""); //17
>
> WriteIf(Buy==1 OR Buy == 0,"Trailing 12 months EPS = "+
> WriteVal(GetExtraData("TTMEps")),"");//18
>
> WriteIf(Buy==1 OR Buy == 0,"LoW PE Range = "+
> WriteVal(GetExtraData("LoPERange")),"");//19
>
> WriteIf(Buy==1 OR Buy == 0,"High PE Range = "+
> WriteVal(GetExtraData("HiPERange")),"");//20
>
> WriteIf(Buy==1 OR Buy == 0,"Beta = "+
> WriteVal(GetExtraData("BEta")),"");//21
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Get A Free Psychic Reading! Your Online Answer To Life's Important Questions.
http://us.click.yahoo.com/Lj3uPC/Me7FAA/ySSFAA/GHeqlB/TM
---------------------------------------------------------------------~->
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/
|