Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

How to reorder strategy parameters?

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

    How to reorder strategy parameters?

    It looks like NT sorts the strategy parameters [Parameters section] alphabetically.

    1) Is is possible to have a custom order instead?

    2) Also, how can I change [General].Label? It defaults to strategy class name. Is there a way to change that?

    Thank you.

    #2
    Hello alex.nt,
    I am happy to assist you.

    You can use the DisplayName attribute, to make things orderly as per your wish, for example

    Code:
    [Description("")]
    [GridCategory("Parameters")]
    [[B]Gui.Design.DisplayName("1. Period")[/B]]
    public int Period
    {
           get { return period; }
           set { period = value; }
    }
    Play with the displayname attribute as highlighted in bold.

    for lable, you can manipulate the same via the this.Name property. You can also override the same. Please refer to this sample for further reference http://www.ninjatrader.com/support/f...ead.php?t=4749

    Please let me know if I can be of any further help.

    Regards,
    Joydeep.
    Last edited by NinjaTrader_Joydeep; 12-21-2011, 04:50 AM.
    JoydeepNinjaTrader Customer Service

    Comment


      #3
      Thank you Joydeep!

      Is it possible to avoid having numbers before parameter display name? I understand that this way they get sorted properly but is there an option to avoid the numbers?

      Comment


        #4
        Hello alex.nt,
        It is sorted alphabetically. Instead of 1, 2 .... you can also use a, b, c ..... You have to use a prefix to make things orderly as per your desire.

        Please let me know if I can assist you any further.

        Regards,
        Joydeep.
        JoydeepNinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Geovanny Suaza, 02-11-2026, 06:32 PM
        0 responses
        656 views
        0 likes
        Last Post Geovanny Suaza  
        Started by Geovanny Suaza, 02-11-2026, 05:51 PM
        0 responses
        371 views
        1 like
        Last Post Geovanny Suaza  
        Started by Mindset, 02-09-2026, 11:44 AM
        0 responses
        109 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by Geovanny Suaza, 02-02-2026, 12:30 PM
        0 responses
        574 views
        1 like
        Last Post Geovanny Suaza  
        Started by RFrosty, 01-28-2026, 06:49 PM
        0 responses
        579 views
        1 like
        Last Post RFrosty
        by RFrosty
         
        Working...
        X