Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Computer performance
Collapse
X
-
Computer performance
I’m wondering if there is a way that I can check to see if my computer is keeping up with the load of strategies I am running. I’m running dozens of strategies at once on at very powerful gaming computer. I’ve looked at my task manager and my CPU runs between 3% and 7%, and my memory between 23% and 25%. My strategies use updates on price changes so it needs to take in and process a lot of data and changes, especially at market open. I get the feeling somethings are just not getting picked up. Anyway that I can tell if my program strategies are falling behind due to computer performance?Tags: None
-
Hello MathWiz,
Events are queued and I would not expect C# to skip over updates. NinjaScripts can overload a CPU core (the core of that thread without overloading other cores in the CPU) causing a lot of resource use time in the NinjaScript Utility window and sluggish behavior.
If you want to verify if all the data is processed you can write this to file with StreamWriter. This is going to take extra processing to do.
Below is a link to a forum post with tips on performance.
Chelsea B.NinjaTrader Customer Service
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Hwop38, 05-04-2026, 07:02 PM
|
0 responses
168 views
0 likes
|
Last Post
by Hwop38
05-04-2026, 07:02 PM
|
||
|
Started by CaptainJack, 04-24-2026, 11:07 PM
|
0 responses
322 views
0 likes
|
Last Post
by CaptainJack
04-24-2026, 11:07 PM
|
||
|
Started by Mindset, 04-21-2026, 06:46 AM
|
0 responses
246 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|
||
|
Started by M4ndoo, 04-20-2026, 05:21 PM
|
0 responses
350 views
0 likes
|
Last Post
by M4ndoo
04-20-2026, 05:21 PM
|
||
|
Started by M4ndoo, 04-19-2026, 05:54 PM
|
0 responses
179 views
0 likes
|
Last Post
by M4ndoo
04-19-2026, 05:54 PM
|

Comment