Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

No call to OnBarUpdate for daily chart

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

    No call to OnBarUpdate for daily chart

    I am using a chart with Day interval bars on various instruments.
    In my indicators, on the last bar, todays, the OnBarUpdate() method is not being called.
    I am doing this in the evening well after market close.
    The session template is set to <Use instrument settings>, which in the case of 6E is
    <CME FX Futures ETH> or in the case of SPY <US Equities RTH>.
    In both cases the session is done for the last day in question.

    I attached the indicator I used to test this.

    What do I have to do to have OnBarUpdate() called on last bar of DAY chart?

    Gary
    Attached Files

    #2
    Set "Calculate on bar close" to "False" in the Data section of the Indicator menu. This will force the bar to close without waiting for the next day's trading to begin.

    Be sure to leave it set to "True" during market hours, otherwise OnBarUpdate will be called for every tick, which you don't want unless your indicator has been specifically coded for that.

    Comment


      #3
      Gary, OnBarUpdate() will be called as soon as the first tick of the new session arrives. This is because a bar is not closed until the event comes to start the new bar, which is the first tick of a new bar.
      AustinNinjaTrader Customer Service

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by CaptainJack, 05-29-2026, 05:09 AM
      0 responses
      53 views
      0 likes
      Last Post CaptainJack  
      Started by CaptainJack, 05-29-2026, 12:02 AM
      0 responses
      34 views
      0 likes
      Last Post CaptainJack  
      Started by charlesugo_1, 05-26-2026, 05:03 PM
      0 responses
      100 views
      0 likes
      Last Post charlesugo_1  
      Started by DannyP96, 05-18-2026, 02:38 PM
      1 response
      180 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by CarlTrading, 05-11-2026, 05:56 AM
      0 responses
      170 views
      0 likes
      Last Post CarlTrading  
      Working...
      X