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