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

How to get data into a strategy from xml webpage

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

    How to get data into a strategy from xml webpage

    Hi,

    I need to incorporate data coming from an XML webpage (http://www.usda.gov/oce/commodity/wasde/latest.xml) because the strategy must take decisions depending on the new data released in this webpage once a month.

    Is it possible?
    How?

    Thank you

    #2
    Hello,

    Thank you for the inquiry.

    This would be an item that is outside of what I can directly assist with as this is just a standard C# programming item. This is certainly possible from a C# standpoint and this should also be possible using NinjaScript as well because NinjaScript is just C#.

    For learning how to do this type of item, I would suggest reviewing general C# tutorials on Web Requests, and Parsing XML data from a web request. You could use C# and logic to accomplish the getting the file and parsing it. Once you have the data, you could use that however you want in the platform.

    I had composed some example searches below on how to locate more information on this topic:

    "C# read xml file from web address"
    Search and Result

    "C# get xml from url"
    search and result

    Either of the above results should allow you to access the file and parse it, you would of course need to test this to ensure the server allows you to access the file and also that the xml is able to be parsed.

    I look forward to being of further assistance.
    JesseNinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by rhyminkevin, Today, 04:58 PM
    3 responses
    47 views
    0 likes
    Last Post Anfedport  
    Started by iceman2018, Today, 05:07 PM
    0 responses
    5 views
    0 likes
    Last Post iceman2018  
    Started by lightsun47, Today, 03:51 PM
    0 responses
    7 views
    0 likes
    Last Post lightsun47  
    Started by 00nevest, Today, 02:27 PM
    1 response
    14 views
    0 likes
    Last Post 00nevest  
    Started by futtrader, 04-21-2024, 01:50 AM
    4 responses
    50 views
    0 likes
    Last Post futtrader  
    Working...
    X