The position exit price, as a weighted average.

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

Syntax

C#
public Price ExitPrice { get; internal set; }
Visual Basic (Declaration)
Public Property ExitPrice As Price
Visual C++
public:
property Price^ ExitPrice {
	Price^ get ();
	void set (Price^ value);
}

Remarks

This is the average price of all the trades which decreased the position size, weighted by the size of each trade.

See Also