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 Irukandji, Yesterday, 02:53 AM
          2 responses
          17 views
          0 likes
          Last Post Irukandji  
          Started by adeelshahzad, Today, 03:54 AM
          0 responses
          3 views
          0 likes
          Last Post adeelshahzad  
          Started by CortexZenUSA, Today, 12:53 AM
          0 responses
          3 views
          0 likes
          Last Post CortexZenUSA  
          Started by CortexZenUSA, Today, 12:46 AM
          0 responses
          1 view
          0 likes
          Last Post CortexZenUSA  
          Started by usazencortex, Today, 12:43 AM
          0 responses
          5 views
          0 likes
          Last Post usazencortex  
          Working...
          X