Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

Partner 728x90

Collapse

Indicator Label

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

    Indicator Label

    Is there a way to set my custom indicator label to blank by code?
    Thanks

    #2
    If you do not want to see the indicator labels on your chart, you have two options:

    (1) Easiest solution: Open a chart, rigth-click and select "Indicators" to open the indicator dialogue box, then add the indicator to your chart. Now delete the indicator label under "Visual -> Label", then right-click the empty field and select "Set Default For ".

    From now on, whenever you add the indicator to one of your charts, the label will be no longer displayed. However, you will be able to see the indicator label in the indicator dialogue box.

    (2) Modifying the label programmatically: Add the line
    Code:
    this.Name = "";
    within the Initialize section of the indicator. This will also remove the label from the dropdown menu, you will see a line with an empty space representing your indicator.

    Comment


      #3
      Hello kiss987,

      Thank you for your post.

      Harry is correct here. You can also take a look at our reference sample on custom formatting and removing the chart label: http://www.ninjatrader.com/support/f...ead.php?t=4749

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by ageeholdings, Today, 07:43 AM
      0 responses
      7 views
      0 likes
      Last Post ageeholdings  
      Started by pibrew, Today, 06:37 AM
      0 responses
      4 views
      0 likes
      Last Post pibrew
      by pibrew
       
      Started by rbeckmann05, Yesterday, 06:48 PM
      1 response
      14 views
      0 likes
      Last Post bltdavid  
      Started by llanqui, Today, 03:53 AM
      0 responses
      6 views
      0 likes
      Last Post llanqui
      by llanqui
       
      Started by burtoninlondon, Today, 12:38 AM
      0 responses
      12 views
      0 likes
      Last Post burtoninlondon  
      Working...
      X