Simple Moving average Perform the function on the default variable.
[Visual Basic] Public Function Sma( _ ByVal period As Integer _ ) As Variable [C#] public Variable Sma( int period ); [C++] public: Variable* Sma( int period ); [JScript] public function Sma( int period ): Variable;
A reference on the transformed variable.
Timeseries.ApplyOp Class | TA.Lib Namespace