Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

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,
    BertrandNinjaTrader Customer Service

    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 andrewtrades, Today, 04:57 PM
          1 response
          10 views
          0 likes
          Last Post NinjaTrader_Manfred  
          Started by chbruno, Today, 04:10 PM
          0 responses
          6 views
          0 likes
          Last Post chbruno
          by chbruno
           
          Started by josh18955, 03-25-2023, 11:16 AM
          6 responses
          436 views
          0 likes
          Last Post Delerium  
          Started by FAQtrader, Today, 03:35 PM
          0 responses
          9 views
          0 likes
          Last Post FAQtrader  
          Started by rocketman7, Today, 09:41 AM
          5 responses
          19 views
          0 likes
          Last Post NinjaTrader_Jesse  
          Working...
          X