Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Check whether Bar is last bar of current month

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

    Check whether Bar is last bar of current month

    Hi

    I was searching already the forum and found some similar discussions, but not exactly what I look for.

    In my strategy I want to know whether the current bar is the last bar of that month.
    Example: Time[0] = 29th March 2019. This would be the last bar of the month "March 2019", because 30th March is Saturday and the next bar I have in the data set is 1st of April 2019.

    I guesst the problem is that one cannot look forward in the dataset. But maybe there is a function or a way to identify whether the current bar ist last bar of the month?


    #2
    Hello Beauregard, thank you for your post.

    I found this solution on getting the last business day of the month:

    You can check if Times[0][0].Day == the calculated day from that solution and also use IsLastBarOfSession to get a "last bar of month" condition.

    Best regards.


    Chris L.NinjaTrader Customer Service

    Comment


      #3
      hi Chris

      thanks for the feedback. Yes, I am aware that it can be calculated,there are also libraries returning for a given date & stock exchange, whether it is a business day or not.
      However, if NT would have had such a function, it would be much easier, since NT "knows" the data in the dataseries object.

      Comment


        #4
        Hello Beauregard, thanks for your reply.

        I will submit a feature request to add a last bar of month method.
        Chris L.NinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by bortz, 11-06-2023, 08:04 AM
        47 responses
        1,607 views
        0 likes
        Last Post aligator  
        Started by jaybedreamin, Today, 05:56 PM
        0 responses
        9 views
        0 likes
        Last Post jaybedreamin  
        Started by DJ888, 04-16-2024, 06:09 PM
        6 responses
        19 views
        0 likes
        Last Post DJ888
        by DJ888
         
        Started by Jon17, Today, 04:33 PM
        0 responses
        6 views
        0 likes
        Last Post Jon17
        by Jon17
         
        Started by Javierw.ok, Today, 04:12 PM
        0 responses
        15 views
        0 likes
        Last Post Javierw.ok  
        Working...
        X