Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

MarketDepthEvent DateTime a day behind during 9pm-10pm PST

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

    MarketDepthEvent DateTime a day behind during 9pm-10pm PST

    I'm not sure if this is Daylight Savings Time related or something with the Kinetick connector (I just started using Kinetick, was using ZF before and didn't see this problem) or a one-time-thing.

    But basically I noticed that between 9PM to 10PM PST (12AM-1AM EST), if I call MarketDepthEventArgs.Time.ToString() within OnMarketDepth(), the date will be a day behind. It's fine before 9PM and after 10PM though.

    However, doing the same call with MarketDataEventArgs in OnMarketData() will report the correct date! So one will report 03/08 while the other 03/07 between 9PM and 10PM. It flips back to 3/08 after 10PM.

    Any ideas?

    #2
    alcoeus, which NT7 version are you testing on here? For which instrument(s) are you seeing this and which session templates are you using here?

    Would you mind sharing the test script you used so I could give it a run here?

    Thanks,

    Comment


      #3
      Originally posted by NinjaTrader_Bertrand View Post
      alcoeus, which NT7 version are you testing on here? For which instrument(s) are you seeing this and which session templates are you using here?

      Would you mind sharing the test script you used so I could give it a run here?

      Thanks,
      Ok I just wanted to wait till 9pm rolls around again to see if the same thing happens. Turns out, like clockwork, right when 9:00PM PST hit, the same thing started (and if the same thing happens, when 10PM hits, it'll return to normal).

      I'm running version 1000.3 and I'm seeing this on all instruments monitored - ES/NQ/6E/ZN/CL/GC.

      So I just wrote a very simple script to demonstrate this. It's basically the generic indicator template with the following functions added:

      protected override void OnMarketData(MarketDataEventArgs e)
      {
      Print("OnMarketData - " + e.Time.ToString("yyyyMMddHHmmss"));
      }

      protected override void OnMarketDepth(MarketDepthEventArgs e)
      {
      Print("OnMarketDepth - " + e.Time.ToString("yyyyMMddHHmmss"));
      }

      And the output I get after 9PM is this:
      OnMarketDepth - 20110308210608
      OnMarketDepth - 20110308210608
      OnMarketData - 20110309210530
      OnMarketDepth - 20110308210608
      OnMarketDepth - 20110308210608
      OnMarketDepth - 20110308210610
      OnMarketDepth - 20110308210608
      OnMarketDepth - 20110308210608
      OnMarketDepth - 20110308210602
      OnMarketData - 20110309210530
      OnMarketDepth - 20110308210612
      OnMarketDepth - 20110308210614
      OnMarketData - 20110309210530

      As you can see, OnMarketData shows 03/09, while OnMarketDepth shows 03/08 (today is 03/09)

      The NT bid/ask database seems to be fine and stores bid/ask data in the correct date. Also the DOM is fine too.

      Any ideas?

      Comment


        #4
        Thanks for the detailed test alcoeus, I'll try reproducing it here on my end - have you seen it in Market Replay, too?

        Comment


          #5
          I'm not sure since I didn't have the record data for replay option checked yet. But it's still happening everyday.

          Comment


            #6
            It's still happening even after the daylight savings time switch, so it's probably not related to that. Have you been able to reproduce it?

            Comment


              #7
              I tried on various days in replay but was seeing correct times then, I've got it now setup for Kinetick live here and will wait til your timeframe hits this evening.

              Thanks,

              Comment


                #8
                For some reason this started happening at 5am PST with ES 06-11 today (right now)..

                Comment


                  #9
                  I could see it now here, too - thanks providing the update - we will look into it.

                  Comment


                    #10
                    Do you know when there will be a fix for this?

                    Comment


                      #11
                      Unfortunately I would not have an ETA for a fix, but I assure you it's being thoroughly investigated at this point in time.

                      Comment


                        #12
                        We could reproduce your issues here on our end and a fix was applied, please let me know in case you would see it again.

                        Thanks again for your patience and support,

                        Comment


                          #13
                          Thanks for the update but it's still happening today. I've disconnected and reconnected and the issue is still there today at 9PM PST

                          Comment


                            #14
                            Sorry, to hear that. In order to report that to Kinetick we needed to know which instrument that was. Thanks

                            Comment


                              #15
                              It was at least ES, NQ, 6E, and ZN. I can confirm it occurred with at least these 4 today.

                              Comment

                              Latest Posts

                              Collapse

                              Topics Statistics Last Post
                              Started by Geovanny Suaza, 02-11-2026, 06:32 PM
                              0 responses
                              601 views
                              0 likes
                              Last Post Geovanny Suaza  
                              Started by Geovanny Suaza, 02-11-2026, 05:51 PM
                              0 responses
                              347 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
                              559 views
                              1 like
                              Last Post Geovanny Suaza  
                              Started by RFrosty, 01-28-2026, 06:49 PM
                              0 responses
                              558 views
                              1 like
                              Last Post RFrosty
                              by RFrosty
                               
                              Working...
                              X