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 charlesugo_1, 05-26-2026, 05:03 PM
      0 responses
      72 views
      0 likes
      Last Post charlesugo_1  
      Started by DannyP96, 05-18-2026, 02:38 PM
      1 response
      152 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by CarlTrading, 05-11-2026, 05:56 AM
      0 responses
      162 views
      0 likes
      Last Post CarlTrading  
      Started by CarlTrading, 05-10-2026, 08:12 PM
      0 responses
      100 views
      0 likes
      Last Post CarlTrading  
      Started by Hwop38, 05-04-2026, 07:02 PM
      0 responses
      288 views
      0 likes
      Last Post Hwop38
      by Hwop38
       
      Working...
      X