Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Session times

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

    Session times

    I would like to ask, that if

    Bars.Session.GetNextBeginEnd(checkAtTime, out currentSessionBegin, out currentSessionEnd)

    is called in multi-instrument strategy - how that works?
    • A) can provide various session times depending on currently processed instrument
    • B) provides same session times, because it checks the primary Instrument only


    Which one is true A) or B) ?
    Last edited by misova; 09-05-2015, 02:50 PM.

    #2
    Hello misova,

    Thank you for your post.

    It would be whatever bar series called the OnBarUpdate() method.

    I would use BarsArray[barsSeries Index].Session.GetNextBeginEnd().

    Comment


      #3
      Thank you,

      I am just curious, how that works, that the method needs same Bars on 2 places.

      1st - the method is invoked on the Bars object
      2nd - it takes the same Bars object as parameter on which it is invoked

      One can invoke the method on Bars A and pass there a parameter with Bars B?
      On which one Bars then results will be returned?

      It would be intuitive and logical, that method should automatically use the object on which it is invoked, so no more passing it as parameter should be needed...
      Last edited by misova; 09-07-2015, 07:56 AM.

      Comment


        #4
        Hello,

        Using the standard overloads for this you could pass in either bar series, that is what the overload that includes Bars would be used for.

        In either case you are invoking on that series, either you provide the bars to the method using its overload, or you call the method from the bar series Session as Patrick provided.

        The expected result would be the output for whichever series you have provided to GetNextBeginEnd.

        Please let me know if I may be of further assistance.

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by CarlTrading, 03-31-2026, 09:41 PM
        1 response
        152 views
        1 like
        Last Post NinjaTrader_ChelseaB  
        Started by CarlTrading, 04-01-2026, 02:41 AM
        0 responses
        89 views
        1 like
        Last Post CarlTrading  
        Started by CaptainJack, 03-31-2026, 11:44 PM
        0 responses
        131 views
        2 likes
        Last Post CaptainJack  
        Started by CarlTrading, 03-30-2026, 11:51 AM
        0 responses
        127 views
        1 like
        Last Post CarlTrading  
        Started by CarlTrading, 03-30-2026, 11:48 AM
        0 responses
        107 views
        0 likes
        Last Post CarlTrading  
        Working...
        X