Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Optimization running very slow...
Collapse
X
-
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
-
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
-
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.
-BrettLast 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
650 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
370 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
109 views
0 likes
|
Last Post
by Mindset
02-09-2026, 11:44 AM
|
||
|
Started by Geovanny Suaza, 02-02-2026, 12:30 PM
|
0 responses
574 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
577 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment