Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

NinjaTrader and Thread Usage

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

    NinjaTrader and Thread Usage

    Hello,

    I've created a new Timer() event handler within my strategy that does some housekeeping. I'm seeing some strange behaviour with the way the timer fires it's events - firing much more often than the interval set.

    I would assume only one NT thread would enter my Initialize() method, but the results I am getting makes me think maybe this is not the case.

    I tried to seach the forum for "threads" but as you can imagine, that's a tough word to seach for in a forum..

    Thanks,

    -Scott

    #2
    Initialize() method is accessed several times while in the process of loading your strategy. Like when it loads the strategy's default settings into the strategy dialog window for you to choose, it accessed Initialize() method once there.
    Josh P.NinjaTrader Customer Service

    Comment


      #3
      Thanks Josh,

      I don't really like the fact that my event hadler for my timer event is static since I have many instances of the same class. I think the cleaner way to handle some basic housekeeping is to utilize the OnOrderUpdate() event. This will be much more respective of system resources.

      Thanks for the quick response. I think I have figured out a better way to accomplish what I was trying to do.

      -Scott

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by Geovanny Suaza, 02-11-2026, 06:32 PM
      0 responses
      633 views
      0 likes
      Last Post Geovanny Suaza  
      Started by Geovanny Suaza, 02-11-2026, 05:51 PM
      0 responses
      364 views
      1 like
      Last Post Geovanny Suaza  
      Started by Mindset, 02-09-2026, 11:44 AM
      0 responses
      105 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Started by Geovanny Suaza, 02-02-2026, 12:30 PM
      0 responses
      567 views
      1 like
      Last Post Geovanny Suaza  
      Started by RFrosty, 01-28-2026, 06:49 PM
      0 responses
      568 views
      1 like
      Last Post RFrosty
      by RFrosty
       
      Working...
      X