TA-Lib : Technical Analysis Library

FunctionBase.Input.TimeseriesVarName Property

Each 'Input' are map to a variable of the input timeseries.

[Visual Basic]
Public Property ReadOnly TimeseriesVarName As String
[C#]
public string TimeseriesVarName { get; }
[C++]
public: __property String* get_TimeseriesVarName();
[JScript]
public function get TimeseriesVarName() : String

See Also

FunctionBase.Input Class | TA.Lib Namespace