Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Export chart data to file
Collapse
X
-
Export chart data to file
Sierra Charts has this very useful ability to export chart data to a text file. So as an example, if I have the chart configured with 47 minute bars real trading hours only - it can export the OHLC data of each bar out to a file. Please tell me ninjatrader can do this...Tags: None
-
Included is a link which contains a script that will allow you to do exactly what you have described.
But actually StreamWriter shouldn't even be necessary for OHLC values, only indicator and other calculated values. If you simply want to upload price data, you can go to Command Center > Tools > Export > Historical DataOfficial NinjaScript reference code samples
- Likes 1
-
Cool. Thank you. The reason I need this is because I only want to load session specific bars, not the entire data history.
What do I do once I have loaded the indicator? I can see it in the indicator panel below and it says 'sample stream writer' but then what? Has it created the file already (where do I find it?)or do I need to do something further?
Comment
-
Not sure what OS you are using, but in windows you would go to File Explorer > Documents > Ninjatrader 8, and you should see a new file called "MyTestFile" assuming you did not change the name in the indicator script. Good Luck!
P.S. reloading this indicator repeatedly or loading a large amount of data can be CPU intensive, so try to be conservative about what you use it for.
- Likes 1
Comment
-
-
I'm testing this indicator. When applied to the first chart, it worked perfectly. Any next instance doesn't write to the file. How to I apply it to retrieve a new data set?
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
77 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
45 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
27 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
62 views
0 likes
|
Last Post
by Mindset
02-28-2026, 06:16 AM
|


Comment