Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

How remove the text of the strategy from the chart

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

    How remove the text of the strategy from the chart

    Hi NT, when I add a strategy to a chart, text appears in the top left showing what strategies are on that chart, is there a code line that removes/prevents this? thank you!

    #2
    Hello Austiner87,

    Thank you for your post.

    You may override the DisplayName property to an empty string in order to remove the text from showing in the top left when the strategy is applied to a chart:


    For example:
    Code:
            public override string DisplayName
            {
              get { return ""; }
            }​
    The text shown on the chart is based on the "Label" used on the UI, which defaults to the strategy display name. This is why overriding the display name to an empty string will remove the label from the chart.

    Please let us know if we may be of further assistance.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    577 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    334 views
    1 like
    Last Post Geovanny Suaza  
    Started by Mindset, 02-09-2026, 11:44 AM
    0 responses
    101 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by Geovanny Suaza, 02-02-2026, 12:30 PM
    0 responses
    553 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    551 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X