Gets the calculated number of exited trades. The number of existed trades is the sum of winning trades and losing trades.

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

Syntax

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

See Also