Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Indicator Using Excel Data

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    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?

    #2
    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.

    Comment


      #3
      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 cmoran13, 04-16-2026, 01:02 PM
      0 responses
      43 views
      0 likes
      Last Post cmoran13  
      Started by PaulMohn, 04-10-2026, 11:11 AM
      0 responses
      25 views
      0 likes
      Last Post PaulMohn  
      Started by CarlTrading, 03-31-2026, 09:41 PM
      1 response
      163 views
      1 like
      Last Post NinjaTrader_ChelseaB  
      Started by CarlTrading, 04-01-2026, 02:41 AM
      0 responses
      98 views
      1 like
      Last Post CarlTrading  
      Started by CaptainJack, 03-31-2026, 11:44 PM
      0 responses
      158 views
      2 likes
      Last Post CaptainJack  
      Working...
      X