Gets the calculated average profit. The average profit is the realized net profit divided by the total number of finished trades.

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

Syntax

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

See Also