Verify if a variable exist in this timeseries.
[Visual Basic] Public Function Exist( _ ByVal variableRef As Variable _ ) As Boolean [C#] public bool Exist( Variable variableRef ); [C++] public: bool Exist( Variable* variableRef ); [JScript] public function Exist( Variable variableRef ): bool;
True if the variable exist in this timeseries, else false.
Timeseries Class | TA.Lib Namespace | Timeseries.Exist Overload List