Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

How do I turn off the text list of indicators at the top of the chart?

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

    How do I turn off the text list of indicators at the top of the chart?

    How do I turn off the text list of indicators at the top of the chart? It takes up a lot of space and is distracting.

    Thanks

    #2
    Right click on the chart
    select 'indicators...'
    under Configured, left click the indicator you want not to be displayed at the top
    Now that this is highlighted
    under Properties - Setup - Label
    remove the text in the label field
    click Apply

    Comment


      #3
      If you want to make it 'permanent' save to Template so you don't have to do it every time you add the indicator

      there's a Feature Request for a global button to turn them all off you could ask for your vote to be added to. Mind you, I started that in NT7 so don't' hold out high hopes....
      Last edited by brucerobinson; 01-13-2023, 03:35 PM.

      Comment


        #4
        If you want it to really be permanent for indicators you're developing drop this code in the indicator.

        Code:
        else if(State == State.DataLoaded)
                    {
                        Name                         = "";
                    }​

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by rocketman7, Today, 09:41 AM
        2 responses
        4 views
        0 likes
        Last Post rocketman7  
        Started by traderqz, Today, 09:44 AM
        1 response
        2 views
        0 likes
        Last Post traderqz  
        Started by rocketman7, Today, 02:12 AM
        7 responses
        31 views
        0 likes
        Last Post NinjaTrader_ChelseaB  
        Started by guillembm, Yesterday, 11:25 AM
        3 responses
        16 views
        0 likes
        Last Post NinjaTrader_Jesse  
        Started by junkone, 04-21-2024, 07:17 AM
        10 responses
        149 views
        0 likes
        Last Post NinjaTrader_BrandonH  
        Working...
        X