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

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

Syntax

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

See Also