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

Date/time comparison

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

    Date/time comparison

    Hi,

    I'd like to learn how to compare an arbitrarily defined date and time with the output from DateTime.

    I understand this bit:

    DateTime mydatetime = Time[0];
    mydatetime.Date mydatetime.Minute, etc.
    When I Print this value I get "2/25/2011 12:00:00 AM" for example, cool.

    Now, are DateTimes strings? How do I store and express my arbitrary date time? for example I'd like to enter 1/1/2000 12:00:00 AM and compare it to Time[0] to see if the current time is past 1/1/2000 or before it.

    Thanks!

    #2
    Hello,

    Thanks for the note.

    This is more of a c# programming concept. Would suggest you check into this:

    Represents an instant in time, typically expressed as a date and time of day.




    To get these I googled c# DateTime.

    Let me know if I can be of further assistance.

    Comment


      #3
      Thanks Brett,
      Had already been there--have been working with c# for about 3 days

      Anyhow taking a second look I found what I needed to find:

      DateTime test = new DateTime(2011,2,1,7,47,0);

      So thanks!

      Comment


        #4
        Excellent, no problem. If you run into anything specific you need help on don't hesitate to let me know. Even if its c# related I might be able to head you in right direction or provide a specific example that might help and would be happy to do it.

        Have a great rest of the day.

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by jpapa, Today, 07:22 AM
        1 response
        5 views
        0 likes
        Last Post NinjaTrader_Gaby  
        Started by kevinenergy, 02-17-2023, 12:42 PM
        116 responses
        2,758 views
        1 like
        Last Post kevinenergy  
        Started by franatas, 12-04-2023, 03:43 AM
        7 responses
        106 views
        0 likes
        Last Post NinjaTrader_ChelseaB  
        Started by Jltarrau, Today, 05:57 AM
        3 responses
        9 views
        0 likes
        Last Post Jltarrau  
        Started by f.saeidi, Today, 05:56 AM
        2 responses
        9 views
        0 likes
        Last Post NinjaTrader_Erick  
        Working...
        X