Gets the calculated net profit percentage. The net profit percentage is the sum of the realized net profit and the unrealized net profit divided by the starting capital.

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

Syntax

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

See Also