Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

how to load historical data in strategy?

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

    #31
    Hello toughgetsgoing,

    That I know of, there are no sources of unlimited free tick or minute data from the market.
    Chelsea B.NinjaTrader Customer Service

    Comment


      #32
      Hi Chelsea,

      I am able to backtest my strategy properly now. I have some technical question.

      On start of every new day, I do an asynchronous bars request for past 100 days (daily data). By the time I receive the data, all the intraday updates (OnBarUpdate) are already processed.

      Is it possible to request the data synchronously instead? (without using C# constructs like WaitHandles). On start of every new day: I would like to request past 100 days daily data, process the data and then start processing OnBarUpdate updates.

      Comment


        #33
        Hello toughgetsgoing,

        I am not aware of any safe ways to perform this sequentially.

        I think a thread sleep would be necessary but this not supported by (and is always advised against by) NinjaTrader Support to do.
        Chelsea B.NinjaTrader Customer Service

        Comment


          #34
          Thanks Chelsea. I am using Thread.Sleep function as of now and the functionality in backtest is working as i expect. I don't expect this to cause any issue in live trading as this will be called only once at the start of the strategy.

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by NullPointStrategies, Yesterday, 05:17 AM
          0 responses
          54 views
          0 likes
          Last Post NullPointStrategies  
          Started by argusthome, 03-08-2026, 10:06 AM
          0 responses
          130 views
          0 likes
          Last Post argusthome  
          Started by NabilKhattabi, 03-06-2026, 11:18 AM
          0 responses
          72 views
          0 likes
          Last Post NabilKhattabi  
          Started by Deep42, 03-06-2026, 12:28 AM
          0 responses
          44 views
          0 likes
          Last Post Deep42
          by Deep42
           
          Started by TheRealMorford, 03-05-2026, 06:15 PM
          0 responses
          49 views
          0 likes
          Last Post TheRealMorford  
          Working...
          X