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
Timeseries Class | TA.Lib Namespace