Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Is it possible?

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

    Is it possible?

    Take off the Indicators List that appears on top of the charts

    #2
    Hello barrosco,

    Thank you for your post.

    You can remove these tags from the top of the chart by deleting the value of the Label property from each indicator you are displaying.
    KyleNinjaTrader Customer Service

    Comment


      #3
      I was able to do this in an indicator that I wrote by adding the following statement to its Initialize() method:

      Code:
      base.Name = "";
      and then recompiling the indicator and reloading it.

      This has the disadvantage of one's having to do this for every indicator being used (and of course NinjaTrader objects to NT supplied indicators being modified.)

      Is there some other way to do this?

      This sounds like it would be a nice chart property ("Enable/disable Indicator List") which should be simple to implement, so I'd like the Ninja developers to consider adding this.

      Comment


        #4
        Hello KBJ,

        I will forward this feature request on to development for further consideration.
        KyleNinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Geovanny Suaza, Today, 09:28 AM
        0 responses
        5 views
        0 likes
        Last Post Geovanny Suaza  
        Started by mtamaku, 12-30-2024, 08:56 AM
        1 response
        35 views
        0 likes
        Last Post mtamaku
        by mtamaku
         
        Started by Johnny, Today, 08:54 AM
        0 responses
        7 views
        0 likes
        Last Post Johnny
        by Johnny
         
        Started by MattD888, Today, 08:49 AM
        0 responses
        4 views
        0 likes
        Last Post MattD888  
        Started by cutzpr, 02-13-2025, 05:24 PM
        3 responses
        14 views
        0 likes
        Last Post cutzpr
        by cutzpr
         
        Working...
        X