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 yertle, Yesterday, 08:38 AM
          7 responses
          28 views
          0 likes
          Last Post yertle
          by yertle
           
          Started by bmartz, 03-12-2024, 06:12 AM
          2 responses
          20 views
          0 likes
          Last Post bmartz
          by bmartz
           
          Started by funk10101, Today, 12:02 AM
          0 responses
          4 views
          0 likes
          Last Post funk10101  
          Started by gravdigaz6, Yesterday, 11:40 PM
          1 response
          8 views
          0 likes
          Last Post NinjaTrader_Manfred  
          Started by MarianApalaghiei, Yesterday, 10:49 PM
          3 responses
          10 views
          0 likes
          Last Post NinjaTrader_Manfred  
          Working...
          X