TA-Lib : Technical Analysis Library

Timeseries Class

Time series allows to aglomerate variables and keep these synchronize with a common set of timestamps.

For a list of all members of this type, see Timeseries Members.

System.Object
   TA.Lib.Timeseries
      TA.Lib.TimeseriesAroon
      TA.Lib.TimeseriesMacd

[Visual Basic]
Public Class Timeseries
    Implements IEnumerable
[C#]
public class Timeseries : IEnumerable
[C++]
public __gc class Timeseries : public IEnumerable
[JScript]
public class Timeseries extends IEnumerable

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: TA.Lib

Assembly: Timeseries (in Timeseries.dll)

See Also

Timeseries Members | TA.Lib Namespace