Signal text in more than one line  [SOLVED]

Questions about MultiCharts and user contributed studies.
lois77
Posts: 23
Joined: 05 Aug 2012
Has thanked: 7 times

Signal text in more than one line

Postby lois77 » 14 Sep 2012

Hi,

Is there a way to show the signal text on the chart in more than one line?

Kind regards.

User avatar
Henry MultiСharts
Posts: 9165
Joined: 25 Aug 2011
Has thanked: 1264 times
Been thanked: 2957 times

Re: Signal text in more than one line  [SOLVED]

Postby Henry MultiСharts » 17 Sep 2012

lois77, you can use "\n" command to plot the text on a new line.

Code: Select all

if LastBarOnChart then text_new (date, time, close+1, "textline1 \n textline2");

lois77
Posts: 23
Joined: 05 Aug 2012
Has thanked: 7 times

Re: Signal text in more than one line

Postby lois77 » 17 Sep 2012

Hi Henry,

Thanks, that's what I was looking for.

Kind regards.


Return to “MultiCharts”