Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

Partner 728x90

Collapse

Want to feed live data to Ninjatrader from Excel

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

    Want to feed live data to Ninjatrader from Excel

    How to feed live data into Ninajtrader from Excel. From where to start coding for it ?

    #2
    Hello svadukia,

    Thanks for opening the thread.

    As NinjaScripts are built on top of C#, nearly anything that can be programmed in C# can be implemented in a NinjaScript. We have some examples on our forums that demonstrate how you can incorporate various techniques into your strategies and indicators.

    For example, there are sample that demonstrate how you can use a StreamReader and a StreamWriter to read and write to a file from a NinjaScript. This sample can be used to help create a script that reads and writes to a CSV (comma separated values) file. This file format can then be imported into Excel and this file format can also be exported from Excel.

    Our Reference Samples can be found here: http://ninjatrader.com/support/forum...splay.php?f=30

    To be able to stream data to and from an Excel spreadsheet, it may be possible to do this through the DDE interface. We do not have an example that demonstrates this however, and we would not be able to provide further direction to develop a NinjaScript that utilizes this. You may find useful resources online that show how a C# application can use the DDE interface.

    I have found one resource here that may be useful: https://blogs.msdn.microsoft.com/cob...ce-automation/

    Please let me know if I may be of further assistance.
    JimNinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by strategist007, Today, 07:51 PM
    0 responses
    2 views
    0 likes
    Last Post strategist007  
    Started by StockTrader88, 03-06-2021, 08:58 AM
    44 responses
    3,967 views
    3 likes
    Last Post jhudas88  
    Started by rbeckmann05, Today, 06:48 PM
    0 responses
    4 views
    0 likes
    Last Post rbeckmann05  
    Started by rhyminkevin, Today, 04:58 PM
    4 responses
    55 views
    0 likes
    Last Post dp8282
    by dp8282
     
    Started by iceman2018, Today, 05:07 PM
    0 responses
    6 views
    0 likes
    Last Post iceman2018  
    Working...
    X