Gets the calculated number of average losing bars held. The number of average losing bars held is the number of losing bars held 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 AverageLosingBarsHeld { get; }
Visual Basic (Declaration)
Public ReadOnly Property AverageLosingBarsHeld As Double
Visual C++
public:
property double AverageLosingBarsHeld {
	double get ();
}

See Also