TA-Lib : Technical Analysis Library

Timeseries.Open Property

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

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

See Also

Timeseries Class | TA.Lib Namespace