Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Optimizer dupes iterations

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

    Optimizer dupes iterations

    The attached strategy has one optimizable integer parameter called myInput0. All the strategy does is print myInput0 to the output window from the Initialize method.

    If you run a default optimization with values 1-10 and check the output window you will see the values:

    1
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    1

    Is this expected behavior?
    Attached Files

    #2
    Expected. Printing the parameters in Initialize() is irrelevant, since there are many temporary instances of you strategy created and on most of them .Initialize() would be called for proper internal NT operations (same as NT6.5).

    Comment


      #3
      If there is logic you wish to run once I suggest you try something in OnBarUpdate() like if (CurrentBar == 0).
      Josh P.NinjaTrader Customer Service

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by CaptainJack, 05-29-2026, 05:09 AM
      0 responses
      71 views
      0 likes
      Last Post CaptainJack  
      Started by CaptainJack, 05-29-2026, 12:02 AM
      0 responses
      41 views
      0 likes
      Last Post CaptainJack  
      Started by charlesugo_1, 05-26-2026, 05:03 PM
      0 responses
      109 views
      0 likes
      Last Post charlesugo_1  
      Started by DannyP96, 05-18-2026, 02:38 PM
      1 response
      189 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by CarlTrading, 05-11-2026, 05:56 AM
      0 responses
      171 views
      0 likes
      Last Post CarlTrading  
      Working...
      X