Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Custom watchlist (different symbols on different days)
Collapse
X
-
Custom watchlist (different symbols on different days)
Does NinjaTrader support running strategy backtesting against a list of different symbols for different days? i.e. I'm looking to backtest a strategy against 5-10 symbols each day, but the list is different each day. So the upload mechanism would have to take both dates and symbols as inputs. Or is there a way to manually enter this in NinjaTrader or C#?Tags: None
-
Hello JasonH,
This is not a functionality NinjaTrader is capable of.
While you can read a text file in a script, and use that information to do a BarsRequest, it would not be supported to read that information and use this for dynamic AddDataSeries calls.
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."
Chelsea B.NinjaTrader Customer Service
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by CarlTrading, 03-31-2026, 09:41 PM
|
1 response
41 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 04-01-2026, 02:41 AM
|
0 responses
20 views
0 likes
|
Last Post
by CarlTrading
04-01-2026, 02:41 AM
|
||
|
Started by CaptainJack, 03-31-2026, 11:44 PM
|
0 responses
29 views
1 like
|
Last Post
by CaptainJack
03-31-2026, 11:44 PM
|
||
|
Started by CarlTrading, 03-30-2026, 11:51 AM
|
0 responses
46 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:51 AM
|
||
|
Started by CarlTrading, 03-30-2026, 11:48 AM
|
0 responses
37 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:48 AM
|

Comment