How can the title of a price chart OHLC and Volume appear in rows?
hello
with "\n"
example 1
Title=Name() +","+Date()+","+ " Chart TF: " + Interval(2)+"\n Open "+O +", High " +H +", Low "+L +", Close "+C;
example 2
Title=Name() +","+Date()+","+ " Chart TF: " + Interval(2)+"\n Open "+O +"\n High " +H +"\n Low "+L +"\n Close "+C;
1 Like
You can use "\n" to force the Newl / Next Line.
Sorry @PanoS i was typing while you replied.
@NikosPas ignore this post plz , @PanoS has already replied the Solution.
1 Like
1 Like
Thank you both for the solution. I did not expect so fast the answer!
1 Like