+1 888 340 6572

SessionStartTime

From MultiCharts
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Returns a numerical value, indicating the time of the day that the specified session starts. The time is indicated in the 24-hour HHmm format, where 1300 = 1:00 PM.

Usage

SessionStartTime(SessionType,SessionNum)

Where: SessionType - a numerical expression: 0 = Auto Detect, 1 = Regular Session*

SessionNum - a numerical expression specifying the Session Number

* Custom Sessions parameters will be used if selected in QuoteManager.

Example

Assign a value, indicating the time of the day that the 4th regular session starts, to Value1 variable:

Value1 = SessionStartTime(1,4);