EA terminates custom Indicator comments

 
Hello. I created an Indicator and an EA but they seem to be cancelling out each others' comments on the chart. My expert's comment usually loads better and deletes the indicator comment, only when I remove my expert I see the indicator coments. Any reason why?
 
2840585:
Hello. I created an Indicator and an EA but they seem to be cancelling out each others' comments on the chart. My expert's comment usually loads better and deletes the indicator comment, only when I remove my expert I see the indicator coments. Any reason why?
Every use of the comment function overwrites the last
 
2840585:
Hello. I created an Indicator and an EA but they seem to be cancelling out each others' comments on the chart. My expert's comment usually loads better and deletes the indicator comment, only when I remove my expert I see the indicator coments. Any reason why?

You can use ChartSetString/ ChartSetString(0,CHART_COMMENT) if you want to combine them.

 
Paul Anscombe #:
Every use of the comment function overwrites the last

I guessed as much. Thanks for the help. Cheers

 
Alain Verleyen #:

You can use ChartSetString/ ChartSetString(0,CHART_COMMENT) if you want to combine them.

Thank you for the swift reply. I used the text object function for displaying information from my EA and only used the comment function for my Indicator. Seems to work fine now. I prefer how the comments display but managed to get it looking presentable. Would try out you suggestion and see whether it works.

Thank you, Cheers.