Gets the calculated average win size. The average win size is the realized gross profit divided by the number of winning trades.

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

Syntax

C#
public double AverageWin { get; }
Visual Basic (Declaration)
Public ReadOnly Property AverageWin As Double
Visual C++
public:
property double AverageWin {
	double get ();
}

See Also