SessionIterator
Definition
Allows you to traverse through various trading hours data elements which apply to a segment of bars.
Should you wish to obtain trading hours information for historical bar values, you need to construct and store your own session iterator object based of the desired bars series array.
Parameters
- bars
- The Bars object used to create the SessionIterator
Warning: The properties in this class should NOT be accessed within the OnStateChange() method before the State has reached State.DataLoaded.
Methods and Properties
Tip: In order to calculate a session information for another multi-instrument or multi-time frame script, you can pass in the desired BarsArray array value as the SessionIterator bars object.

