Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Hiding the informations in chart window
Collapse
X
-
Hello bartommy,
Thanks for your post.
To remove the indicator labels from the top left corner of the chart window, right-click in the chart window, select Indicators, click the configured indicator you want to remove the label for, set the 'Label' property to be blank, and click OK.
See the attached screenshot.
See the 'How to edit an Indicator's properties' section of this help guide page for more information: https://ninjatrader.com/support/help...indicators.htm<span class="name">Brandon H.</span><span class="title">NinjaTrader Customer Service</span><iframe name="sig" id="sigFrame" src="/support/forum/core/clientscript/Signature/signature.php" frameborder="0" border="0" cellspacing="0" style="border-style: none;width: 100%; height: 120px;"></iframe>
-
Bart, if you want to save the change so that the Label does not appear when you re-apply the indicator e.g. to a new chart so you don’t have to repeat this removal every time, Save the indicator Template as Default. Then you will never be troubled by the annoying unwanted superfluous text again.
Support never pass on this additional information in response to this all too frequent question.
There is also a ‘Feature Request’ for the ability to toggle these Labels on/off that you should have been made aware of and to which your Vote could be added should you wish.
There is also a User add-on or code to disable this annoyance in response to Ninja’s failure to act (you’d have to search the Forum).
Kind regards,
Comment
-
Hi brucerobinson, thank you for the tip w. the default settings. Generally I'd like to keep the indicators' label information (I have there e.g. prev settings info or additions like "main stochastic", "supporting stochastic" etc.) but just toggle off the visibility of these labels in the main chart window but it's not possible (yet).
Comment
-
Hi Bart
There's also this, which I use in all my custom indicators. It allows me to shorten the name and also add info for that particular panel.
I use
Code:public override string DisplayName { get { return "" + Name; } }
Robotman
- Likes 1
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
63 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
40 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
21 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
23 views
0 likes
|
Last Post
|
||
|
Started by Mindset, 02-28-2026, 06:16 AM
|
0 responses
51 views
0 likes
|
Last Post
by Mindset
02-28-2026, 06:16 AM
|

Comment