Gets or sets the number of long losing trades.

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

Syntax

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

See Also