Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

SessionIterator missing function

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

    SessionIterator missing function

    SessionIterator.GetNextSession(...) allows iteration of sessions forwards in time from an artbitrary DateTime. Since if you give it a DateTime in a session break, it gives you the following session.

    However as of RC2 there does not seem to be a method of iterating backwards in time from an arbitrary DateTime.

    I suggest a new function GetPreviousSession(...). If you give it a DateTime in a session break it would give you the previous session.

    #2
    Hello,

    Thank you for posting this.

    I have submitted this as a feature request to development.

    I look forward to being of further assistance.
    JesseNinjaTrader Customer Service

    Comment


      #3
      Hello,

      I wanted to reply back on this item. While I have submitted this as a feature request, It was brought to my attention that the following could potentially work depending on how you plan to execute the logic.

      Code:
      sessionIterator.CalculateTradingDay(new DateTime(2016, 11, 15), true);
                                          
      DateTime tradingDay   = sessionIterator.ActualTradingDayExchange;
      DateTime beginTime       = sessionIterator.ActualSessionBegin;
      DateTime endTime     = sessionIterator.ActualSessionEnd;


      Output would be then like -

      Calculating trading day for Wednesday 16.11.2016 00:05:00
      The Prior Trading Day 15.11.2016 starts at 15.11.2016 00:00:00 and ends at 15.11.2016 23:00:00

      I look forward to being of further assistance.
      JesseNinjaTrader Customer Service

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by timmbbo, 07-05-2023, 10:21 PM
      4 responses
      158 views
      0 likes
      Last Post NinjaTrader_Gaby  
      Started by tkaboris, Today, 08:01 AM
      1 response
      7 views
      0 likes
      Last Post NinjaTrader_Gaby  
      Started by Lumbeezl, 01-11-2022, 06:50 PM
      31 responses
      818 views
      1 like
      Last Post NinjaTrader_Adrian  
      Started by xiinteractive, 04-09-2024, 08:08 AM
      5 responses
      15 views
      0 likes
      Last Post NinjaTrader_Erick  
      Started by swestendorf, Today, 11:14 AM
      2 responses
      6 views
      0 likes
      Last Post NinjaTrader_Kimberly  
      Working...
      X