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

Bars Since a Condition in a Strategy

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

    #31
    If all your entry conditions have the built in function BarsSinceEntry(), then you've prevented any entries from happening.

    You would only want this condition active after the first entry, so you need to code for a sequence. You can code a sequence with bool flags. See here for a similar question with BarsSinceExit and one approach.

    I would simplify until everything works as you expect. Get BarsSinceEntry working first in a single series and then only apply to multi series when you know how eveything works.

    When inputting parameters, just use values and not a variable declaration.
    BarsSinceEntry(0, "", 0)
    Ryan M.NinjaTrader Customer Service

    Comment


      #32
      Originally posted by NinjaTrader_RyanM View Post
      ....
      When inputting parameters, just use values and not a variable declaration.
      BarsSinceEntry(0, "", 0)
      I am using the BarsSinceEntry to test which BarsInProgress I want to use, so my test for exit is
      (BarsSinceEntry(exbarBSEbip,
      "",0)
      exbarBESbip modifies the setting of the range bar. From the comment by Ryan, it sounds like this is not possible !? I dont see any errors and there are no compiler issues.

      Thanks again,
      Jon

      Comment


        #33
        Jon, that comment was intended to simplify mkt's code and correct their particular usage. You can use variables here, but not something like int BarsInProgress == 0
        Ryan M.NinjaTrader Customer Service

        Comment


          #34
          Thanks for that Ryan! ... actually on the code I was using (instead of directly using an integer) it appears that it was causeing a 'object reference not set to an instance of an object' error in the log tab during optimization, but not on a backtest.
          Last edited by Trader.Jon; 12-17-2010, 09:56 PM.

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by sgordet, Today, 05:24 AM
          0 responses
          2 views
          0 likes
          Last Post sgordet
          by sgordet
           
          Started by royhagerman, Today, 04:30 AM
          0 responses
          1 view
          0 likes
          Last Post royhagerman  
          Started by haas88, 03-21-2024, 02:22 AM
          18 responses
          208 views
          0 likes
          Last Post haas88
          by haas88
           
          Started by Board game geek, Today, 02:20 AM
          0 responses
          7 views
          0 likes
          Last Post Board game geek  
          Started by knighty6508, Today, 01:20 AM
          2 responses
          16 views
          0 likes
          Last Post knighty6508  
          Working...
          X