What I would like to do is type 250 stock symbols, and be able to walk away from my computer and download all the files into a text file. is this possible using ninja trader?
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Downloading Data
Collapse
X
-
Downloading Data
Is there a way to do this?
What I would like to do is type 250 stock symbols, and be able to walk away from my computer and download all the files into a text file. is this possible using ninja trader?Tags: None
-
Not that I am aware of yet. I think you have to do it manually for every symbol, but it would be a nice feature to be able to export a list of instruments quickly. http://www.ninjatrader-support.com/H...de.html?ExportJosh P.NinjaTrader Customer Service
-
Unfortunately this is not supported. However, you as run a backtest on those 250 symbols on the strategy analyzer while connected to your data provider, NT will download the historical data for these 250 symbols before backtesting. Note: You can not batch export this data for 250 symbols at a time.Originally posted by HelloHello View PostIs there a way to do this?
What I would like to do is type 250 stock symbols, and be able to walk away from my computer and download all the files into a text file. is this possible using ninja trader?
Comment
-
Here is an idea: You could code a "pseudo" strategy which just writes its data to a file. You then could "backtest" this strategy in strategy analyzer on any set of instruments.
Concept:
- open a file stream on first call of OnBarUpdate
- write data to file with every call of OnBarUpdate
- close the file stream by overwriting the Dispose method (Dispose method: see help guide)
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
85 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
47 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
29 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
32 views
0 likes
|
Last Post
|
||
|
Started by Mindset, 02-28-2026, 06:16 AM
|
0 responses
67 views
0 likes
|
Last Post
by Mindset
02-28-2026, 06:16 AM
|

Comment