Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

CalculateOnBarClose and session end

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

    CalculateOnBarClose and session end

    Hi,can you please confirm, if COBC == true, is the OnBarUpdate() called when a session ends or when a new bar is created? More specifically, when the market closes on Friday night, do I get OnBarUpdate() on Friday or on Saturday when a the market opens and new bar is created? Thanks

    #2
    Hello mantak007,

    Thank you for your post.

    A bar will close when a new bar opens.

    The last bar at the end of the session will not close until the new session starts.
    Chelsea B.NinjaTrader Customer Service

    Comment


      #3
      Thank you. Is there a way how to detect session end, or how to detect a bar will not get any more data? Are you planning to change the business logic of reporting bar close to more natural way? Waiting for the next bar makes sense only in some cases and opening a new bar is not the only condition for deciding if a bar is closed.

      Comment


        #4
        Hi mantak007,

        To find the end time of a session you can use:
        Bars.Session.GetNextBeginEnd(Bars bars, int barsAgo, out DateTime sessionBegin, out DateTime sessionEnd)
        http://www.ninjatrader.com/support/h...xtbeginend.htm

        As far as I know the bar construction will be the same.

        Would like a feature request to end the bar if the bar is a time based bar at the time the bar closes without a tick necessary to open the new bar?
        Chelsea B.NinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Geovanny Suaza, 02-11-2026, 06:32 PM
        0 responses
        579 views
        0 likes
        Last Post Geovanny Suaza  
        Started by Geovanny Suaza, 02-11-2026, 05:51 PM
        0 responses
        334 views
        1 like
        Last Post Geovanny Suaza  
        Started by Mindset, 02-09-2026, 11:44 AM
        0 responses
        101 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by Geovanny Suaza, 02-02-2026, 12:30 PM
        0 responses
        554 views
        1 like
        Last Post Geovanny Suaza  
        Started by RFrosty, 01-28-2026, 06:49 PM
        0 responses
        551 views
        1 like
        Last Post RFrosty
        by RFrosty
         
        Working...
        X