TA-Lib : Technical Analysis Library

Variable.setValue Method

Change or add a floating-point representation at the specified moment in time.

Overload List

Change or add a floating-point representation at the specified moment in time.

[Visual Basic] Public Sub setValue(ByVal Date,ByVal Double)
[C#] public void setValue(DateTime,double);
[C++] public: void setValue(DateTime,double);
[JScript] public function setValue(DateTime,double);

Change or add a floating-point representation at the specified index of the parent timeseries.

[Visual Basic] Public Sub setValue(ByVal Integer,ByVal Double)
[C#] public void setValue(int,double);
[C++] public: void setValue(int,double);
[JScript] public function setValue(int,double);

See Also

Variable Class | TA.Lib Namespace