Gets the calculated number of losing trades. The number of losing trades is the sum of the long losing trades and the short losing trades.

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

Syntax

C#
public int LosingTrades { get; }
Visual Basic (Declaration)
Public ReadOnly Property LosingTrades As Integer
Visual C++
public:
property int LosingTrades {
	int get ();
}

See Also