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

Time value

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

    Time value

    Can you advise how to get a time value updated each second?

    ToTime(Time[0]) function gives only a value of bar's opening.

    #2
    Hello alexeymarvel,
    You can use the DateTime.Now function to get the current timestamp of your PC.

    Gets a DateTime object that is set to the current date and time on this computer, expressed as the local time.


    Please note it will work in realtime only and not for historical bars or in backtesting.

    Please let me know if I can assist you any further.
    JoydeepNinjaTrader Customer Service

    Comment


      #3
      Yes I Know how to get it in real time. But how to get it in market replay mode?

      Comment


        #4
        Hello alexeymarvel,
        You can try the below unsupported code

        Code:
        this.Bars.MarketData.Connection.Now
        Please let me know if I can assist you any further.
        JoydeepNinjaTrader Customer Service

        Comment


          #5
          It gives the same value as Time[0] as at bar's open. But I need the timer the same as in the replay window.

          Comment


            #6
            Originally posted by alexeymarvel View Post
            It gives the same value as Time[0] as at bar's open. But I need the timer the same as in the replay window.
            In what event handler are you using the construct ?

            Comment


              #7
              Hello alexeymarvel,
              In addition to koganam's query, can you say what CalculateOnBarClose you are using?

              I look forward to assisting you further.
              JoydeepNinjaTrader Customer Service

              Comment

              Latest Posts

              Collapse

              Topics Statistics Last Post
              Started by RookieTrader, Today, 09:37 AM
              3 responses
              15 views
              0 likes
              Last Post NinjaTrader_ChelseaB  
              Started by kulwinder73, Today, 10:31 AM
              0 responses
              5 views
              0 likes
              Last Post kulwinder73  
              Started by terofs, Yesterday, 04:18 PM
              1 response
              24 views
              0 likes
              Last Post terofs
              by terofs
               
              Started by CommonWhale, Today, 09:55 AM
              1 response
              4 views
              0 likes
              Last Post NinjaTrader_Erick  
              Started by Gerik, Today, 09:40 AM
              2 responses
              7 views
              0 likes
              Last Post Gerik
              by Gerik
               
              Working...
              X