TA-Lib : Technical Analysis Library

Timeseries.Rename Method

Rename the default variable. Take note that upon rename, the variable might not be the default anymore.

Overload List

Rename the default variable. Take note that upon rename, the variable might not be the default anymore.

[Visual Basic] Public Function Rename(ByVal String) As Variable
[C#] public Variable Rename(string);
[C++] public: Variable* Rename(String*);
[JScript] public function Rename(String): Variable;

Allows to rename a variable. If the new name is already used by another variable, the renamed variable will replace the existing variable.

[Visual Basic] Public Function Rename(ByVal String,ByVal String) As Variable
[C#] public Variable Rename(string,string);
[C++] public: Variable* Rename(String*,String*);
[JScript] public function Rename(String,String): Variable;

See Also

Timeseries Class | TA.Lib Namespace