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 NullPointStrategies, Today, 05:17 AM
        0 responses
        44 views
        0 likes
        Last Post NullPointStrategies  
        Started by argusthome, 03-08-2026, 10:06 AM
        0 responses
        126 views
        0 likes
        Last Post argusthome  
        Started by NabilKhattabi, 03-06-2026, 11:18 AM
        0 responses
        65 views
        0 likes
        Last Post NabilKhattabi  
        Started by Deep42, 03-06-2026, 12:28 AM
        0 responses
        42 views
        0 likes
        Last Post Deep42
        by Deep42
         
        Started by TheRealMorford, 03-05-2026, 06:15 PM
        0 responses
        46 views
        0 likes
        Last Post TheRealMorford  
        Working...
        X