Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Strategy Analyzer - Optimization - Decimal steps?

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

    Strategy Analyzer - Optimization - Decimal steps?

    Is it possible to set decimal steps for double parameters? When I set them NT change them for integers, but I would need to use decimals. For example: 0,1;0,6;0,2 Isn't it possible?

    #2
    Hello manugarc,

    No, the Strategy Analyzer is only able to increment by 1 in an optimization.

    You could instead use an integer as the input, divide this by 100 and store the value to a double.

    Then as the integer input is incremented, this is calculated to a decimal.
    Chelsea B.NinjaTrader Customer Service

    Comment


      #3
      Originally posted by NinjaTrader_ChelseaB View Post
      Hello manugarc,

      No, the Strategy Analyzer is only able to increment by 1 in an optimization.

      You could instead use an integer as the input, divide this by 100 and store the value to a double.

      Then as the integer input is incremented, this is calculated to a decimal.
      Thank you Chelsea; That's in fact how I'm doing it, but I expected to be able to avoid it; it's not a mayor problem anyway, I'll keep it like that, as you say.

      Comment


        #4
        Hello ChelseaB, manugarc,

        I am facing the same issue. Could you please explain your answer a bit further (an example would be extremely helpful, if at all possible)? I did not quite understand it. My Parameters for optimization are "double", and I would like to use Increment "double" value as well.

        Thank you
        David

        Comment


          #5
          Hello Paco0,

          I believe what ChelseaB was suggesting was to divide the existing input you may have by 100, for example if you had an input named myInputProperty that was an int:

          Code:
          double myDouble = myInputProperty / 100;
          I look forward to being of further assistance.
          JesseNinjaTrader Customer Service

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by Tim-c, Today, 02:10 PM
          1 response
          7 views
          0 likes
          Last Post NinjaTrader_ChelseaB  
          Started by Taddypole, Today, 02:47 PM
          0 responses
          2 views
          0 likes
          Last Post Taddypole  
          Started by chbruno, 04-24-2024, 04:10 PM
          4 responses
          50 views
          0 likes
          Last Post chbruno
          by chbruno
           
          Started by TraderG23, 12-08-2023, 07:56 AM
          10 responses
          399 views
          1 like
          Last Post beobast
          by beobast
           
          Started by lorem, Yesterday, 09:18 AM
          5 responses
          25 views
          0 likes
          Last Post NinjaTrader_ChelseaB  
          Working...
          X