Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

BIP on multi time frame

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

    BIP on multi time frame

    For backtestnig purposes, if I have two time frames(Index 0 is 5min and Index 1 is 1min), and I'm using Index 0 for the SMA conditions for entry and I'm using Index 1 to see that there was a higher swing that formed before an entry can take place.

    Should the main time frame Index 0 always be specified for the BIP. BIP==0. Or what controls which Index should designated for BIP and which one should use BarsArray?

    #2
    Hi Zachj,

    Thank you for your post.

    The BarsInProgress should be used when you want to filter out your logic based on the bar update that comes through, either the 5 min or 1 min in this case.

    The BarsArray would be used to access the data from that particular array either the 5 min or 1 min. The primary or main time frame will always have the index of 0.

    Let me know if I can be of further assistance.
    Cal H.NinjaTrader Customer Service

    Comment


      #3
      In my example below using the sma and the swing I really want to filter based on both Indexes, so which one would I use? Or should I possibly have a seperate BIP for each condition?

      Comment


        #4
        Zachj,

        You would want to have a BIP separate for each condition.
        Cal H.NinjaTrader Customer Service

        Comment


          #5
          Ok how about a condition such as..

          if(Closes[1][0] < MIN(Lows[2],3)[0])

          [1] is for 1min time frame [2] is daily time frame. My main time frame is 5min but not used in this particular line of script.

          Which BIP should I use here?

          Comment


            #6
            You use the BIP that you want this calculation to trigger on.

            For example you want the calculation to occur every 5 minutes you use the 5 minute BIP, if you want every day you use the daily BIP and so on.
            BrettNinjaTrader Product Management

            Comment

            Latest Posts

            Collapse

            Topics Statistics Last Post
            Started by Hwop38, 05-04-2026, 07:02 PM
            0 responses
            152 views
            0 likes
            Last Post Hwop38
            by Hwop38
             
            Started by CaptainJack, 04-24-2026, 11:07 PM
            0 responses
            305 views
            0 likes
            Last Post CaptainJack  
            Started by Mindset, 04-21-2026, 06:46 AM
            0 responses
            244 views
            0 likes
            Last Post Mindset
            by Mindset
             
            Started by M4ndoo, 04-20-2026, 05:21 PM
            0 responses
            345 views
            0 likes
            Last Post M4ndoo
            by M4ndoo
             
            Started by M4ndoo, 04-19-2026, 05:54 PM
            0 responses
            176 views
            0 likes
            Last Post M4ndoo
            by M4ndoo
             
            Working...
            X