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 CaptainJack, 05-29-2026, 05:09 AM
        0 responses
        163 views
        0 likes
        Last Post CaptainJack  
        Started by CaptainJack, 05-29-2026, 12:02 AM
        0 responses
        82 views
        0 likes
        Last Post CaptainJack  
        Started by charlesugo_1, 05-26-2026, 05:03 PM
        0 responses
        125 views
        0 likes
        Last Post charlesugo_1  
        Started by DannyP96, 05-18-2026, 02:38 PM
        1 response
        206 views
        0 likes
        Last Post NinjaTrader_ChelseaB  
        Started by CarlTrading, 05-11-2026, 05:56 AM
        0 responses
        185 views
        0 likes
        Last Post CarlTrading  
        Working...
        X