Any help much appreciated.
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Accessing external data files in addition to the target stock
Collapse
X
-
Accessing external data files in addition to the target stock
Hi, a key element of my strategy development is having a target stock or index I want to trade, but also relying on data from a separate file or files that could - for example - contain socioeconomic data. That is, a separate file of data I will have maintained that has the exact same dates as all the stock or index files I'm interested in and the records are parallel day for day so it can be used for backtesting properly but which I will use as something that will influence, for example, thresholds that determine whether a signal indicates buy or sell. How do I access that data separate from the target stock with Ninjascript?
Any help much appreciated.Tags: None
-
Hello MikeHersee,
Thank you for your post.
Something you could do is use a StreamReader to bring in data stored outside of NinjaTrader that you want to use for calculations in your script. Using a StreamReader will allow you to bring in data that is stored in text files and allow you to do manipulations with them.
See the help guide documentation below for an example and more information.
SampleStreamReader - https://ninjatrader.com/support/help...o_read_fro.htm
Let us know if we may assist further.<span class="name">Brandon H.</span><span class="title">NinjaTrader Customer Service</span><iframe name="sig" id="sigFrame" src="/support/forum/core/clientscript/Signature/signature.php" frameborder="0" border="0" cellspacing="0" style="border-style: none;width: 100%; height: 120px;"></iframe>
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
648 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
369 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
108 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
572 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
573 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment