Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
How to run "Indicator: Using StreamReader to read from a text file"
Collapse
X
-
Hello,
The indicator should have made a file on your computer in the following path:- (My) Documents\NinjaTrader 7\MyTestFile.txt
and should have filled the text file with bar data..
Did this not happen?
By the way, nothing will happen on the chart itself. This indicator only writes to file.Chelsea B.NinjaTrader Customer Service
-
Hello,
Does this mean you are trying to import data into NinjaTrader?
If so you can do this by using the import tab in the Historical Data Manager.
Below is a link to the help guide which explains this.
http://www.ninjatrader.com/support/h.../importing.htmChelsea B.NinjaTrader Customer Service
Comment
-
Hello,
There are two indicators you may have mixed up.
The SampleStreamReader, linked below, does not write to a file.
http://www.ninjatrader.com/support/f...ead.php?t=3476
The SampleStreamWriter, also linked below, does write to a file.
http://www.ninjatrader.com/support/f...ead.php?t=3475Chelsea B.NinjaTrader Customer Service
Comment
-
Hello alexstox,
Are you attempting to import data into NinjaTrader's historical from a text file?
If so, you should do this with the Historical Data Manager.
http://www.ninjatrader.com/support/h.../importing.htm
The SampleStreamReader will not import historical data into NinjaTrader.
It will, however, read text from a text file which can be saved to a string. At that point you can use this text any way you would like to within the script that is reading the file.
The SampleStreamReader does not display the read text on the chart. Instead, this script prints to the Output window.
Tools -> Output Window...Chelsea B.NinjaTrader Customer Service
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
633 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
364 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
105 views
0 likes
|
Last Post
by Mindset
02-09-2026, 11:44 AM
|
||
|
Started by Geovanny Suaza, 02-02-2026, 12:30 PM
|
0 responses
567 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
568 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|


Comment