Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

How to download tick data

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

    How to download tick data

    Hello,
    I'd like to develop a tool capable of downloading daily tick data. Can you direct me toward an example? Thanks.

    #2
    Hello morrnel,

    Thanks for your post.

    Data can be downloaded without any programming by using the Historical Data Window. (Control Center > Tools > Historical Data > Load Tab)

    Historical Data Window - https://ninjatrader.com/support/help...ta_manager.htm

    If you want to download data programmatically, you could consider using BarsRequests

    BarsRequests (example code herein) - https://ninjatrader.com/support/help...arsrequest.htm

    A downloadable example that implements a BarsRequest can be found here - https://ninjatrader.com/support/help...t_overview.htm

    We look forward to assisting.
    JimNinjaTrader Customer Service

    Comment


      #3
      This is also intended to be a learning exercise, not just use what someone else has created.
      Is BarsRequests going to give me the tick data and will it access historical data?

      Comment


        #4
        Hello morrnel,

        A BarsRequest can be made for single tick data, and you can use a LookupPolicy of Provider to have the data request always pull from the data provider and saved in the Documents\NinjaTrader 8\db folder. If you use a LookupPolicy of Repository, only the historical data in the Documents\NinjaTrader 8\db\ folder will be pulled.

        Please let us know if you have any additional questions.
        JimNinjaTrader Customer Service

        Comment


          #5
          After significant research, I need to develop a tool using Python to read market replay data. Please point me toward documentation describing the contents of the files. Thanks.

          Comment


            #6
            Hello morrnel,

            NinjaScript is C# based and Python is not supported with NinjaTrader out of box. The format for Market Replay data is also proprietary. We would not have additional information to share on Market Replay data NRD files.

            You may find helpful information external to NinjaTrader. If you look up "Convert Market Replay(NRD) to CSV and Import ticks format" you may find some external forums that look into these formats.

            We look forward to assisting.



            JimNinjaTrader Customer Service

            Comment

            Latest Posts

            Collapse

            Topics Statistics Last Post
            Started by alifarahani, Today, 09:40 AM
            6 responses
            37 views
            0 likes
            Last Post alifarahani  
            Started by Waxavi, Today, 02:10 AM
            1 response
            17 views
            0 likes
            Last Post NinjaTrader_LuisH  
            Started by Kaledus, Today, 01:29 PM
            5 responses
            14 views
            0 likes
            Last Post NinjaTrader_Jesse  
            Started by Waxavi, Today, 02:00 AM
            1 response
            12 views
            0 likes
            Last Post NinjaTrader_LuisH  
            Started by gentlebenthebear, Today, 01:30 AM
            3 responses
            17 views
            0 likes
            Last Post NinjaTrader_Jesse  
            Working...
            X