Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

How to get Daily RTH OHLC on 1 Minute Chart

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

    How to get Daily RTH OHLC on 1 Minute Chart

    Hi,

    I am having a problem getting the correct Daily RTH Close in a Strategy on a 1 Minute chart.

    I tried adding a daily bar to the Strategy and using Closes[1][0] and this works fine until the end of RTH at 3:15 CDT. After that time the Close continues to be from the prior day instead of the session just ended. I have the session start and end times set for 3:30 PM and 3:15PM respectively. I also have CalculateOnBarClose set to true; I assumed the problem was the data I was getting from IB, so I also tried this with eSignal and get the same problem. I checked a daily chart on eSignal's platform and it shows the correct data (and a new bar) after the end of RTH. Any ideas.

    Thanks,
    Greg
    The Trading Mantis
    NinjaTrader Ecosystem Vendor - The Trading Mantis

    #2
    Hi Greg, to access it on the current day you would need to set CalculateOnBarClose - false as otherwise the chart's last bar would end only if the opening tick of the new came in and thus the OnBarUpdate() would be called again then.

    Comment


      #3
      Thanks Bertrand,

      I need to set CalculateOnBarClose = 0 for my strategy to work correctly on both historical and real-time data.

      One work around I found was to use a 1440 minute bar instead of a daily bar. This works fine and the only drawback is it gives the session close of the prior day rather than the settled close. I can live with the occasional discrepancy between these two values.

      Greg
      The Trading Mantis
      NinjaTrader Ecosystem Vendor - The Trading Mantis

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by Geovanny Suaza, 02-11-2026, 06:32 PM
      0 responses
      633 views
      0 likes
      Last Post Geovanny Suaza  
      Started by Geovanny Suaza, 02-11-2026, 05:51 PM
      0 responses
      364 views
      1 like
      Last Post Geovanny Suaza  
      Started by Mindset, 02-09-2026, 11:44 AM
      0 responses
      105 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Started by Geovanny Suaza, 02-02-2026, 12:30 PM
      0 responses
      567 views
      1 like
      Last Post Geovanny Suaza  
      Started by RFrosty, 01-28-2026, 06:49 PM
      0 responses
      568 views
      1 like
      Last Post RFrosty
      by RFrosty
       
      Working...
      X