Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Deleting Label on chart

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

    Deleting Label on chart

    Hello,

    I added an Indicator to a Strategy using the ADD() method, and was wondering if there’s a command I could enter into the Strategy which would remove the Indicator Title from the chart.

    Thanks,

    jhill

    #2
    Hi jhill,

    Yes, this technique is not supported, but you could use something like this in your strategies Initialize() method for the added indicator. Replace SMA(14) with the indicator name and parameter set you add.

    SMA(14).Name = "";

    The supported technique for custom label formatting is available here:


    Using that requires overriding ToString in the indicator code.
    Ryan M.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by CarlTrading, 03-31-2026, 09:41 PM
    1 response
    68 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 04-01-2026, 02:41 AM
    0 responses
    36 views
    0 likes
    Last Post CarlTrading  
    Started by CaptainJack, 03-31-2026, 11:44 PM
    0 responses
    61 views
    1 like
    Last Post CaptainJack  
    Started by CarlTrading, 03-30-2026, 11:51 AM
    0 responses
    62 views
    0 likes
    Last Post CarlTrading  
    Started by CarlTrading, 03-30-2026, 11:48 AM
    0 responses
    53 views
    0 likes
    Last Post CarlTrading  
    Working...
    X