Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Optimization running very slow...

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

    #16
    Best recommendation from here is to use Print(DateTime.Now); at different points in your code, so you can see exactly what may be taking so long in the optimization process. Either that, or start commenting out different sections until you can isolate what is contributing the most.
    Ryan M.NinjaTrader Customer Service

    Comment


      #17
      Just so I can put this to rest...

      Again, do you have any ideas as to the "WHY" inputting NewHighs/NewLows data slows the system down so much vs running RSI or EMA optimizations? This is clearly the problem. Thank you very much...

      Comment


        #18
        Hello,

        For each data series you have adds an extra data to calculate on and extra OnBarUpdate() logic to run. The more of these you add the more memory and CPU cycles the processing would take.

        -Brett
        Last edited by NinjaTrader_Brett; 06-14-2012, 12:12 PM.
        BrettNinjaTrader Product Management

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Geovanny Suaza, 02-11-2026, 06:32 PM
        0 responses
        649 views
        0 likes
        Last Post Geovanny Suaza  
        Started by Geovanny Suaza, 02-11-2026, 05:51 PM
        0 responses
        370 views
        1 like
        Last Post Geovanny Suaza  
        Started by Mindset, 02-09-2026, 11:44 AM
        0 responses
        109 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by Geovanny Suaza, 02-02-2026, 12:30 PM
        0 responses
        574 views
        1 like
        Last Post Geovanny Suaza  
        Started by RFrosty, 01-28-2026, 06:49 PM
        0 responses
        576 views
        1 like
        Last Post RFrosty
        by RFrosty
         
        Working...
        X