TA-Lib : Technical Analysis Library

Timeseries.Close Property

Allows direct access to the variable named "Close". If such variable does not exist, an exception is thrown.

[Visual Basic]
Public Property ReadOnly Close As Variable
[C#]
public Variable Close { get; }
[C++]
public: __property Variable* get_Close();
[JScript]
public function get Close() : Variable

See Also

Timeseries Class | TA.Lib Namespace