Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

The date and time when Onbarupdate() is activated du backtest.

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

    The date and time when Onbarupdate() is activated du backtest.

    Hi, hope someone can help


    During bactesting of a strategie, I want to know the time
    When OnBarUpdate() is called.
    So, it's not the time the strategie i exectuted, but the time, when
    every OnBaupdate() is called within the backtesting.

    Thanks in advance
    Crunchy

    #2
    crunchy,

    Use DateTime.Now for the time of your PC clock.
    Josh P.NinjaTrader Customer Service

    Comment


      #3
      now when reread my message I can see that it's confusing,
      let say that you are runnig a strategi the periode of 1 jan to 1 februar.
      ok, the output exempel would be something like that.

      Onbarupdate()
      1 januar
      Onbarupdate()
      2 januar
      Onbarupdate()
      3 januar

      Hope I did a better job this time :-)
      Thanks in advance
      Crunchy

      Comment


        #4
        crunchy,

        Not sure I understand you correctly, but if you just want the timestamp of the bars being processed use Time[0].
        Josh P.NinjaTrader Customer Service

        Comment


          #5
          ah, thanks alot,
          I think that would do

          Crunchy

          Comment


            #6
            hmm, would you kindly give me an eksemple?
            Crunchy

            Comment


              #7
              crunchy,

              Not sure what you are looking for exactly.

              Print(Time[0].ToString()); gives you the timestamp of the current bar being processed.
              Josh P.NinjaTrader Customer Service

              Comment


                #8
                Yes, I think it's what I am looking for, thank you
                Best regards
                Crunchy

                Comment

                Latest Posts

                Collapse

                Topics Statistics Last Post
                Started by argusthome, 03-08-2026, 10:06 AM
                0 responses
                80 views
                0 likes
                Last Post argusthome  
                Started by NabilKhattabi, 03-06-2026, 11:18 AM
                0 responses
                46 views
                0 likes
                Last Post NabilKhattabi  
                Started by Deep42, 03-06-2026, 12:28 AM
                0 responses
                29 views
                0 likes
                Last Post Deep42
                by Deep42
                 
                Started by TheRealMorford, 03-05-2026, 06:15 PM
                0 responses
                32 views
                0 likes
                Last Post TheRealMorford  
                Started by Mindset, 02-28-2026, 06:16 AM
                0 responses
                66 views
                0 likes
                Last Post Mindset
                by Mindset
                 
                Working...
                X