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

See Also