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 CarlTrading, 03-31-2026, 09:41 PM
        1 response
        67 views
        0 likes
        Last Post NinjaTrader_ChelseaB  
        Started by CarlTrading, 04-01-2026, 02:41 AM
        0 responses
        36 views
        0 likes
        Last Post CarlTrading  
        Started by CaptainJack, 03-31-2026, 11:44 PM
        0 responses
        59 views
        1 like
        Last Post CaptainJack  
        Started by CarlTrading, 03-30-2026, 11:51 AM
        0 responses
        62 views
        0 likes
        Last Post CarlTrading  
        Started by CarlTrading, 03-30-2026, 11:48 AM
        0 responses
        53 views
        0 likes
        Last Post CarlTrading  
        Working...
        X