Make a deep copy of the Timeseries. The new timeseries is independent with a copy of all the variable(s) and their value(s).
[Visual Basic] Public Function Clone() As Timeseries [C#] public Timeseries Clone(); [C++] public: Timeseries* Clone(); [JScript] public function Clone(): Timeseries;
The new timeseries.
Timeseries Class | TA.Lib Namespace