PureBytes Links
Trading Reference Links
|
just use
+"\n"+
where you want to start a new line
On Sat, 30 Oct 2004 21:02:02 -0000, Dean Hodgins <deanhodgins@xxxxxxxxx> wrote:
>
>
> Thanks William - I did that with no effect. Tried prefacing lines
> with Line 1, etc but guess I'm still missing something.
>
> Regards,
>
> Spike
>
> --- In amibroker@xxxxxxxxxxxxxxx, William Peters <williampeters@xxxx>
> wrote:
>
>
> > Hi Dean,
> >
> > Title = "Line 1\nLine2\nline3";
> >
> >
> > Regards,
> > William Peters
> > www.amitools.com
> >
> >
> > Saturday, October 30, 2004, 4:08:07 PM, you wrote:
> >
> >
> >
> > DH> I have this long title that runs right off the edge of my chart.
> >
> > DH> How would I code a "return" or character to start a new line.
> >
> >
> > DH> Thanks & Regards,
> >
> > DH> Spike
> >
> >
> >
> > DH> Title= EncodeColor(colorWhite)+ "HaOpen $" + WriteVal
> (HaOpen/1,1.2)
> > DH> + " HaHigh $" + WriteVal(HaHigh/1,1.2) + " HaLow $" +
> WriteVal
> > DH> (HaLow/1,1.2) +
> > DH> " HaClose $" + WriteVal(HaClose/1,1.2) + " High Yes $"
> +
> > DH> WriteVal(dh/1,1.2) +
> > DH> " Low Yes $" + WriteVal(dl/1,1.2) + " Open Today $" +
> WriteVal
> > DH> (dop/1,1.2)
> > DH> + " Date/Time " + WriteVal( DateTime(),formatDateTime) + "
> > DH> Volume " +
> > DH> WriteVal(Volume,1.0) + " Daily Pivot " + WriteVal(Pivot/1,1.2)
> > DH> + " Weekly Pivot " + WriteVal(WPivot/1,1.2) + " Low " +
> WriteVal
> > DH> (dl/1,1.2);
>
>
> Check AmiBroker web page at:
> http://www.amibroker.com/
>
> Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
> Yahoo! Groups Links
>
>
>
>
>
--
Cheers
Graham
http://e-wire.net.au/~eb_kavan/
------------------------ Yahoo! Groups Sponsor --------------------~-->
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/GHeqlB/TM
--------------------------------------------------------------------~->
Check AmiBroker web page at:
http://www.amibroker.com/
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/
|