How to remove comment from indicator sub-window ?

 
I run a custom MACD in a sub-window. A comment is displayed in the top left corner, which runs across 75% of the window width. As I do not need the information it contains, is there a line of code I can add to remove this?
 
Try to replace such:
IndicatorShortName("");
 
Thanks, Rosh.

I have done that and it has removed the MACD text, which is good. I am left with 5 sets of 6 figure digits. Is there any way of removing those as well, or at least not displaying them?
 
No more.
 
I have the same problem. it refreshes so fast and slowing down the indicator
 
b.mohammadi #:
I have the same problem. it refreshes so fast and slowing down the indicator
IndicatorShortName("");
SetIndexLabel(0, NULL);
SetIndexLabel(1, NULL);
:
SetIndexLabel(n, NULL);
Reason: