TA-Lib : Technical Analysis Library

Timeseries.AllowEmptyVariables Property

The user can choose to be notified or not by an exception when an operation did generate and empty variable because of lack of sufficient data from the inputs variables.

[Visual Basic]
Public Property AllowEmptyVariables As Boolean
[C#]
public bool AllowEmptyVariables { get; set; }
[C++]
public: __property bool get_AllowEmptyVariables();
public: __property void set_AllowEmptyVariables(bool );
[JScript]
public function get AllowEmptyVariables() : bool
public function set AllowEmptyVariables(bool);

See Also

Timeseries Class | TA.Lib Namespace