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

Historical Future Bar

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

    Historical Future Bar

    In NT7, when backtesting through Historical Data, I could access the bar after CurrentBar using Close[-1]. In NT8 this method isn't working. How to do it ?

    #2
    Hello agenor,

    Thank you for your post.

    As the index is invalid at -1 it is no longer possible to reference a bar ahead with a negative index.

    Please let me know if you have any questions.

    Comment


      #3
      Hi,

      Actually I could do it using

      Bars.GetClose(CurrentBar+1)

      Thanks !

      Comment


        #4
        Originally posted by NinjaTrader_PatrickH View Post
        Hello agenor,

        Thank you for your post.

        As the index is invalid at -1 it is no longer possible to reference a bar ahead with a negative index.

        Please let me know if you have any questions.
        If negative bar indexing is not available in NT8, does this mean drawing objects into the future from the bar currently being formed is no longer available?
        Last edited by RJay; 04-14-2017, 09:40 AM.
        RJay
        NinjaTrader Ecosystem Vendor - Innovative Trading Solutions

        Comment


          #5
          Originally posted by RJay View Post
          If negative bar indexing is not available in NT8, does this mean drawing objects into the future is no longer available?
          RJay,

          I can still plot a draw object (Rectangle, etc.) in the future in my indicators. However, if you use -1 in the code when indexing or in loop operations,although it will compile, it will generate an out of bounds error when indicator is applied.

          I have yet to see anything from Ninja on how to deal with this error.

          Cheers!

          Comment


            #6
            Originally posted by aligator View Post
            RJay,

            I can still plot a draw object (Rectangle, etc.) in the future in my indicators. However, if you use -1 in the code when indexing or in loop operations,although it will compile, it will generate an out of bounds error when indicator is applied.

            I have yet to see anything from Ninja on how to deal with this error.

            Cheers!
            Confirmed that draw objects can draw into the future using negative bar indexing. Yea !!!

            However, the problem in post # 1 still remains. Accessing Close[-1] in NT8 always returns zero.

            Since I do use this feature in NT7, Those code scripts cannot currently be migrated to NT8.
            RJay
            NinjaTrader Ecosystem Vendor - Innovative Trading Solutions

            Comment


              #7
              Originally posted by RJay View Post
              Confirmed that draw objects can draw into the future using negative bar indexing. Yea !!!

              However, the problem in post # 1 still remains. Accessing Close[-1] in NT8 always returns zero.

              Since I do use this feature in NT7, Those code scripts cannot currently be migrated to NT8.
              True, I also have a few indicators that can not be migrated to NT8 because of that reason. One case in example is the H&S indicator developed by Ninja based on a May 2013 TASC article. This indicator uses -1 in indexing. I have asked Ninja several times for a clue to a workaround without any success.

              Cheers!

              Comment

              Latest Posts

              Collapse

              Topics Statistics Last Post
              Started by CortexZenUSA, Today, 12:53 AM
              0 responses
              1 view
              0 likes
              Last Post CortexZenUSA  
              Started by CortexZenUSA, Today, 12:46 AM
              0 responses
              1 view
              0 likes
              Last Post CortexZenUSA  
              Started by usazencortex, Today, 12:43 AM
              0 responses
              5 views
              0 likes
              Last Post usazencortex  
              Started by sidlercom80, 10-28-2023, 08:49 AM
              168 responses
              2,265 views
              0 likes
              Last Post sidlercom80  
              Started by Barry Milan, Yesterday, 10:35 PM
              3 responses
              11 views
              0 likes
              Last Post NinjaTrader_Manfred  
              Working...
              X