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 Gerik, Today, 09:40 AM
          1 response
          6 views
          0 likes
          Last Post NinjaTrader_Gaby  
          Started by RookieTrader, Today, 09:37 AM
          1 response
          10 views
          0 likes
          Last Post NinjaTrader_ChelseaB  
          Started by alifarahani, Today, 09:40 AM
          0 responses
          5 views
          0 likes
          Last Post alifarahani  
          Started by KennyK, 05-29-2017, 02:02 AM
          3 responses
          1,285 views
          0 likes
          Last Post NinjaTrader_Clayton  
          Started by AttiM, 02-14-2024, 05:20 PM
          11 responses
          186 views
          0 likes
          Last Post NinjaTrader_ChelseaB  
          Working...
          X