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 argusthome, 03-08-2026, 10:06 AM
        0 responses
        69 views
        0 likes
        Last Post argusthome  
        Started by NabilKhattabi, 03-06-2026, 11:18 AM
        0 responses
        42 views
        0 likes
        Last Post NabilKhattabi  
        Started by Deep42, 03-06-2026, 12:28 AM
        0 responses
        24 views
        0 likes
        Last Post Deep42
        by Deep42
         
        Started by TheRealMorford, 03-05-2026, 06:15 PM
        0 responses
        27 views
        0 likes
        Last Post TheRealMorford  
        Started by Mindset, 02-28-2026, 06:16 AM
        0 responses
        54 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Working...
        X