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 manueldecastro, Today, 01:16 PM
          2 responses
          9 views
          0 likes
          Last Post manueldecastro  
          Started by tradingnasdaqprueba, Today, 03:42 AM
          9 responses
          35 views
          0 likes
          Last Post NinjaTrader_Jesse  
          Started by llanqui, Yesterday, 03:51 PM
          6 responses
          27 views
          0 likes
          Last Post NinjaTrader_Gaby  
          Started by AlgoDreamer, Today, 12:39 PM
          2 responses
          9 views
          0 likes
          Last Post AlgoDreamer  
          Started by ninza33, Today, 12:31 PM
          1 response
          5 views
          0 likes
          Last Post NinjaTrader_LuisH  
          Working...
          X