Allows direct access to the variable named "Low". If such variable does not exist, an exception is thrown.
[Visual Basic] Public Property ReadOnly Low As Variable [C#] public Variable Low { get; } [C++] public: __property Variable* get_Low(); [JScript] public function get Low() : Variable
Timeseries Class | TA.Lib Namespace