PureBytes Links
Trading Reference Links
|
Hi,
According to the help file for GetExtraData, there
is no "Yr5ProjEPSGrowth". You should use "Yr3to5ProjEPSGrowth". As I understand
it, the QP2 data available via the AB plugin is somewhat different than
what is available in QP2, because AB can only access what QP2 makes available
via its API. See the help for GetExtraData to see what is available in
AB.
Steve
<BLOCKQUOTE
>
----- Original Message -----
<DIV
>From:
ed2000nl
To: <A title=amibroker@xxxxxxxxxxxxxxx
href="">amibroker@xxxxxxxxxxxxxxx
Sent: Saturday, August 16, 2003 11:13
AM
Subject: [amibroker] Re: Quotes Plus //
Functions for Fundamental data
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, EdwardSend
BUG REPORTS to bugs@xxxxxxxxxxxxxSend SUGGESTIONS to
suggest@xxxxxxxxxxxxx-----------------------------------------Post
AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx (Web page: <A
href="">http://groups.yahoo.com/group/amiquote/messages/)--------------------------------------------Check
group FAQ at: <A
href="">http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Your use of Yahoo! Groups is subject to the <A
href="">Yahoo! Terms of Service.
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.
|