Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

parameter grouping order

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

    parameter grouping order

    Is there a way to Order the groups. I know we can order within a group but can one Order Groups

    #2
    Hello ballboy11,

    Thank you for a note.

    Could you please provide more information on what you mean by groups?

    I look forward to your reply.
    Alan P.NinjaTrader Customer Service

    Comment


      #3
      private bool bUseHighLow = true;
      [NinjaScriptProperty]
      [Display(ResourceType = typeof(Custom.Resource), Name = "ZigZag Use High Low", GroupName = "Pivot Type", Order = 1)]
      public bool UseHighLow
      {
      get { return bUseHighLow; }
      set { bUseHighLow = value; }


      GroupName = "Pivot Type"
      Can you order the GroupNames i know we can order the parameters but what about the groups?

      Comment


        #4
        Hello Ballboy11,

        Yes, you would use, CategoryOrderAttribute.


        Please let us know if you need further assistance.
        Alan P.NinjaTrader Customer Service

        Comment


          #5
          perfect that is exactly what I was looking for NT8. Can NT7 do the same?

          Comment


            #6
            Hello ballyboy11,

            NT7 does not have a similar method and would be ordered by alphabetical order.

            Please let us know if you need further assistance.
            Alan P.NinjaTrader Customer Service

            Comment

            Latest Posts

            Collapse

            Topics Statistics Last Post
            Started by CarlTrading, 03-31-2026, 09:41 PM
            1 response
            81 views
            1 like
            Last Post NinjaTrader_ChelseaB  
            Started by CarlTrading, 04-01-2026, 02:41 AM
            0 responses
            42 views
            0 likes
            Last Post CarlTrading  
            Started by CaptainJack, 03-31-2026, 11:44 PM
            0 responses
            64 views
            2 likes
            Last Post CaptainJack  
            Started by CarlTrading, 03-30-2026, 11:51 AM
            0 responses
            68 views
            0 likes
            Last Post CarlTrading  
            Started by CarlTrading, 03-30-2026, 11:48 AM
            0 responses
            55 views
            0 likes
            Last Post CarlTrading  
            Working...
            X