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 tsantospinto, 04-12-2024, 07:04 PM
            7 responses
            126 views
            0 likes
            Last Post aligator  
            Started by futtrader, 04-21-2024, 01:50 AM
            5 responses
            56 views
            0 likes
            Last Post NinjaTrader_Eduardo  
            Started by PeakTry, Today, 10:49 AM
            0 responses
            2 views
            0 likes
            Last Post PeakTry
            by PeakTry
             
            Started by llanqui, Today, 10:32 AM
            0 responses
            5 views
            0 likes
            Last Post llanqui
            by llanqui
             
            Started by StockTrader88, 03-06-2021, 08:58 AM
            45 responses
            3,994 views
            3 likes
            Last Post johntraderuser2  
            Working...
            X