Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

web service for description & exchange

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

    web service for description & exchange

    When charting a stock that isn't in the database nt8 will add the instrument but leave the description blank and set the exchange to default. I want to write an addon that will let me look up stocks and add the affiliated information from the quote information from one of the data feeds.

    Could you point me in the direction on how to do that?

    #2
    Couple of things you are going to need here.

    First, a webservice to get the info based on the stock. Yahoo is open and free. There are others out there but a good google search will get ya started.

    Second, Instruments are stored in SQL Compact Edition. Just make sure you got a reference for the correct dll to it and then do some studying on how to make queries to the NinjaTrader.sdf.

    You should be able to get the relevant info from the database on which data objects don't have a description and then make your web call and get that info back and then do an update to the database for it.

    NT doesn't support doing any database changes through code to the NinjaTrader.sdf so just keep that in mind when you start getting into this.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by cmtjoancolmenero, Yesterday, 03:58 PM
    5 responses
    28 views
    0 likes
    Last Post cmtjoancolmenero  
    Started by gbourque, Today, 06:39 AM
    2 responses
    14 views
    0 likes
    Last Post gbourque  
    Started by rexsole, Today, 08:39 AM
    0 responses
    4 views
    0 likes
    Last Post rexsole
    by rexsole
     
    Started by trilliantrader, Yesterday, 03:01 PM
    3 responses
    31 views
    0 likes
    Last Post NinjaTrader_Clayton  
    Started by Brevo, Today, 01:45 AM
    1 response
    14 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Working...
    X