Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

OnStateChange() calls with State == Configure

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

    OnStateChange() calls with State == Configure

    What could cause NT to call OnStateChange with State==Configure multiple times in a strategy during the Strategy Analyzer?

    I noticed this unexpected behavior in one of my multi-instrument strategies. I then restarted Ninjatrader and it was only called once. Results were 100% identical both times, but it ran much faster when NT only went through the State == Configure block once.

    #2
    Hello MM345,

    Thanks for your inquiry.

    State.Configure will be called in the Strategy Analyzer for each back test iteration. This would mean that State.Configure would be called multiple times for optimization backtests.

    We advise to use State.Configure to reset class level variables that are not dependent on Bars objects so the strategy can use IsInstantiatedOnEachOptimizationIteration for faster and more memory efficient optimization backtests.

    Please see the "Resetting class level variables for Strategy Analyzer Optimization" section of the Best Practices linked below for more information.

    Best Practices - https://ninjatrader.com/support/help...urceManagement

    IsInstantiatedOnEachOptimizationIteration - https://ninjatrader.com/support/help...niteration.htm

    Please let us know if we can be of further assistance.
    JimNinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Jon17, Today, 04:33 PM
    0 responses
    1 view
    0 likes
    Last Post Jon17
    by Jon17
     
    Started by Javierw.ok, Today, 04:12 PM
    0 responses
    4 views
    0 likes
    Last Post Javierw.ok  
    Started by timmbbo, Today, 08:59 AM
    2 responses
    10 views
    0 likes
    Last Post bltdavid  
    Started by alifarahani, Today, 09:40 AM
    6 responses
    40 views
    0 likes
    Last Post alifarahani  
    Started by Waxavi, Today, 02:10 AM
    1 response
    19 views
    0 likes
    Last Post NinjaTrader_LuisH  
    Working...
    X