PureBytes Links
Trading Reference Links
|
Phsst
Good ideal
Thanks
Steve
At 02:46 PM 8/16/2003 +0000, you wrote:
Steve,
You might want to change this line of code from:
WriteIf(Buy==1 OR Buy == 0,"Annual Dividend = "+
WriteVal(GetExtraData("AnnDividend"))+"%","");//12
to
WriteIf(True,"Yield = "+
WriteVal(GetExtraData("AnnDividend") /
C * 100)+"%","");//12
Regards
Phsst
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.
|