Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

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 love2code2trade, 04-17-2024, 01:45 PM
            4 responses
            31 views
            0 likes
            Last Post love2code2trade  
            Started by cls71, Today, 04:45 AM
            2 responses
            10 views
            0 likes
            Last Post eDanny
            by eDanny
             
            Started by proptrade13, Today, 11:06 AM
            0 responses
            5 views
            0 likes
            Last Post proptrade13  
            Started by kulwinder73, Today, 10:31 AM
            1 response
            10 views
            0 likes
            Last Post NinjaTrader_Erick  
            Started by RookieTrader, Today, 09:37 AM
            3 responses
            15 views
            0 likes
            Last Post NinjaTrader_ChelseaB  
            Working...
            X