Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

TradingHours missing function

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

    TradingHours missing function

    TradingHours has a function GetPreviousTradingDayEnd(DateTime timeLocal)
    but it does not have a matching function say called
    GetPreviousTradingDayStart(DateTime timeLocal)
    To be honest a name like GetSessionStart(DateTime timeLocal) would be better, but GetPreviousTradingDayStart matches the existing naming convention.

    I know someone is going to say "use SessionIterator instead", but I want to be able to get the start of a session relative to a given DateTime in OnBarUpdate(), but as of RC2 the documentation for SessionIterator.GetNextSession() says
    calling this method for each bar in the OnBarUpdate() method would NOT be recommended.
    There is no such warning for TradingHours.GetPreviousTradingDayEnd() so I am assuming it is more efficient (and so the matching GetPreviousTradingDayStart should be also).

    So could NT add GetPreviousTradingDayStart(DateTime timeLocal)
    please.

    #2
    Hello DaveE,

    Thank you for your post.

    You could use Bars.BarsSinceNewTradingDay to calculate the bars back for the start of the session. Then pass this to Time.

    Bars: http://ninjatrader.com/support/helpG...en-us/bars.htm

    Comment


      #3
      BarsSinceNewTradingDay only works in the context of the current session, it does not allow finding the session start for an arbitrary DateTime, so it cannot substitute for the suggested function GetPreviousTradingDayStart(DateTime timeLocal)

      Comment


        #4
        SessionIterator is the ultimate core object used to traverse trading hours details over segments of time.

        GetPreviousTradingDayEnd() is no more efficient than using your own session iterator.

        Any helper methods we would create would simply wrap a session iterator object, and would need to call either sessionIterator.CalculateTradingDay or sessionIterator.GetNextSessionEnd to arrive at this information requested.

        We will submit your request to add this type of method to the TradingHours class, but in the meantime - go ahead and use your own session iterator.

        I also have requested an update to the help guide to reflect a similar performance concern
        MatthewNinjaTrader Product Management

        Comment


          #5
          Hello DaveE,

          Thank you for your patience.

          This feature request has been assigned the ID SFT-1730.

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by NRITV, Today, 01:15 PM
          2 responses
          6 views
          0 likes
          Last Post NRITV
          by NRITV
           
          Started by frankthearm, Today, 09:08 AM
          7 responses
          31 views
          0 likes
          Last Post NinjaTrader_Clayton  
          Started by maybeimnotrader, Yesterday, 05:46 PM
          5 responses
          26 views
          0 likes
          Last Post NinjaTrader_ChelseaB  
          Started by quantismo, Yesterday, 05:13 PM
          2 responses
          19 views
          0 likes
          Last Post quantismo  
          Started by adeelshahzad, Today, 03:54 AM
          5 responses
          33 views
          0 likes
          Last Post NinjaTrader_BrandonH  
          Working...
          X