Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Name of Indicator Input Parameter in Strategy Builder

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

    Name of Indicator Input Parameter in Strategy Builder

    I have a unique problem.

    I have an Input Parameter named Length for my Indicator AshMA.

    In the #region Properties of this indicator I have:

    [GridCategory("Parameters")]
    [Description("NumBars")]
    [NinjaTrader.Gui.Design.DisplayName("NumBars")]
    public int Length
    {
    get { return length; }
    set { length = Math.Max(1, value);
    }

    So even though the parameter is called Length, I want it to show up as NumBars in the GUI.

    The above code works perfectly for Indicator selection window. I can see Numbars as the name of the Input field.

    However, when I bring up Strategy Builder, the name of the Input is length.

    Is there anyway to force Strategy Builder to use the DisplayName ?

    Also I have another Input variable called: mAType.

    The Strategy Builder always displays it as: "M a Type". Is there any way to force the Gui Name ?

    #2
    Hello,

    Thanks for the note.

    Unfortunately there is not a GUI option for the strategy wizard.

    -Brett
    BrettNinjaTrader Product Management

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by CaptainJack, 05-29-2026, 05:09 AM
    0 responses
    222 views
    0 likes
    Last Post CaptainJack  
    Started by CaptainJack, 05-29-2026, 12:02 AM
    0 responses
    139 views
    0 likes
    Last Post CaptainJack  
    Started by charlesugo_1, 05-26-2026, 05:03 PM
    0 responses
    154 views
    1 like
    Last Post charlesugo_1  
    Started by DannyP96, 05-18-2026, 02:38 PM
    1 response
    237 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 05-11-2026, 05:56 AM
    0 responses
    195 views
    0 likes
    Last Post CarlTrading  
    Working...
    X