Bars.NextSessionEndTime

Description

Bars.NextSessionEndTime outputs the date and time for the end of the next session. See Properties for more information.

Parameter

None

Return Value

Type DateTime

Usage

Bars.GetSessionNextEnd

More Information

The time for the returned value will correlate with the value specified within the MarketEscort. The value itself can be set within the Instrument Escort and can be called up with TradersYard X Script using the Instrument.Exchange function.

Example

Print("The next trading session ends at " + Bars.NextSessionEndTime);

Last updated