PureBytes Links
Trading Reference Links
|
Dean,
The following code makes a new line "\n"
place that inside the double quotes when you want a new line.
Regards,
William Peters
www.amitools.com
Saturday, October 30, 2004, 5:02:02 PM, you wrote:
DH> Thanks William - I did that with no effect. Tried prefacing lines
DH> with Line 1, etc but guess I'm still missing something.
DH> Regards,
DH> Spike
DH> --- In amibroker@xxxxxxxxxxxxxxx, William Peters <williampeters@xxxx>
DH> 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
DH> (HaOpen/1,1.2)
>> DH> + " HaHigh $" + WriteVal(HaHigh/1,1.2) + " HaLow $" +
DH> WriteVal
>> DH> (HaLow/1,1.2) +
>> DH> " HaClose $" + WriteVal(HaClose/1,1.2) + " High Yes $"
DH> +
>> DH> WriteVal(dh/1,1.2) +
>> DH> " Low Yes $" + WriteVal(dl/1,1.2) + " Open Today $" +
DH> 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 " +
DH> WriteVal
>> DH> (dl/1,1.2);
DH> Check AmiBroker web page at:
DH> http://www.amibroker.com/
DH> Check group FAQ at:
DH> http://groups.yahoo.com/group/amibroker/files/groupfaq.html
DH> Yahoo! Groups Links
------------------------ 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/
|