Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Get End Of Session Time

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

    Get End Of Session Time

    Hello,

    How can I get End Of Session Time for that particular day? The reason I am asking this, it because for some holidays, day is cut in half, and I want to avoid margin increase that happens 1 hour before close. So how can I calculate End Of Session Time (so I could be able to get 1 hour before it ends later)?

    #2
    Hello UltraNIX, thanks for writing in.

    One can use the SessionIterator to get this kind of information. See here for an example:

    https://ninjatrader.com/support/help...oniterator.htm

    If you implement that example on an indicator and run it on a 15 minute chart, for example, it would print:

    The Current Trading Day 11/23/2020 starts at 11/22/2020 4:00:00 PM and ends at 11/23/2020 3:00:00 PM
    The Current Trading Day 11/24/2020 starts at 11/23/2020 4:00:00 PM and ends at 11/24/2020 3:00:00 PM
    The Current Trading Day 11/25/2020 starts at 11/24/2020 4:00:00 PM and ends at 11/25/2020 3:00:00 PM
    The Current Trading Day 11/26/2020 starts at 11/25/2020 4:00:00 PM and ends at 11/26/2020 11:00:00 AM

    Please let me know if I may provide any further information.

    Comment


      #3
      I added it to a strategy, thanks for the code.

      By the way, can you share me a code which would subtract 60 minutes from that endTime? Like endTime.Subtract......

      Comment


        #4
        Nevermind, I found .AddHours(-1).

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Mindset, 04-21-2026, 06:46 AM
        0 responses
        91 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by M4ndoo, 04-20-2026, 05:21 PM
        0 responses
        137 views
        0 likes
        Last Post M4ndoo
        by M4ndoo
         
        Started by M4ndoo, 04-19-2026, 05:54 PM
        0 responses
        68 views
        0 likes
        Last Post M4ndoo
        by M4ndoo
         
        Started by cmoran13, 04-16-2026, 01:02 PM
        0 responses
        121 views
        0 likes
        Last Post cmoran13  
        Started by PaulMohn, 04-10-2026, 11:11 AM
        0 responses
        72 views
        0 likes
        Last Post PaulMohn  
        Working...
        X