TA-Lib : Technical Analysis Library

Timeseries.SetAllVar Method 

Add all variables from a timeseries at once. The variable name will be appended with the specified prefix.

[Visual Basic]
Public Sub SetAllVar( _ 
   ByVal variablePrefix As String, _ 
   ByVal timeseries As Timeseries _ 
)
[C#]
public void SetAllVar(
   string variablePrefix,
   Timeseries timeseries
);
[C++]
public: void SetAllVar(
   String* variablePrefix,
   Timeseries* timeseries
);
[JScript]
public function SetAllVar(
   String variablePrefix,
   Timeseries timeseries
);

Parameters

variablePrefix
is the prefix added to all variable names.
timeseries
is the timeseries providing the variable to be added.

See Also

Timeseries Class | TA.Lib Namespace