Implicit cast operator from Timeseries to Variable.
[Visual Basic] returnValue = Timeseries.op_Implicit(ts)[C#] public static implicit Variable operator operator ( Timeseries ts ) [C++] public: static Variable* op_Implicit( Timeseries* ts ) [JScript] returnValue = ts;
[Visual Basic] In Visual Basic, you can use the conversion operators defined by a type, but you cannot define your own.
[JScript] In JScript, you can use the conversion operators defined by a type, but you cannot define your own.
The default variable of the timeseries.
Timeseries Class | TA.Lib Namespace