Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

DateTime."Now" on market replay

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

    DateTime."Now" on market replay

    When using market replay to develop a script, the DateTime.Now function returns the system time (e.g. the real time".) However, I need the time we are at in the market replay. Should be obvious but I can't find it in the help for some reason!

    Thanks!

    #2
    AntiMatter, there would be no really supported method for this currently (DateTime.Now is pure C#'s computer time) but try using for example - Bars.MarketData.Connection.Now

    I should add that this is on our enhancement list already as well.

    Thanks,

    Comment


      #3
      Thanks Bertrand. I was looking for a similar solution and Bars.MarketData.Connection.Now works for getting the time you are at in the replay.

      I also confirmed in realtime, using Bars.MarketData.Connection.Now gives you the same result as DateTime.Now (at least to 1 second of precision...I didn't check milliseconds), so this is probably the best way to go for most implementations as it should work in market replay and in real-time. Thanks

      kc

      Comment


        #4
        How it would be in NT8 ?

        Comment


          #5
          TazoTodua,

          In NinjaTrader 8 the equivalent would be:
          Code:
          Cbi.Connection.PlaybackConnection.Now
          Josh G.NinjaTrader Customer Service

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by Geovanny Suaza, 02-11-2026, 06:32 PM
          0 responses
          556 views
          0 likes
          Last Post Geovanny Suaza  
          Started by Geovanny Suaza, 02-11-2026, 05:51 PM
          0 responses
          324 views
          1 like
          Last Post Geovanny Suaza  
          Started by Mindset, 02-09-2026, 11:44 AM
          0 responses
          101 views
          0 likes
          Last Post Mindset
          by Mindset
           
          Started by Geovanny Suaza, 02-02-2026, 12:30 PM
          0 responses
          545 views
          1 like
          Last Post Geovanny Suaza  
          Started by RFrosty, 01-28-2026, 06:49 PM
          0 responses
          547 views
          1 like
          Last Post RFrosty
          by RFrosty
           
          Working...
          X