Gets the calculated average loss. The average loss is the realized gross loss divided by the number of losing trades.

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

Syntax

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

See Also