Thanks
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Indicator Label
Collapse
X
-
If you do not want to see the indicator labels on your chart, you have two options:
(1) Easiest solution: Open a chart, rigth-click and select "Indicators" to open the indicator dialogue box, then add the indicator to your chart. Now delete the indicator label under "Visual -> Label", then right-click the empty field and select "Set Default For ".
From now on, whenever you add the indicator to one of your charts, the label will be no longer displayed. However, you will be able to see the indicator label in the indicator dialogue box.
(2) Modifying the label programmatically: Add the linewithin the Initialize section of the indicator. This will also remove the label from the dropdown menu, you will see a line with an empty space representing your indicator.Code:this.Name = "";
-
Hello kiss987,
Thank you for your post.
Harry is correct here. You can also take a look at our reference sample on custom formatting and removing the chart label: http://www.ninjatrader.com/support/f...ead.php?t=4749
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
574 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
332 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
101 views
0 likes
|
Last Post
by Mindset
02-09-2026, 11:44 AM
|
||
|
Started by Geovanny Suaza, 02-02-2026, 12:30 PM
|
0 responses
553 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
551 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment