Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Downloading Data

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

    Downloading Data

    Is there a way to do this?

    What I would like to do is type 250 stock symbols, and be able to walk away from my computer and download all the files into a text file. is this possible using ninja trader?

    #2
    Not that I am aware of yet. I think you have to do it manually for every symbol, but it would be a nice feature to be able to export a list of instruments quickly. http://www.ninjatrader-support.com/H...de.html?Export
    Josh P.NinjaTrader Customer Service

    Comment


      #3
      Originally posted by HelloHello View Post
      Is there a way to do this?

      What I would like to do is type 250 stock symbols, and be able to walk away from my computer and download all the files into a text file. is this possible using ninja trader?
      Unfortunately this is not supported. However, you as run a backtest on those 250 symbols on the strategy analyzer while connected to your data provider, NT will download the historical data for these 250 symbols before backtesting. Note: You can not batch export this data for 250 symbols at a time.

      Comment


        #4
        Here is an idea: You could code a "pseudo" strategy which just writes its data to a file. You then could "backtest" this strategy in strategy analyzer on any set of instruments.

        Concept:
        - open a file stream on first call of OnBarUpdate
        - write data to file with every call of OnBarUpdate
        - close the file stream by overwriting the Dispose method (Dispose method: see help guide)

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Mindset, 04-21-2026, 06:46 AM
        0 responses
        105 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by M4ndoo, 04-20-2026, 05:21 PM
        0 responses
        145 views
        0 likes
        Last Post M4ndoo
        by M4ndoo
         
        Started by M4ndoo, 04-19-2026, 05:54 PM
        0 responses
        71 views
        0 likes
        Last Post M4ndoo
        by M4ndoo
         
        Started by cmoran13, 04-16-2026, 01:02 PM
        0 responses
        125 views
        0 likes
        Last Post cmoran13  
        Started by PaulMohn, 04-10-2026, 11:11 AM
        0 responses
        79 views
        0 likes
        Last Post PaulMohn  
        Working...
        X