PureBytes Links
Trading Reference Links
|
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 ---------------------~-->
Buy Ink Cartridges or Refill Kits for Your HP, Epson, Canon or Lexmark
Printer at Myinks.com. Free s/h on orders $50 or more to the US & Canada. http://www.c1tracking.com/l.asp?cid=5511
http://us.click.yahoo.com/l.m7sD/LIdGAA/qnsNAA/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/
|