Can Add more than one Comment(....) to Chart?

 
Comment(....) ;
Comment(....) ;
Only last Comment(....) desplay its string on chart.


How Add more than one Comment(....) to Chart?
 
Comment("Hello"+x1+"\n"
"this is new y="+y1+"\n"+
"z came up something like =="+z1);

you will see 3 rows with three different numbers...
 
Thanks.

if set Comment(....) ; in one indicator file .
Is it possible to set another Comment(....) ; in another indicator file ?
 
they will overwrite each other... use print function or alert to see what you need to see.
Reason: