Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

IB Backfill, no Daily Bars

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

    IB Backfill, no Daily Bars

    Hello, I'm trying to get daily bars with IB Backfill without sucess, intraday data is fine.

    Is there anything I need to enable/change on the instrument setup?

    Thanks.

    #2
    Hello tradinghumble,

    Thank you for your post.

    Please try setting your Daily charts to the Default 24/7 session template.
    • Right click in your chart and select Data Series.
    • In the Data Series menu, set the "Session Template" property to "Default 24/7", then click OK.


    Please let me know if you continue to experience issues.
    MatthewNinjaTrader Product Management

    Comment


      #3
      Originally posted by NinjaTrader_Matthew View Post
      Hello tradinghumble,

      Thank you for your post.

      Please try setting your Daily charts to the Default 24/7 session template.
      • Right click in your chart and select Data Series.
      • In the Data Series menu, set the "Session Template" property to "Default 24/7", then click OK.


      Please let me know if you continue to experience issues.
      Matthew, yep, that worked to display the chart - thanks. The only part is not working for me right now is that I'm trying to calculate a 5-day DAILY ATR on a 5-minute strategy and is not working, I think it's because it's not retrieving the daily data.

      code similar to this:

      In Initialize() I added:

      Add(PeriodType.Day, 1);
      ATRDaily = new DataSeries(this);

      In OnBarUpdate():
      ATRDaily.Set(ATR(BarsArray[1], 5)[0]);

      nothing comes back .. do I need to set a session for the daily bars?

      BTW: Impressive response times !

      Comment


        #4
        Hello,

        Please add the Daily data series to the 5 minute chart and make sure this is also on Default 24/7.
        MatthewNinjaTrader Product Management

        Comment


          #5
          Originally posted by NinjaTrader_Matthew View Post
          Hello,

          Please add the Daily data series to the 5 minute chart and make sure this is also on Default 24/7.
          All good now Matthew, had to make changes to the strategy but it's working great.

          Thanks !

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by argusthome, 03-08-2026, 10:06 AM
          0 responses
          104 views
          0 likes
          Last Post argusthome  
          Started by NabilKhattabi, 03-06-2026, 11:18 AM
          0 responses
          52 views
          0 likes
          Last Post NabilKhattabi  
          Started by Deep42, 03-06-2026, 12:28 AM
          0 responses
          34 views
          0 likes
          Last Post Deep42
          by Deep42
           
          Started by TheRealMorford, 03-05-2026, 06:15 PM
          0 responses
          38 views
          0 likes
          Last Post TheRealMorford  
          Started by Mindset, 02-28-2026, 06:16 AM
          0 responses
          74 views
          0 likes
          Last Post Mindset
          by Mindset
           
          Working...
          X