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

e.Time vs ToTime

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

    e.Time vs ToTime

    I'm calculating variables in OnMarketData that are dependent on time, specifically seconds. Some of the calcs aren't working properly when using ToTime. I noticed when doing a print of e.Time and ToTime in OMD (onmarketdata), that ToTime lags e.Time. Any suggesstions for a datetime structure that will match e.Time values in OMD that can be compared using booleans?

    #2
    Hello mgin98,

    ToTime() converts a date time object to an integer. It doesn't hold any time properties. What are you comparing with e.time?
    Ryan M.NinjaTrader Customer Service

    Comment


      #3
      I'm analyzing OnMarketData events at the tick level and trying to use the lowest timeframe available in NT to group the data, which is the seconds timeframe as far as I know. I need to be able to determine when a second has passed so that I can reset the variables and begin processing incoming data again. ToTime gives me an integer to compare but it lags e.Time so it skews the results.

      How can I use ToTime to convert e.Time to an integer? That would be ideal.
      Last edited by mgin98; 09-28-2010, 02:29 PM.

      Comment


        #4
        You can use ToTime(e.Time);

        That will convert e.Time to an integer.
        Ryan M.NinjaTrader Customer Service

        Comment


          #5
          Thanks NT_Ryan. That did it.

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by usazencort, Today, 01:16 AM
          0 responses
          1 view
          0 likes
          Last Post usazencort  
          Started by kaywai, 09-01-2023, 08:44 PM
          5 responses
          603 views
          0 likes
          Last Post NinjaTrader_Jason  
          Started by xiinteractive, 04-09-2024, 08:08 AM
          6 responses
          22 views
          0 likes
          Last Post xiinteractive  
          Started by Pattontje, Yesterday, 02:10 PM
          2 responses
          21 views
          0 likes
          Last Post Pattontje  
          Started by flybuzz, 04-21-2024, 04:07 PM
          17 responses
          230 views
          0 likes
          Last Post TradingLoss  
          Working...
          X