PureBytes Links
Trading Reference Links
|
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
<FONT face=Arial
size=2>======================================================================================
----- Original Message -----
From: <A
title=bjagow@xxxxxxxxxxx href="">Bob Jagow
To: <A title=amibroker@xxxxxxxxxxxxxxx
href="">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,
<FONT color=#000080
size=2>Where do you spell this out?
<FONT face=Arial color=#000080
size=2>
<FONT face=Arial
color=#000080>Regards,
<FONT face=Arial color=#000080
size=2>Bob
<FONT face=Tahoma
size=2>-----Original Message-----From: Bob Jagow
[mailto:bjagow@xxxxxxxxxxx]Sent: Sunday, June 15, 2003 11:47
AMTo: amibroker@xxxxxxxxxxxxxxxSubject: RE: [amibroker]
quote tracker for AB
Ron,
<SPAN
class=130394418-15062003>Only typo I saw was
"Quotetracker" instead of
'QuotesPlus'.
<FONT face=Arial
size=2>===========================================================================================
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/2003QP2 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.000Shares Float = 308.400Shares = 310,800.000PEG
= 2.151Return 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.933TTM EPS = 5.160Institutional Holdings
= 55.362%Long Term Debt to Equity =
1.420Cash Flow Per Share = 9.468Trailing 12 months EPS
= 5.160LoW PE Range = 11.169High PE Range
= 42.459Beta =
0.225__________________________________________________At 05:01 PM
6/14/2003 -0400, you wrote:
Could you explain how you update
the data, Steve? <FONT face=arial
color=#0000ff size=2>I have QP2 but have no clue as to what you are
doing... <FONT face=arial
color=#0000ff size=2>many thanks!Herman<FONT
face=arial color=#0000ff size=2>
<FONT face=arial color=#0000ff
size=2>=================================================================================
<SPAN
class=734012400-15062003>Steve,
This
is very nice! I forget all the nice things "getextradata" has to offer. Thanks
for sharing...
Regards,
Jayson
<FONT face=Tahoma
size=2>-----Original Message-----From: Steve Wiser
[mailto:slwiser@xxxxxxxxxxx]Sent: Saturday, June 14, 2003 8:32
AMTo: amibroker@xxxxxxxxxxxxxxxSubject: [amibroker] Neat
method to see fundamentals for QP2 Users:FYIPlace
the following line into your primary indicator whether it is the Price pane or
some other. <FONT face="Courier New, Courier" color=#800000
size=1>#include
"C:\\program
files\amibroker\afl\include\writeuponstock.afl"<FONT
face="Courier New, Courier" size=1>;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.SteveNew File below: Mine was called
writeuponstock.afl_____________________WriteIf(Buy==1 OR Buy ==
0,GetExtraData("briefing"),"");//1WriteIf(Buy==1 OR Buy == 0,"\n"+"QP2
Relative Strength
="+
WriteVal(GetExtraData("QRS")),"");//2WriteIf(Buy==1 OR Buy ==
0,"Shares Float = "+
WriteVal(GetExtraData("SharesFloat")),"");//3WriteIf(Buy==1 OR Buy ==
0,"Shares = "+
WriteVal(GetExtraData("Shares")),"");//4WriteIf(Buy==1 OR Buy ==
0,"PEG = "+
WriteVal(GetExtraData("PEG")),"");//5WriteIf(Buy==1 OR Buy ==
0,"Return on Equity =
"+
WriteVal(GetExtraData("ROE"))+"%","");//6WriteIf(Buy==1 OR Buy == 0,"1
Year EPS Growth = "+
WriteVal(GetExtraData("Yr1EPSGrowth"))+"%","");//7WriteIf(Buy==1 OR
Buy == 0,"5 Year EPS Growth =
"+
WriteVal(GetExtraData("Yr5EPSGrowth"))+"%","");//8WriteIf(Buy==1 OR
Buy == 0,"1 Year Proj EPS Growth =
"+
WriteVal(GetExtraData("Yr1ProjEPSGrowth"))+"%","");//9WriteIf(Buy==1
OR Buy == 0,"3 to 5 Year Proj EPS Growth =
"+
WriteVal(GetExtraData("Yr3to5ProjEPSGrowth"))+"%","");//10WriteIf(Buy==1
OR Buy == 0,"Book Value per share =
"+
WriteVal(GetExtraData("BookValuePerShare"))+"$","");//11WriteIf(Buy==1
OR Buy == 0,"Annual Dividend =
"+
WriteVal(GetExtraData("AnnDividend"))+"%","");//12WriteIf(Buy==1 OR
Buy == 0,"TTM Sales =
"+
WriteVal(GetExtraData("TTMSales")),"");//13WriteIf(Buy==1 OR Buy ==
0,"TTM EPS = "+
WriteVal(GetExtraData("TTMEPS")),"");//14WriteIf(Buy==1 OR Buy ==
0,"Institutional Holdings =
"+
WriteVal(GetExtraData("InstHolds"))+"%","");//15WriteIf(Buy==1 OR Buy
== 0,"Long Term Debt to Equity =
"+
WriteVal(GetExtraData("LTDebtToEq")),"");//16WriteIf(Buy==1 OR Buy ==
0,"Cash Flow Per Share =
"+
WriteVal(GetExtraData("CashFlowPerShare")),""); //17WriteIf(Buy==1 OR
Buy == 0,"Trailing 12 months EPS =
"+
WriteVal(GetExtraData("TTMEps")),"");//18WriteIf(Buy==1 OR Buy ==
0,"LoW PE Range = "+
WriteVal(GetExtraData("LoPERange")),"");//19WriteIf(Buy==1 OR Buy ==
0,"High PE Range =
"+
WriteVal(GetExtraData("HiPERange")),"");//20WriteIf(Buy==1 OR Buy ==
0,"Beta = "+
WriteVal(GetExtraData("BEta")),"");//21
<FONT face=Arial
size=2>
Yahoo! Groups Sponsor
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 the Yahoo! Terms of Service.
|