Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

if my indicator is set to CalculateOnBarClose = true

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

    if my indicator is set to CalculateOnBarClose = true

    can my strategy be on a CalculateOnBarClose = false?

    Happy to keep the indicator running at CalculateOnBarClose though...but would like my entry and money management to run "live".

    #2
    Hello,

    Thanks for the note.

    You can however you want to code this into your strategy to reference it as COBC = false (You want all COBC to match or you will run into issues). Then only access the indicator balue on if (FirstTickOfBar) and store the value of the indicator you need for access on all other ticks so it is the same until the next bar close and use that in your COBC=false strategy.

    Let me know if I can be of further assistance.
    BrettNinjaTrader Product Management

    Comment


      #3
      Hi Brett,

      Can FirstTickOfBar be used in hourly or minute bars?

      Alternatively, if COBC = true, when will Open[0] be calculated? At the start or the end of the current bar?

      Regards

      Kay Wai

      Comment


        #4
        Kay Wai, FirstTickOfbar can be used in hourly/minute charts, but I believe you need to do so with COBC = false.

        If COBC = true, Open[0] will be calculated (revealed by the next OnBarUpdate()) at the close of the bar.
        AustinNinjaTrader Customer Service

        Comment


          #5
          thanks austin

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by Geovanny Suaza, 02-11-2026, 06:32 PM
          0 responses
          647 views
          0 likes
          Last Post Geovanny Suaza  
          Started by Geovanny Suaza, 02-11-2026, 05:51 PM
          0 responses
          369 views
          1 like
          Last Post Geovanny Suaza  
          Started by Mindset, 02-09-2026, 11:44 AM
          0 responses
          108 views
          0 likes
          Last Post Mindset
          by Mindset
           
          Started by Geovanny Suaza, 02-02-2026, 12:30 PM
          0 responses
          572 views
          1 like
          Last Post Geovanny Suaza  
          Started by RFrosty, 01-28-2026, 06:49 PM
          0 responses
          573 views
          1 like
          Last Post RFrosty
          by RFrosty
           
          Working...
          X