Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
How do I select a list of stocks for the strategy
Collapse
X
-
How do I select a list of stocks for the strategy
I have the same need on NT8. I created a custom strategy. The action is to fire alerts. How do I select a list of stocks for the strategy? I see there's "Additional Data" section. Is it for this purpose? But I cannot add a list of stocks, for instance SP 500 all at once. Instead, I have to add one by one. Please help, thanks!
Tags: None
-
Hello tamago168,
As this is NinjaTrader 8 related and not NinjaTrader 7, this has been moved to the NinjaTrader 8 section of the forums.
Further, this also does not relate to running a strategy in the strategy analyzer on a list of instruments.
Adding a list of instruments with AddDataSeries() would not be supported, as using variables to add series dynamically is not supported.
From the help guide.
"Arguments supplied to AddDataSeries() should be hardcoded and NOT dependent on run-time variables which cannot be reliably obtained during State.Configure (e.g., Instrument, Bars, or user input). Attempting to add a data series dynamically is NOT guaranteed and therefore should be avoided. Trying to load bars dynamically may result in an error similar to: Unable to load bars series. Your NinjaScript may be trying to use an additional data series dynamically in an unsupported manner."
That said, it is possible to get an instrument list of instruments. However, this cannot be used with AddDataSeries().
Chelsea B.NinjaTrader Customer Service
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
56 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|
||
|
Started by CarlTrading, 05-10-2026, 08:12 PM
|
0 responses
34 views
0 likes
|
Last Post
by CarlTrading
05-10-2026, 08:12 PM
|
||
|
Started by Hwop38, 05-04-2026, 07:02 PM
|
0 responses
195 views
0 likes
|
Last Post
by Hwop38
05-04-2026, 07:02 PM
|
||
|
Started by CaptainJack, 04-24-2026, 11:07 PM
|
0 responses
359 views
0 likes
|
Last Post
by CaptainJack
04-24-2026, 11:07 PM
|
||
|
Started by Mindset, 04-21-2026, 06:46 AM
|
0 responses
281 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|

Comment