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 pmachiraju, 11-01-2023, 04:46 AM
      8 responses
      148 views
      0 likes
      Last Post rehmans
      by rehmans
       
      Started by mattbsea, Today, 05:44 PM
      0 responses
      5 views
      0 likes
      Last Post mattbsea  
      Started by RideMe, 04-07-2024, 04:54 PM
      6 responses
      33 views
      0 likes
      Last Post RideMe
      by RideMe
       
      Started by tkaboris, Today, 05:13 PM
      0 responses
      5 views
      0 likes
      Last Post tkaboris  
      Started by GussJ, 03-04-2020, 03:11 PM
      16 responses
      3,282 views
      0 likes
      Last Post Leafcutter  
      Working...
      X