None of my custom coding or functions are causing high memory allocation, only LogEventArgs. Reloading the NinjaScript does not clear this memory, however restarting NinjaTrader does free up this memory. Any ideas? Thanks
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
High memory usage after custom SuperDomColumn running awhile - LogEventArgs issue
Collapse
X
-
High memory usage after custom SuperDomColumn running awhile - LogEventArgs issue
I have a custom SuperDomColumn that slows down greatly after it's been running for awhile. I opened this up in VS memory profiler and I see very high usage and object counts for "NinjaTrader.Cbi.LogEventArgs"
None of my custom coding or functions are causing high memory allocation, only LogEventArgs. Reloading the NinjaScript does not clear this memory, however restarting NinjaTrader does free up this memory. Any ideas? ThanksTags: None
-
Hello schmidtbc16,
Thank you for your reply.
Does this only occur when running this particular custom column? Is it one that you've created yourself, or one you obtained from a third party vendor?
Are there messages related to the column shown in the log tab of the Control Center?
If you created the custom column yourself and are only seeing this occur when it's running, we would suggest that you comment out all logic in the script until the behavior stops, then uncomment until it returns to identify what exactly may be causing the causing high resource use.
If it's a third party script, I would suggest reaching out to the developer to identify what may be causing the issue.
Thanks in advance; I look forward to assisting further.
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
637 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
366 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
107 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
569 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
572 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment