Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Knowing it is the last bar interation in OnBarUpdate()

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

    Knowing it is the last bar interation in OnBarUpdate()

    Hi,

    I'm doing a calculation inside OnBarUpdate() and want the result of the last bar to export to a file.
    How can I know I'm in the last bar?
    For example the first bar I can check with CurrentBar == 1 but how can I know I'm in the last iteration(bar)?

    Thanks in advance,
    Roy

    #2
    Hello,

    Thanks for your note.

    So that I understand this correctly you want the last bar of the session.

    You will want to use the following method:



    This will get you the time of the end of the session.

    Then you would in OnBarUpdate() check if it is equal to the time and then output your data that you need to export.

    I look forward to assisting you further.
    BrettNinjaTrader Product Management

    Comment


      #3
      Hi Brett,

      No I'm not looking for the last bar of the session but the last bar of the whole time frame.
      For example if I'm using 365 days chart with my indicator I'll want to know the last bar on this year.
      Is there a way to know it?

      Thanks!

      Comment


        #4
        Hello,

        Ok, but whats your definition of a full chart in this case? Just historical data?, as a chart doesnt just end when you have live data flowing into it will continue to form live. The below will output the historical data for the chart only and no live data.

        Mabye this is more what your looking for, if (CurrentBar== Bars.Count -2)

        Let me know if I can be of further assistance.
        BrettNinjaTrader Product Management

        Comment


          #5
          Thanks Brett it works!
          What a great support team NT has!

          Comment


            #6
            Hello,

            Thanks! Excellent.

            Let me know if I can be of further assistance.
            BrettNinjaTrader Product Management

            Comment

            Latest Posts

            Collapse

            Topics Statistics Last Post
            Started by Hwop38, 05-04-2026, 07:02 PM
            0 responses
            164 views
            0 likes
            Last Post Hwop38
            by Hwop38
             
            Started by CaptainJack, 04-24-2026, 11:07 PM
            0 responses
            319 views
            0 likes
            Last Post CaptainJack  
            Started by Mindset, 04-21-2026, 06:46 AM
            0 responses
            246 views
            0 likes
            Last Post Mindset
            by Mindset
             
            Started by M4ndoo, 04-20-2026, 05:21 PM
            0 responses
            350 views
            0 likes
            Last Post M4ndoo
            by M4ndoo
             
            Started by M4ndoo, 04-19-2026, 05:54 PM
            0 responses
            179 views
            0 likes
            Last Post M4ndoo
            by M4ndoo
             
            Working...
            X