Verify if a variable exist in this timeseries.
Verify if a variable exist in this timeseries.
[Visual Basic] Public Function Exist(ByVal String) As Boolean
[C#] public bool Exist(string);
[C++] public: bool Exist(String*);
[JScript] public function Exist(String): bool;
Verify if a variable exist in this timeseries.
[Visual Basic] Public Function Exist(ByVal Variable) As Boolean
[C#] public bool Exist(Variable);
[C++] public: bool Exist(Variable*);
[JScript] public function Exist(Variable): bool;
Timeseries Class | TA.Lib Namespace