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 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.
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.

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
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