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

Re: [amibroker] Re: Breaking out of a loop...



PureBytes Links

Trading Reference Links

You can just reference close as C, and if you are doing a calculation in
title use writeval()
Title = "Close="+ C +"chg="+ writeval(C-ref(C,-1),1.2);

Cheers,
Graham
http://www.golala.com/forums/?mforum=asxsharetrading
http://groups.msn.com/fmsaustralia 

-----Original Message-----
From: dorzfn@xxxxxxxxx [mailto:dorzfn@xxxxxxxxx] 
Sent: Tuesday, 27 January 2004 12:01 PM
To: amibroker@xxxxxxxxxxxxxxx
Subject: [amibroker] using the title function


Title=   // here you can add prices like: 
"Close="+NumToStr(Close,1.2)+

"chg="+NumToStr((C)-(C,1))+

In this 3rd line of code,I'm trying to the point change from the day 
before bar, I've done it using the plot function. What am i doing 
wrong here? thank you for all the help in the past with such basic ? 
for most of you here,but with out this message board I wouldnt been 
able to do most of the code you all have helped me with  .. Dorz 




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 

Yahoo! Groups Links

To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/

To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx

Your use of Yahoo! Groups is subject to:  http://docs.yahoo.com/info/terms/ 


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 

Yahoo! Groups Links

To visit your group on the web, go to:
 http://groups.yahoo.com/group/amibroker/

To unsubscribe from this group, send an email to:
 amibroker-unsubscribe@xxxxxxxxxxxxxxx

Your use of Yahoo! Groups is subject to:
 http://docs.yahoo.com/info/terms/