Is there a way to code a strategy that will allow NT8 to distribute the optimization across multiple cores, and so allow it to go quicker?
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Can NT8's new multi-threading capabilities be used to make optimizations quicker?
Collapse
X
-
Can NT8's new multi-threading capabilities be used to make optimizations quicker?
Is there a correct way to take NT8's new multi-threading capabilities into account when coding a strategy so that optimizations will go faster?
Is there a way to code a strategy that will allow NT8 to distribute the optimization across multiple cores, and so allow it to go quicker?Tags: None
-
Hello AnotherTrader,
Thanks for opening the thread.
Strategy Analyzer optimization backtests in NinjaTrader 8 will already use multiple cores/threads. You can witness this by running an optimization backtest with several parameters to optimize and observing the core utilization for each thread in the Windows Task Manager.
To improve backtesting performance and memory utilization, it would be advised to write the strategy so it can be used with IsInstantiatedOnEachOptimizatonIteration = false. To use this property, the strategy must reset all of its class level variables in State.DataLoaded.
IsInstantiatedOnEachOptimizatonIteration documentation — http://ninjatrader.com/support/helpG...niteration.htm
State Management Best Practices (please see Resetting class level variables for Strategy Analyzer Optimization) - https://ninjatrader.com/support/help...urceManagement
Please let us know if we can be of further assistance.
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by DannyP96, 05-18-2026, 02:38 PM
|
1 response
25 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
115 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|
||
|
Started by CarlTrading, 05-10-2026, 08:12 PM
|
0 responses
69 views
0 likes
|
Last Post
by CarlTrading
05-10-2026, 08:12 PM
|
||
|
Started by Hwop38, 05-04-2026, 07:02 PM
|
0 responses
225 views
0 likes
|
Last Post
by Hwop38
05-04-2026, 07:02 PM
|
||
|
Started by CaptainJack, 04-24-2026, 11:07 PM
|
0 responses
411 views
0 likes
|
Last Post
by CaptainJack
04-24-2026, 11:07 PM
|

Comment