Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Time[0] doesn't change until new bar

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

    Time[0] doesn't change until new bar

    I thought in NT7 that in the OnBarUpdate routine, if you have CalculateOnBarClose = false that Time[0] would always be the DateTime of the current tick. Instead, I am get the time of the bar open for every tick when using Time[0].

    How do you get the time for each tick in NT8? Or is this a bug?

    Thanks!
    Bryan

    #2
    Hello,

    Thank you for the question.

    Assuming you are using a Time based series, the Time[0] would refer to the last closed bar or building bar of the Primary series depending on the COBC setting. Although each Tick calls OnBarUpdate the Time[0] still would refer to the same bar.

    To get the individual tick times, you could either use OnMarketData to observe the MarketData, or add a 1 tick series. the Time[0] on a 1 tick series would represent the Ticks time as each tick would be considered a Bar.

    I look forward to being of further assistance.
    Last edited by NinjaTrader_Jesse; 09-07-2016, 02:01 PM.

    Comment


      #3
      OK thanks, Jesse. I'll use the secondary bar series.

      Comment


        #4
        Originally posted by cassb View Post
        I thought in NT7 that in the OnBarUpdate routine, if you have CalculateOnBarClose = false that Time[0] would always be the DateTime of the current tick. Instead, I am get the time of the bar open for every tick when using Time[0].

        How do you get the time for each tick in NT8? Or is this a bug?

        Thanks!
        Bryan
        Only on bars that are NOT based on a fixed-time base.

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Geovanny Suaza, 02-11-2026, 06:32 PM
        0 responses
        649 views
        0 likes
        Last Post Geovanny Suaza  
        Started by Geovanny Suaza, 02-11-2026, 05:51 PM
        0 responses
        370 views
        1 like
        Last Post Geovanny Suaza  
        Started by Mindset, 02-09-2026, 11:44 AM
        0 responses
        109 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by Geovanny Suaza, 02-02-2026, 12:30 PM
        0 responses
        574 views
        1 like
        Last Post Geovanny Suaza  
        Started by RFrosty, 01-28-2026, 06:49 PM
        0 responses
        576 views
        1 like
        Last Post RFrosty
        by RFrosty
         
        Working...
        X