Are there a solution to cancel/delete indicators name ( in top of chart) installed in the chart to obtain a clean chart without name and details about installed indicators.
Thank you in advance
Regards
Are there a solution to cancel/delete indicators name ( in top of chart) installed in the chart to obtain a clean chart without name and details about installed indicators.
Thank you in advance
Regards
Open a chart
Right click
select DATASERIES
empty LABEL
close
For each indicator on the chart you should do the same.
Right click
select indicator
empty LABEL
close
What he said. I usually also save that as the default to make things easier. If you make your own indicators and edit them, you need to make sure you reset the indicator and repeat the process of creating a new default.
The problem with NT is now that you’ve emptied the label, when you go to configure the indicators it’s blank now in the lower “configured” panel. The indicators are still there, it’s just now you can’t see any of their names.
~Roboman
public override string DisplayName
{
get { return State == State.SetDefaults || ChartControl == null ? Name : string.Empty; }
}
When you do this, does the name disappear from the Indicator list too? I think I tried to change the label to an empty string and the label disappeared from the list as well. So i just gave up and just did it the other way.
No. It disappears from the chart, but still shows in the list.
ok cool. Gonna have to jot this one down for later.