PureBytes Links
Trading Reference Links
|
Hi,
Best way is to override plot titles using Title and NumToStr.
\n wraps the line, NumToStr includes argument for decimal points.
example:
Plot(RSI(),"",colorBlue,styleLine);
Title="Relative Strength \nIndex= "+NumToStr(RSI(),1.3);
Johan
--- In amibroker@xxxxxxxxxxxxxxx, "stephen_castleden"
<stephen_castleden@xxxx> wrote:
> Hello,
>
> Could someone tell me how to get the title to wrap around when
using
> multiple plot functions on a chart, headings just run off the end.
> Also how do I get more than 2 decimal places in the title (again
when
> using 'Plot').
>
> Thankyou,
> Stephen.
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/
|