Announcement

Collapse
No announcement yet.

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 Geovanny Suaza, 02-11-2026, 06:32 PM
          0 responses
          576 views
          0 likes
          Last Post Geovanny Suaza  
          Started by Geovanny Suaza, 02-11-2026, 05:51 PM
          0 responses
          334 views
          1 like
          Last Post Geovanny Suaza  
          Started by Mindset, 02-09-2026, 11:44 AM
          0 responses
          101 views
          0 likes
          Last Post Mindset
          by Mindset
           
          Started by Geovanny Suaza, 02-02-2026, 12:30 PM
          0 responses
          553 views
          1 like
          Last Post Geovanny Suaza  
          Started by RFrosty, 01-28-2026, 06:49 PM
          0 responses
          551 views
          1 like
          Last Post RFrosty
          by RFrosty
           
          Working...
          X