PureBytes Links
Trading Reference Links
|
Steve,
thanks for your reply. Unfortunatelly the images you attached are
not visible. The 1-st image is black and the second I can not see at
all.
rgds, Edward
--- In amibroker@xxxxxxxxxxxxxxx, Steve Wiser <slwiser@xxxx> wrote:
> 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
>
><http://rd.yahoo.com/M=259538.3705203.4965331.1261774/D=egroupweb/S=
1705632198:HM/A=1712983/R=0/SIG=11u38u3s2/*http://hits.411web.com/cgi
-bin/hit?page=1374-105951838331032>1e9fbf5e.jpg
> >1e9fc121.jpg
> >
> >Send BUG REPORTS to bugs@xxxx
> >Send SUGGESTIONS to suggest@xxxx
> >-----------------------------------------
> >Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
> >(Web page:
> ><http://groups.yahoo.com/group/amiquote/messages/)
>http://groups.yahoo.com/group/amiquote/messages/)
> >--------------------------------------------
> >Check group FAQ at:
>
><http://groups.yahoo.com/group/amibroker/files/groupfaq.html>http://
groups.yahoo.com/group/amibroker/files/groupfaq.html
> >
> >
> >Your use of Yahoo! Groups is subject to the
> ><http://docs.yahoo.com/info/terms/>Yahoo! Terms of Service.
>
> Steve Wiser
------------------------ 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/
|