Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Test loops for performance

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

    Test loops for performance

    Hello,

    My code include 4 nested for loops. Somewhere there is something wrong that produce slowness i would like to make a test.
    I heard of stopwatch and profilers, is there something in NT allowing to test the code to find the trouble?

    TY

    #2
    Hello frankduc,

    NinjaScript is simply C# language so you have access to any C# language features. There is nothing in the platform which would isolate some of your code as a problem or tell you how efficient it is, that would be up to you to write efficient code.

    In general loops will be slow if you execute large loops or many nested loops frequently. You may want to search on external websites for C# loop efficiency suggestions.

    Please let me know if I may be of further assistance.

    Comment


      #3
      Originally posted by frankduc View Post
      Hello,

      My code include 4 nested for loops. Somewhere there is something wrong that produce slowness i would like to make a test.
      I heard of stopwatch and profilers, is there something in NT allowing to test the code to find the trouble?

      TY
      You have two options - either
      1) post your code so the community can help you.
      2) if you understand the principles of finding bottlenecks, you could use something like DateTime.Now.Ticks to find the problem yourself by commenting/uncommenting code and function calls in your nested loops.

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by CarlTrading, 03-31-2026, 09:41 PM
      1 response
      77 views
      1 like
      Last Post NinjaTrader_ChelseaB  
      Started by CarlTrading, 04-01-2026, 02:41 AM
      0 responses
      40 views
      0 likes
      Last Post CarlTrading  
      Started by CaptainJack, 03-31-2026, 11:44 PM
      0 responses
      63 views
      2 likes
      Last Post CaptainJack  
      Started by CarlTrading, 03-30-2026, 11:51 AM
      0 responses
      63 views
      0 likes
      Last Post CarlTrading  
      Started by CarlTrading, 03-30-2026, 11:48 AM
      0 responses
      53 views
      0 likes
      Last Post CarlTrading  
      Working...
      X