[WARNING CLOSED!] Any newbie question, so as not to clutter up the forum. Professionals, don't go by. Can't go anywhere without you. - page 881

 
Dersu:

Hello, experts.

Please explain how to remove the information from the indicator subwindow on the top left.

It is in the way.


All of it or part of it? Either way, though, it is done within the indicator

 
The general principle is inside.
 

Remove the number of characters from the name.

What about numbers? Brackets?

 
Dersu:

Remove the number of characters from the name.

What about numbers? Brackets?


SetIndexLabel(0,");

 

IndicatorShortName(");
SetIndexLabel(0, "");
SetIndexLabel(0, "");

The name is gone, the numbers remain.

 
Dersu:

IndicatorShortName(");
SetIndexLabel(0, "");
SetIndexLabel(0, "");

The name is gone, the numbers remain.


IndicatorShortName("");
SetIndexLabel(0, "");
SetIndexLabel(1, "");
 

One number is gone. And the name.

Two more digits remain.

And in that area the manipulation runs into an error.

int counted_bars = Bars - history + period * 2;
SetIndexDrawBegin(0, counted_bars);
SetIndexDrawBegin(1, counted_bars);
SetIndexDrawBegin(2, counted_bars);

IndicatorShortName("");
SetIndexLabel(0, "");
SetIndexLabel(1, "");

There are two more digits that reflect the characteristics of the indicator lines.

 
Dersu:

One number is gone. And the name.

Two more digits remain.

And in that area the manipulation runs into an error.

int counted_bars = Bars - history + period * 2;
SetIndexDrawBegin(0, counted_bars);
SetIndexDrawBegin(1, counted_bars);
SetIndexDrawBegin(2, counted_bars);

IndicatorShortName(");
SetIndexLabel(0, "");
SetIndexLabel(1, "");


And to think???
 

There is nothing to operate on. I don't know anything. I'd rather look at the indicators all day long

and I won't get into programming. I'm already so sick of the information. And yes, yes.

 
Dersu:

There is nothing to operate on. I don't know anything. I'd rather look at the indicators all day long

and I won't get into programming. I'm already so sick of information. Well, yes.


IndicatorShortName("");
SetIndexLabel(0, "");
SetIndexLabel(1, "");

SetIndexLabel(2, "");

Reason: