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 mintos, 04-02-2024, 08:22 PM
        6 responses
        36 views
        0 likes
        Last Post mintos
        by mintos
         
        Started by claxxical, 05-30-2017, 12:30 PM
        38 responses
        4,480 views
        0 likes
        Last Post alancurry  
        Started by Felix Reichert, 04-26-2024, 02:12 PM
        10 responses
        70 views
        0 likes
        Last Post NinjaTrader_ChelseaB  
        Started by PaulMohn, 04-24-2024, 03:49 AM
        5 responses
        39 views
        0 likes
        Last Post NinjaTrader_ChelseaB  
        Started by lightsun47, Today, 11:37 AM
        1 response
        12 views
        0 likes
        Last Post NinjaTrader_Zachary  
        Working...
        X