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

first day and last day of each month

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

    first day and last day of each month

    hello,

    I would like to know the first day and last day of each month.
    For the week, the role exists, DayOfWeek.
    Is there a way of knowing this for months.

    thank you

    #2
    Not sure what you mean. Just run the DateTime with a date of 9/1 for instance and then use .DayOfWeek on it and it will give you the day it is.
    Josh P.NinjaTrader Customer Service

    Comment


      #3
      I'll take an example.
      I must make a DrawDot, one early and one at the end of each month.
      How to detect the first day and last jor each month.

      Comment


        #4
        Just check the dates. If the date is 1 or 30/31 then it is beginning/end of month
        Josh P.NinjaTrader Customer Service

        Comment


          #5
          ... 30/31 is near at the truth already. The save way to find the last day of this month should go like this:

          DateTime LastOfSep2009 = new DateTime(2009, 10, 1).AddDays(-1);

          Regards
          Ralph

          Comment


            #6
            yes,
            thank you very much

            Comment

            Latest Posts

            Collapse

            Topics Statistics Last Post
            Started by cmtjoancolmenero, Yesterday, 03:58 PM
            2 responses
            19 views
            0 likes
            Last Post cmtjoancolmenero  
            Started by Stanfillirenfro, Today, 07:23 AM
            0 responses
            2 views
            0 likes
            Last Post Stanfillirenfro  
            Started by olisav57, Yesterday, 07:39 PM
            1 response
            9 views
            0 likes
            Last Post NinjaTrader_ChelseaB  
            Started by cocoescala, 10-12-2018, 11:02 PM
            7 responses
            942 views
            0 likes
            Last Post Jquiroz1975  
            Started by oviejo, Today, 12:28 AM
            1 response
            11 views
            0 likes
            Last Post NinjaTrader_Gaby  
            Working...
            X