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 NullPointStrategies, Yesterday, 05:17 AM
        0 responses
        65 views
        0 likes
        Last Post NullPointStrategies  
        Started by argusthome, 03-08-2026, 10:06 AM
        0 responses
        139 views
        0 likes
        Last Post argusthome  
        Started by NabilKhattabi, 03-06-2026, 11:18 AM
        0 responses
        75 views
        0 likes
        Last Post NabilKhattabi  
        Started by Deep42, 03-06-2026, 12:28 AM
        0 responses
        45 views
        0 likes
        Last Post Deep42
        by Deep42
         
        Started by TheRealMorford, 03-05-2026, 06:15 PM
        0 responses
        50 views
        0 likes
        Last Post TheRealMorford  
        Working...
        X