Name

View as Markdown

Definition

Indicates the name of the trading hours template applied to the Bars series object.

Property Value

A string representing the name of the trading hours template.

Syntax

Bars.TradingHours.Name

Examples

1protected override void OnBarUpdate()
2{
3 Print(TradingHours.Name);
4 //Output if applied to the ES with 'use instrument settings': CME US Index Futures ETH
5}