TA-Lib : Technical Analysis Library

Timeseries.High Property

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

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

See Also

Timeseries Class | TA.Lib Namespace