そのセッション・テンプレートのタイム・ゾーン
そのセッションのタイム・ゾーンを表す TimeZoneInfo
Bars.Session.TimeZoneInfo
Custom Indicator, Custom Strategy
// OnBarUpdate method
protected override void OnBarUpdate()
{
// The session template's timezone
Print("The session time zone is: " + Bars.Session.TimeZoneInfo.Id)
}