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

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.

            Comment

            Latest Posts

            Collapse

            Topics Statistics Last Post
            Started by swestendorf, Today, 11:14 AM
            2 responses
            5 views
            0 likes
            Last Post NinjaTrader_Kimberly  
            Started by xiinteractive, 04-09-2024, 08:08 AM
            4 responses
            13 views
            0 likes
            Last Post xiinteractive  
            Started by Mupulen, Today, 11:26 AM
            0 responses
            2 views
            0 likes
            Last Post Mupulen
            by Mupulen
             
            Started by Sparkyboy, Today, 10:57 AM
            1 response
            5 views
            0 likes
            Last Post NinjaTrader_Jesse  
            Started by TheMarlin801, 10-13-2020, 01:40 AM
            21 responses
            3,917 views
            0 likes
            Last Post Bidder
            by Bidder
             
            Working...
            X