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

RE: [amibroker] Anyway to "wrap" the chart title displayed values??



PureBytes Links

Trading Reference Links

No auto wrap I know of. You can define your own title which can include "\n" characters to cause line feeds. Here's an example:

 

N(Title = "%K Trading System {{DATE}} \n"

 + EncodeColor(colorYellow) + NumToStr(Yellow,1.3) + WriteIf(yellow >= red," >= red"," < red") + "\n"

 + EncodeColor(colorRed) + NumToStr(red,1.3) + WriteIf(red >= green," >= green"," < green") + "\n"

 + EncodeColor(colorGreen) + NumToStr(green,1.3) + WriteIf(green >= blue," >= blue"," < blue") + "\n"

 + EncodeColor(colorBlue) + NumToStr(blue,1.3) + WriteIf(Buy," all up and Long",WriteIf(Short," all down and Short"," mixed")) + "\n"

 + EncodeColor(colorBlack) + Name() + "; " + C

);

 

--

Terry

-----Original Message-----
From:
amibroker@xxxxxxxxxxxxxxx [mailto:amibroker@xxxxxxxxxxxxxxx] On Behalf Of Steve
Sent: Wednesday, Octo
ber 26, 2005 08:27
To:
amibroker@xxxxxxxxxxxxxxx
Su
bject: [amibroker] Anyway to "wrap" the chart title displayed values??

 

Is there a way to force the chart title to automatically wrap the values it displays? At the moment the Pivot point values are only partly displayed.




Please note that this group is for discussion between users only.

To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com

For other support material please check also:
http://www.amibroker.com/support.html





SPONSORED LINKS
Investment management software Real estate investment software Investment property software
Software support Real estate investment analysis software Investment software


YAHOO! GROUPS LINKS