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

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.
    Chris L.NinjaTrader Customer Service

    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 Barry Milan, Yesterday, 10:35 PM
        5 responses
        16 views
        0 likes
        Last Post NinjaTrader_Manfred  
        Started by DanielSanMartin, Yesterday, 02:37 PM
        2 responses
        13 views
        0 likes
        Last Post DanielSanMartin  
        Started by DJ888, 04-16-2024, 06:09 PM
        4 responses
        12 views
        0 likes
        Last Post DJ888
        by DJ888
         
        Started by terofs, Today, 04:18 PM
        0 responses
        11 views
        0 likes
        Last Post terofs
        by terofs
         
        Started by nandhumca, Today, 03:41 PM
        0 responses
        8 views
        0 likes
        Last Post nandhumca  
        Working...
        X