Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

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 Stanfillirenfro, Yesterday, 09:19 AM
        7 responses
        51 views
        0 likes
        Last Post NinjaTrader_Gaby  
        Started by TraderCro, 04-12-2024, 11:36 AM
        4 responses
        69 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by Mindset, Yesterday, 02:04 AM
        1 response
        15 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by agclub, 04-21-2024, 08:57 PM
        4 responses
        18 views
        0 likes
        Last Post NinjaTrader_Gaby  
        Started by Irukandji, Today, 04:58 AM
        0 responses
        6 views
        0 likes
        Last Post Irukandji  
        Working...
        X