Access to timestamps of corresponding points.
Namespace:
GF.Clients.Charts.TimeSeries
Assembly:
GF.Clients.Charts (in GF.Clients.Charts.dll) Version: a2f537322cdaf87d2796303449681c087e96766d
public abstract ITimeArr Timestamps { get; }
Public MustOverride ReadOnly Property Timestamps As ITimeArr
Get
public:
virtual property ITimeArr^ Timestamps {
ITimeArr^ get () abstract;
}
Property Value
Type:
ITimeArr
Several indicators use timestamps of bars for calculation instead of relative indices. For example, Pivot Points
Reference