fixed text on chart window ! how to do it ?

 

I am sorry for having to post this question, I did search but no result.

How to post fixed text with several lines on chart window ?

Notice:

- Comment() just can post its content in only one line

- ObjectCreate() Text/Label: the content will move with the chart


I don't know which function can meet the need of present text on the black chart window where you want,

and it won't move when you move the chart on the window.


Thanks for help.

 

- Comment() just can post its content in only one line: Wrong, you can use comments with the line break character to create multiple lines.
- ObjectCreate() Text/Label: the content will move with the chart: Wrong, you can ObjectMove(), or ObjectDelete() and ObjectCreate().

Try using the search to find codes for the above, I don't have much time.

 

for  the need of present text on the black chart window where you want

is  ObjectCreate() Text/Label the best solution

example for how how to place  clock displaying time in main chart 

  

about Comment it  begins always left upper corner   new line is with "\n" 

so a few times "\n"  and you get text more to the middle 

 
Thank you both, new comment line with "\n" is all I need. I wouldn't know it without you