Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Next bar and Real time

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

    Next bar and Real time

    Hi again! I´m working in do things in next bar with:
    CalculateOnBarClose = false;

    What kind of counter I can use for get a event in this bar and wait to next bar to execute? Example: I get indicator signal, but i want EnterLong o Short to entry in next bar o next open bar. What can I do?

    #2
    How about using an internal bool variable that you set to true when the condition is true, then on the first tick of the next bar check if the condition is true, submit order, set variable to false.
    RayNinjaTrader Customer Service

    Comment


      #3
      perfect, no problem with boolean code, but, How can I know what it is the first following bar or when appear the next bar?

      Comment


        #4
        See FirstTickOfBar property.

        Keep in mind, running with CalculateOnBarClose == false has no impact in a backtest, its *always* internally running on the close of a bar.
        RayNinjaTrader Customer Service

        Comment


          #5
          Excelent! this is that I was looking for! Thx!

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by Geovanny Suaza, 02-11-2026, 06:32 PM
          0 responses
          590 views
          0 likes
          Last Post Geovanny Suaza  
          Started by Geovanny Suaza, 02-11-2026, 05:51 PM
          0 responses
          342 views
          1 like
          Last Post Geovanny Suaza  
          Started by Mindset, 02-09-2026, 11:44 AM
          0 responses
          103 views
          0 likes
          Last Post Mindset
          by Mindset
           
          Started by Geovanny Suaza, 02-02-2026, 12:30 PM
          0 responses
          555 views
          1 like
          Last Post Geovanny Suaza  
          Started by RFrosty, 01-28-2026, 06:49 PM
          0 responses
          552 views
          1 like
          Last Post RFrosty
          by RFrosty
           
          Working...
          X