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 cre8able, Yesterday, 01:16 PM
      3 responses
      11 views
      0 likes
      Last Post cre8able  
      Started by ChartTourist, Today, 08:22 AM
      0 responses
      6 views
      0 likes
      Last Post ChartTourist  
      Started by LiamTwine, Today, 08:10 AM
      0 responses
      2 views
      0 likes
      Last Post LiamTwine  
      Started by Balage0922, Today, 07:38 AM
      0 responses
      5 views
      0 likes
      Last Post Balage0922  
      Started by JoMoon2024, Today, 06:56 AM
      0 responses
      6 views
      0 likes
      Last Post JoMoon2024  
      Working...
      X