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 Jon17, Today, 04:33 PM
        0 responses
        1 view
        0 likes
        Last Post Jon17
        by Jon17
         
        Started by Javierw.ok, Today, 04:12 PM
        0 responses
        4 views
        0 likes
        Last Post Javierw.ok  
        Started by timmbbo, Today, 08:59 AM
        2 responses
        10 views
        0 likes
        Last Post bltdavid  
        Started by alifarahani, Today, 09:40 AM
        6 responses
        41 views
        0 likes
        Last Post alifarahani  
        Started by Waxavi, Today, 02:10 AM
        1 response
        20 views
        0 likes
        Last Post NinjaTrader_LuisH  
        Working...
        X