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 kinfxhk, 07-14-2026, 09:39 AM
        0 responses
        123 views
        0 likes
        Last Post kinfxhk
        by kinfxhk
         
        Started by kinfxhk, 07-13-2026, 10:18 AM
        0 responses
        104 views
        0 likes
        Last Post kinfxhk
        by kinfxhk
         
        Started by kinfxhk, 07-13-2026, 09:50 AM
        0 responses
        82 views
        0 likes
        Last Post kinfxhk
        by kinfxhk
         
        Started by kinfxhk, 07-13-2026, 07:21 AM
        0 responses
        102 views
        0 likes
        Last Post kinfxhk
        by kinfxhk
         
        Started by kinfxhk, 07-11-2026, 02:11 AM
        0 responses
        83 views
        0 likes
        Last Post kinfxhk
        by kinfxhk
         
        Working...
        X