Skip to content

TimeZone Property

Summary

Gets or sets the chart timezone of the displayed indicator.

Signature

1
public string TimeZone {get; set;}

Return Value

string

Declaring Type

cAlgo.API.IndicatorAttribute

Examples

1
2
 [Indicator(TimeZone = TimeZones.UTC)]
 public class SampleIndicator : Indicator

Last update: March 23, 2023