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 Mindset, Today, 06:46 AM
        0 responses
        9 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by M4ndoo, Yesterday, 05:21 PM
        0 responses
        14 views
        0 likes
        Last Post M4ndoo
        by M4ndoo
         
        Started by M4ndoo, 04-19-2026, 05:54 PM
        0 responses
        15 views
        0 likes
        Last Post M4ndoo
        by M4ndoo
         
        Started by cmoran13, 04-16-2026, 01:02 PM
        0 responses
        82 views
        0 likes
        Last Post cmoran13  
        Started by PaulMohn, 04-10-2026, 11:11 AM
        0 responses
        48 views
        0 likes
        Last Post PaulMohn  
        Working...
        X