I have an excel sheet with indicator values and corresponding timestamps. I'd like to be able to import the data so that I can overlay what I already have in my spreadsheet onto the ES chart. Is there a simple way to do this in NT8?
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Indicator Using Excel Data
Collapse
X
-
Indicator Using Excel Data
Hello!
I have an excel sheet with indicator values and corresponding timestamps. I'd like to be able to import the data so that I can overlay what I already have in my spreadsheet onto the ES chart. Is there a simple way to do this in NT8?Tags: None
-
Hello, thanks for writing in. You will need to implement an indicator that can open up the excel file and match each date/value pair to the Time[] series supplied to the indicator. Unfortunately, this is not something directly supported by our NinjaScript library but it is possible since all it takes is C# code. I have a semi-related example here though it does the opposite of what you want to do:
This indicator will write all of the chart’s historical bar data and indicator data to a CSV type file that can then be imported into a spreadsheet. To use this indicator, add it to a chart and (critical) wait until all indicators have finished reloading (no longer shows (Calculating…)). Click the green button in the […]
The NinjaTrader Ecosystem website is for educational and informational purposes only and should not be considered a solicitation to buy or sell a futures contract or make any other type of investment decision. The add-ons listed on this website are not to be considered a recommendation and it is the reader's responsibility to evaluate any product, service, or company. NinjaTrader Ecosystem LLC is not responsible for the accuracy or content of any product, service or company linked to on this website.
-
I ran into something similar last month and ended up using Excel spreadsheet to web app to pull streaming values from Excel right into my custom indicator without reloading. Once I set up the link and mapped the cells correctly, the data updated live inside NinjaTrader. It's way easier than dealing with file read operations or timers in OnBarUpdate.Last edited by Gerrtrudd; 04-10-2025, 03:09 AM.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
558 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
324 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
101 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
545 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
547 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment