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 pechtri, 06-22-2023, 02:31 AM
      9 responses
      122 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by frankthearm, 04-18-2024, 09:08 AM
      16 responses
      66 views
      0 likes
      Last Post NinjaTrader_Clayton  
      Started by habeebft, Today, 01:18 PM
      1 response
      5 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by benmarkal, Today, 12:52 PM
      2 responses
      18 views
      0 likes
      Last Post benmarkal  
      Started by f.saeidi, Today, 01:38 PM
      1 response
      9 views
      0 likes
      Last Post NinjaTrader_BrandonH  
      Working...
      X