Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

SessionBreak and NextBeginTime

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

    SessionBreak and NextBeginTime

    Bars. or BarsArray[0].SessionBreak returns "true" on all calls of OnBarUpdate() during the first bar of a session, not just the first call as defined in help. So it appears to be the same as Bars.FirstBarOfSession

    Also, using
    if (Bars.SessionBreak)
    Print(Time[
    0] + " NextBeginTime= " + Bars.Session.NextBeginTime);

    On the first tick it returns the start time of the previous session, then on subsequent ticks returns the start time of the current session.
    Therefore on historical bars, the first bar of a new session returns the start time of the previous session.
    Yet with one exception - on the first bar of the chart, it returns the start time for the next session based on real time, not the historical bar time.

    #2
    Your findings are accurate (same with NT6.5). That's why we will deprecate .SessionBreak with next update.

    Comment


      #3
      OK. If I don't use SessionBreak, then NextBeginTime returns the Date/Time of the current session start in real time - even on an historical bar 2 days ago it gives today's start Date/time.
      Could this be changed so that it returns the time relevant to the session that an historical bar is in?

      If that is not possible, then I think I have to use the SessionsOfDay array and find the relevant session myself.

      Comment


        #4
        There will be some improvements regarding the retrieval of session times with next update. Please stay tuned.

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Hwop38, 05-04-2026, 07:02 PM
        0 responses
        177 views
        0 likes
        Last Post Hwop38
        by Hwop38
         
        Started by CaptainJack, 04-24-2026, 11:07 PM
        0 responses
        332 views
        0 likes
        Last Post CaptainJack  
        Started by Mindset, 04-21-2026, 06:46 AM
        0 responses
        254 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by M4ndoo, 04-20-2026, 05:21 PM
        0 responses
        356 views
        0 likes
        Last Post M4ndoo
        by M4ndoo
         
        Started by M4ndoo, 04-19-2026, 05:54 PM
        0 responses
        184 views
        0 likes
        Last Post M4ndoo
        by M4ndoo
         
        Working...
        X