Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Identifying the first and last bar in an intraday set up

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

    Identifying the first and last bar in an intraday set up

    Hi,
    I've got a strategy using 2 multi-time frames. Is there a way of knowing which bar is being called? I know I can use BarsInProgress to find out which time frame it is, but can I then find out which bar of that time frame it is?

    For example, when the period is set to 1 minute, I only want to execute the code on the first and last bar of that day.

    Thanks for the help, Tim.

    #2
    Hello Tim,

    Thank you for your post.

    You would continue to use BarsInProgress. This is designed as a filter for your OnBarUpdate to let you know which bar update and what bar series it belongs to.

    Lets say I have the chart set to 1 minute and added a 150 tick to the script
    1 minute becomes BIP == 0 and 150 tick becomes BIP == 1

    You can then use that logic to separate out your script accordingly.
    Cal H.NinjaTrader Customer Service

    Comment


      #3
      Cool, so how would I identify the 5th minute bar, and the last minute bar? Is there an index.

      I thought the BIP only identifies which bar the currentbar belongs to.

      Comment


        #4
        Tim,

        You would want to most likely use GetBar() in conjunction with BarsArray
        http://www.ninjatrader.com/support/h...tml?getbar.htm
        http://www.ninjatrader.com/support/h...?barsarray.htm
        Cal H.NinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Geovanny Suaza, 02-11-2026, 06:32 PM
        0 responses
        580 views
        0 likes
        Last Post Geovanny Suaza  
        Started by Geovanny Suaza, 02-11-2026, 05:51 PM
        0 responses
        335 views
        1 like
        Last Post Geovanny Suaza  
        Started by Mindset, 02-09-2026, 11:44 AM
        0 responses
        102 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
        552 views
        1 like
        Last Post RFrosty
        by RFrosty
         
        Working...
        X