Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

optimizing on a static variables

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

    optimizing on a static variables

    FYI one bug that I've noticed - if I'm optimizing on static variable values, all entries in the optimization summary contain the same value, which is only the last value of it.

    #2
    Hi billitin,

    I am not sure what you mean by "static variable"?
    Josh P.NinjaTrader Customer Service

    Comment


      #3
      I should be more precise, it's a static class member, e.g.
      private static int x = 0;
      within ninja trader strategy

      Comment


        #4
        Hi billitin,

        Do you have a simple as possible strategy that demonstrates this that you can upload? Thanks.
        Josh P.NinjaTrader Customer Service

        Comment


          #5
          Unfortunately what's you are trying to do is not supported. You only can optimize non-static parameters.

          Comment


            #6
            Well I can find a workaround. I just generally would find it more convenient to declare all class members in the same place and the same fashion, e.g.:

            public static double arrElem = 1; // optimizable parameter
            public double[] arr = { arrElem, arrElem, arrElem };

            It was just a suggestion anyways

            Comment


              #7
              Thanks. We will put it on the list of future considerations.
              Josh P.NinjaTrader Customer Service

              Comment

              Latest Posts

              Collapse

              Topics Statistics Last Post
              Started by sjsj2732, 03-23-2026, 04:31 AM
              0 responses
              69 views
              0 likes
              Last Post sjsj2732  
              Started by NullPointStrategies, 03-13-2026, 05:17 AM
              0 responses
              312 views
              0 likes
              Last Post NullPointStrategies  
              Started by argusthome, 03-08-2026, 10:06 AM
              0 responses
              306 views
              0 likes
              Last Post argusthome  
              Started by NabilKhattabi, 03-06-2026, 11:18 AM
              0 responses
              146 views
              1 like
              Last Post NabilKhattabi  
              Started by Deep42, 03-06-2026, 12:28 AM
              0 responses
              105 views
              0 likes
              Last Post Deep42
              by Deep42
               
              Working...
              X