Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Need a solution for computation Intensive process
Collapse
X
-
Need a solution for computation Intensive process
I have a strategy that adds several symbols. the strategy works with 500 symbols... I add them to barsarray, and access them one by one. When I try to input several more (more than a 1000), Ninjatrader throws an exception and stops working. I can only assume that this happens because this process is computation intensive. is there a sample available in NT8 to use Parallel.ForEach() loop to input the bars in BarsArray, and return a list with the indicator values...? -
-
Is there an email I can send you the files to. I was able to use parallel.ForEach() method and return what I needed; works faster for the symbols in SP500, but I get the same error for several more symbols...
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by CarlTrading, 03-31-2026, 09:41 PM
|
1 response
80 views
1 like
|
Last Post
|
||
|
Started by CarlTrading, 04-01-2026, 02:41 AM
|
0 responses
40 views
0 likes
|
Last Post
by CarlTrading
04-01-2026, 02:41 AM
|
||
|
Started by CaptainJack, 03-31-2026, 11:44 PM
|
0 responses
63 views
2 likes
|
Last Post
by CaptainJack
03-31-2026, 11:44 PM
|
||
|
Started by CarlTrading, 03-30-2026, 11:51 AM
|
0 responses
63 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:51 AM
|
||
|
Started by CarlTrading, 03-30-2026, 11:48 AM
|
0 responses
54 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:48 AM
|

Comment