Comments on the chart

 
Hi,

I use the function Comment() in 2 indicators.
Only the comment of one of them is visible on the chart.
I hope this is not as designed and that each comment should be visible one by one.

Nicolas
 
Hi,

I use the function Comment() in 2 indicators.
Only the comment of one of them is visible on the chart.
I hope this is not as designed and that each comment should be visible one by one.

Nicolas


I think there is only one comment() working at a time, so the second call erase the first.
But you can easily build mutiple lines comments using "\n".
For sample, indicator 1 put his comment line in a globalvariable L1, indicator 2 in L2, and so on, and a unique comment() call splashs all the lines + "\n" at same time.
 
I understand...
but this is not very helpful when you have only a compiled indicator (no sources available). In that case, each indicator vendor use Comment and only one is visible.
Again, they should be put on different lines.
Reason: