Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
NinjaTrader lagging after strategy analyzer is complete
Collapse
X
-
NinjaTrader lagging after strategy analyzer is complete
Hi, I'm having an issue with the performance of NinjaTrader after succesfully running a backtest via strategy analyzer. The strategy I am running uses multi-time-frame tick data, because of this it takes several hours to run, during this run NinjaTrader lags heavily, which is to be expected. The issue I'm having is that NinjaTrader continues to lag well after the backtest is complete, making analyzing the results extremely difficult. I don't see why NinjaTrader continues to use such high computational power? Should it not go back to performing normally?Tags: None
-
Hello Sudonega,
A possibility of what is happening is the computer has run out of memory and is now using part of the hard drive as memory (called page filing) which is much slower and causes the system to become very sluggish.
NinjaTrader relies on the garbage collection of .NET to automatically manage memory. The issue becomes that the garbage collection itself takes CPU and memory resources to decide what needs to be collected and released. If the system is page filing this can mean the garbage collection service itself has slowed to a crawl. If given enough time to manage the memory enough to stop page filing the system would eventually recover.
The amount of data (date range), amount of orders and setting of IncludeTradeHistoryInBacktest, and amount of new objects (especially drawing objects) generated in the code all contribute to the amount of memory being used.Chelsea B.NinjaTrader Customer Service
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
66 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
41 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
24 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
27 views
0 likes
|
Last Post
|
||
|
Started by Mindset, 02-28-2026, 06:16 AM
|
0 responses
53 views
0 likes
|
Last Post
by Mindset
02-28-2026, 06:16 AM
|

Comment