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

Default Instrument List - where stored

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

    Default Instrument List - where stored

    Is it possible retrieve Default Instrument list (with my own instruments/symbols) ? From ouside of program.

    thank you

    #2
    Hello alda.pech,

    Thanks for the post and welcome to the NinjaTrader forums. Unfortunately there is no support for managing instruments and lists beyond using the instrument manager.

    Most of the instrument definitions are stored in the database, which is not open. There are some components stored in C:\Program Files\NinjaTrader\db\Instruments.txt. We won't be able to help you work with this file, but you you're free to open and see if it can offer you shortcuts to working in the instrument manager.
    Ryan M.NinjaTrader Customer Service

    Comment


      #3
      Thank you for quick answer.

      I need only read instrument list. I saw .sdf file and Instruments.txt file, but I didnt find this particular list. Maybe it is generated from more places.

      I develop solution for retrieving orders generated in NT, through your AT Interface (via File) and this list could help me.

      Edit: I found it in tables, not in any txt file :-(
      Last edited by alda.pech; 05-20-2011, 01:59 PM.

      Comment


        #4
        Originally posted by alda.pech View Post
        Thank you for quick answer.

        I need only read instrument list. I saw .sdf file and Instruments.txt file, but I didnt find this particular list. Maybe it is generated from more places.

        I develop solution for retrieving orders generated in NT, through your AT Interface (via File) and this list could help me.

        Edit: I found it in tables, not in any txt file :-(
        For me the question is still relevant. Tell me which variable the default list of tools is stored in?

        Comment


          #5
          Hello KeenEdge,

          Thank you for your response.

          The file itself is the database .sdf file under Documents\NinjaTrader 7\db folder.
          You could pull the instruments list in NinjaScript with the following code:
          Code:
          NinjaTrader.Cbi.InstrumentList list1 = NinjaTrader.Cbi.InstrumentList.GetObject("Default");
          Please keep in mind this is unsupported code.

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

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by StockTrader88, 03-06-2021, 08:58 AM
          44 responses
          3,966 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
          53 views
          0 likes
          Last Post dp8282
          by dp8282
           
          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
          8 views
          0 likes
          Last Post lightsun47  
          Working...
          X