This is the maximum historical account value. It is used to calculate the drawdown.

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

Syntax

C#
public double MaxAccountValue { get; set; }
Visual Basic (Declaration)
Public Property MaxAccountValue As Double
Visual C++
public:
property double MaxAccountValue {
	double get ();
	void set (double value);
}

See Also