Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Hide indicators name on strategy

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

    Hide indicators name on strategy


    Hello, I am looking for a way that a strategy, composed of several indicators, does not show the names of the indicators. That is, when I load the strategy, formed for example by 3 EMA, in the indicator box the 3 ema appear. Is there a way to not show them in loaded indicators? Thank you

    #2
    you can overwrite the name. you would have found that if you had searched for it ;-)


    Code:
    public override string DisplayName
    {
      get { return "My Custom Display " + Name; }
    }
    SidiTrading
    NinjaTrader Ecosystem Vendor - SidiTrading

    Comment


      #3
      Hi,
      i share an example. a simple strategy to explain what i need. the strategy has 2 EMA, so, when i load the strategy appears as indicators theese two EMAs with their periods. What i need is dont show on indicators EMA name and periods.
      Is it possible?
      Thanks

      Comment


        #4
        Hello manueldecastro,

        Thanks for your post.

        Something you could consider is using AddPlot() in the strategy and assigning the indicator value to the plot. It would not be possible to hide indicators that are added with AddChartIndicator().

        See this help guide documentation for more information about AddPlot(): https://ninjatrader.com/support/help...t8/addplot.htm

        Let us know if we may assist further.
        <span class="name">Brandon H.</span><span class="title">NinjaTrader Customer Service</span><iframe name="sig" id="sigFrame" src="/support/forum/core/clientscript/Signature/signature.php" frameborder="0" border="0" cellspacing="0" style="border-style: none;width: 100%; height: 120px;"></iframe>

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Mindset, 04-21-2026, 06:46 AM
        0 responses
        88 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by M4ndoo, 04-20-2026, 05:21 PM
        0 responses
        135 views
        0 likes
        Last Post M4ndoo
        by M4ndoo
         
        Started by M4ndoo, 04-19-2026, 05:54 PM
        0 responses
        68 views
        0 likes
        Last Post M4ndoo
        by M4ndoo
         
        Started by cmoran13, 04-16-2026, 01:02 PM
        0 responses
        119 views
        0 likes
        Last Post cmoran13  
        Started by PaulMohn, 04-10-2026, 11:11 AM
        0 responses
        69 views
        0 likes
        Last Post PaulMohn  
        Working...
        X