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 cmoran13, 04-16-2026, 01:02 PM
        0 responses
        76 views
        0 likes
        Last Post cmoran13  
        Started by PaulMohn, 04-10-2026, 11:11 AM
        0 responses
        44 views
        0 likes
        Last Post PaulMohn  
        Started by CarlTrading, 03-31-2026, 09:41 PM
        1 response
        168 views
        1 like
        Last Post NinjaTrader_ChelseaB  
        Started by CarlTrading, 04-01-2026, 02:41 AM
        0 responses
        101 views
        1 like
        Last Post CarlTrading  
        Started by CaptainJack, 03-31-2026, 11:44 PM
        0 responses
        165 views
        2 likes
        Last Post CaptainJack  
        Working...
        X