Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Freezing..
Collapse
X
-
Freezing..
Screen is freezing up and I will sometimes get the error message that the program has stopped working. I get this especially after I have run a backtest and then I disconnect from Ameritrade. I'm running a lot of backtests, is it saving all this data somewhere and clogging up the system? Is it in a place where I can possibly clear out old data from backtests?Tags: None
-
Hello Delta007,
Thank you for your post.
During backtesting if you are changing the code and then running the test again the previous code is still in memory. You can release it with a restart of NinjaTrader.
Other items of note include drawing objects, printing and logging that is done in your strategy code. If you can comment these sections out during backtesting it will help improve the performance.
In addition, any un-used OnMarketData() or OnMarketDepth() methods will result in high CPU cycles that are unnecessary.
For information on our performance tips please visit the following link: http://www.ninjatrader.com/support/h...ance_tips2.htm
Please let me know if I may be of further assistance.
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Mindset, 04-21-2026, 06:46 AM
|
0 responses
105 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|
||
|
Started by M4ndoo, 04-20-2026, 05:21 PM
|
0 responses
145 views
0 likes
|
Last Post
by M4ndoo
04-20-2026, 05:21 PM
|
||
|
Started by M4ndoo, 04-19-2026, 05:54 PM
|
0 responses
71 views
0 likes
|
Last Post
by M4ndoo
04-19-2026, 05:54 PM
|
||
|
Started by cmoran13, 04-16-2026, 01:02 PM
|
0 responses
125 views
0 likes
|
Last Post
by cmoran13
04-16-2026, 01:02 PM
|
||
|
Started by PaulMohn, 04-10-2026, 11:11 AM
|
0 responses
79 views
0 likes
|
Last Post
by PaulMohn
04-10-2026, 11:11 AM
|

Comment