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 Mindset, 04-21-2026, 06:46 AM
          0 responses
          117 views
          0 likes
          Last Post Mindset
          by Mindset
           
          Started by M4ndoo, 04-20-2026, 05:21 PM
          0 responses
          166 views
          0 likes
          Last Post M4ndoo
          by M4ndoo
           
          Started by M4ndoo, 04-19-2026, 05:54 PM
          0 responses
          85 views
          0 likes
          Last Post M4ndoo
          by M4ndoo
           
          Started by cmoran13, 04-16-2026, 01:02 PM
          0 responses
          130 views
          0 likes
          Last Post cmoran13  
          Started by PaulMohn, 04-10-2026, 11:11 AM
          0 responses
          88 views
          0 likes
          Last Post PaulMohn  
          Working...
          X