Gets or sets the maximum number of consecutive losing trades.

Namespace:  RightEdge.Common
Assembly:  Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)

Syntax

C#
public int MaxConsecutiveLosing { get; set; }
Visual Basic (Declaration)
Public Property MaxConsecutiveLosing As Integer
Visual C++
public:
property int MaxConsecutiveLosing {
	int get ();
	void set (int value);
}

See Also