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

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 wzgy0920, 04-20-2024, 06:09 PM
        2 responses
        27 views
        0 likes
        Last Post wzgy0920  
        Started by wzgy0920, 02-22-2024, 01:11 AM
        5 responses
        32 views
        0 likes
        Last Post wzgy0920  
        Started by wzgy0920, 04-23-2024, 09:53 PM
        2 responses
        49 views
        0 likes
        Last Post wzgy0920  
        Started by Kensonprib, 04-28-2021, 10:11 AM
        5 responses
        193 views
        0 likes
        Last Post Hasadafa  
        Started by GussJ, 03-04-2020, 03:11 PM
        11 responses
        3,235 views
        0 likes
        Last Post xiinteractive  
        Working...
        X