Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

remove indicator description

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    remove indicator description

    how to remove indicators descriptions on top chart?

    Click image for larger version

Name:	nj.jpg
Views:	970
Size:	97.2 KB
ID:	1126507
    Attached Files

    #2
    Hello hellboy78,

    Thank you for your inquiry.

    To remove labels of indicators from your charts in NinjaTrader 8, please try the following:
    • Right-click within your chart and select Indicators
    • Under the Configured Panel is a list of all of your indicators
    • Remove the label from each indicator and select OK as you go.
    • The label is listed under the Setup section
    Below I have created a short example video showing these steps as well:Please let me know if I can be of any further assistance.

    Thank you for using NinjaTrader.
    Eleanore T.NinjaTrader Customer Service

    Comment


      #3
      hellboy78 adding FYI to @Eleanor's description, you might also find it useful to be aware if not realised that if you want to set this to always be the case i.e. whenever you add your particular indicator, save the indicator Template (lower RH corner of Properties dialogue box) to Default. If you don't, every time you add an instance of the indicator to any chart, you will still get the label resulting in 'War and Peace' obscuring half you visible chart area to no sensible objective that I have ever understood and no-one wants. It's your choice of course - if you don't want to remove it by default don't save it as Default template or save as a 'no label' template which you can choose at will.
      There is a Feature Request to globally Show/Don't show labels which would negate to do this at all, which I'd ask you add your vote to, FWIW (very little, truth be known, unfortunately)
      Hope it helps

      Comment


        #4
        If you have access to the indicator source code and know how to code, a simpler solution is to add this bit of code:
        Code:
             // Hide the parameter list
             public override string DisplayName {
                  get { return "Indicator Name"; }
             }
        Where "Indicator Name" can be either the name of the indicator or some other name that you prefer.

        For consistency, I put that code just above '#region Properties', but it doesn't have to be in that location.




        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by alifarahani, Today, 09:40 AM
        6 responses
        40 views
        0 likes
        Last Post alifarahani  
        Started by Waxavi, Today, 02:10 AM
        1 response
        18 views
        0 likes
        Last Post NinjaTrader_LuisH  
        Started by Kaledus, Today, 01:29 PM
        5 responses
        15 views
        0 likes
        Last Post NinjaTrader_Jesse  
        Started by Waxavi, Today, 02:00 AM
        1 response
        12 views
        0 likes
        Last Post NinjaTrader_LuisH  
        Started by gentlebenthebear, Today, 01:30 AM
        3 responses
        17 views
        0 likes
        Last Post NinjaTrader_Jesse  
        Working...
        X