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

Re: [amibroker] Re: Quotes Plus // Functions for Fundamental data



PureBytes Links

Trading Reference Links


Edward
If you check out the first image I sent you will see that the lower left
window has all the information there available for each stock as you move
from equity to equity.  What I did writes the information into the
interpretation window.
Steve
At 03:13 PM 8/16/2003 +0000, you wrote:
hope you don't mind
another question.
when developing software it is nice to see some output in order to 
see what's going on, e.g. println("");
how does this work in AFL?
e.g. 
bool1 = GetExtraData("Yr1EPSGrowth")>10;
bool2 = GetExtraData("Yr5EPSGrowth")>25;
Buy = bool1 AND bool2;
this works. But ....
bool1 = GetExtraData("Yr1ProjEPSGrowth")>10;
bool2 = GetExtraData("Yr5ProjEPSGrowth")>25;
Buy = bool1 AND bool2;
does not. Naturally I want to know what the output of GetExtraData
("Yr1ProjEPSGrowth") is. How do I find this out?
regards, Edward


Yahoo! Groups
Sponsor 
ADVERTISEMENT


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. 

Steve Wiser






Yahoo! Groups Sponsor


  ADVERTISEMENT 









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.

Attachment: Description: ""

Attachment: Description: ""