Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Moving customized parameters

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

    Moving customized parameters

    Hi,

    is there a chance to move a customized input parameter series up or down in the box? Let's say I want to have the "Data" input series (or whatever other) at the first place, instead of the "Parameters" input series.
    (see picture attached).

    Thanks.
    Attached Files

    #2
    Max,

    Unfortunately there is no way to do this currently. You can create your own sections in code but likely this wouldn't work the way you want.
    Adam P.NinjaTrader Customer Service

    Comment


      #3
      Originally posted by MAX View Post
      Hi,

      is there a chance to move a customized input parameter series up or down in the box? Let's say I want to have the "Data" input series (or whatever other) at the first place, instead of the "Parameters" input series.
      (see picture attached).

      Thanks.
      Use a GridCategory that is not called Parameters, and move everything into it.

      Comment


        #4
        Thanks to all.

        Koganam, I'm already using a Category that is not called "Parameters", but the question is how to move this whole category on the top of the list.

        Comment


          #5
          Originally posted by MAX View Post
          Thanks to all.

          Koganam, I'm already using a Category that is not called "Parameters", but the question is how to move this whole category on the top of the list.
          GridCategory, not Category.
          Last edited by koganam; 11-11-2012, 06:23 PM.

          Comment


            #6
            Could you make me an example please?

            Comment


              #7
              Originally posted by MAX View Post
              Could you make me an example please?
              Code:
                      [Description("")]
                      [GridCategory("First Block")]
                      public int MA1Period
                      {
                          get { return this.mA1Period; }
                          set { this.mA1Period = Math.Max(1, value); }
                      }

              Comment


                #8
                So this should allow to have (in your example) the "First Block" section on top of the grid?

                Comment


                  #9
                  Originally posted by MAX View Post
                  So this should allow to have (in your example) the "First Block" section on top of the grid?
                  I believe that is what you requested? Did I get it wrong?

                  Comment


                    #10
                    Sure. I will try it, thanks.

                    Comment


                      #11
                      Originally posted by koganam View Post
                      GridCategory, not Category.

                      Ahhh, Yesssss.... This saved me from beating my head against the wall. For whatever Reason Ninja seems to recognize "Category" when you use it with parameters "[Category("Parameters")] but if you change it to anything else It seems to need GridCategory.

                      Thanks
                      Jerry

                      Comment

                      Latest Posts

                      Collapse

                      Topics Statistics Last Post
                      Started by Hwop38, 05-04-2026, 07:02 PM
                      0 responses
                      169 views
                      0 likes
                      Last Post Hwop38
                      by Hwop38
                       
                      Started by CaptainJack, 04-24-2026, 11:07 PM
                      0 responses
                      327 views
                      0 likes
                      Last Post CaptainJack  
                      Started by Mindset, 04-21-2026, 06:46 AM
                      0 responses
                      252 views
                      0 likes
                      Last Post Mindset
                      by Mindset
                       
                      Started by M4ndoo, 04-20-2026, 05:21 PM
                      0 responses
                      353 views
                      0 likes
                      Last Post M4ndoo
                      by M4ndoo
                       
                      Started by M4ndoo, 04-19-2026, 05:54 PM
                      0 responses
                      181 views
                      0 likes
                      Last Post M4ndoo
                      by M4ndoo
                       
                      Working...
                      X