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 CortexZenUSA, Today, 12:53 AM
    0 responses
    1 view
    0 likes
    Last Post CortexZenUSA  
    Started by CortexZenUSA, Today, 12:46 AM
    0 responses
    1 view
    0 likes
    Last Post CortexZenUSA  
    Started by usazencortex, Today, 12:43 AM
    0 responses
    5 views
    0 likes
    Last Post usazencortex  
    Started by sidlercom80, 10-28-2023, 08:49 AM
    168 responses
    2,265 views
    0 likes
    Last Post sidlercom80  
    Started by Barry Milan, Yesterday, 10:35 PM
    3 responses
    11 views
    0 likes
    Last Post NinjaTrader_Manfred  
    Working...
    X