Gets or sets the number of short losing trades.

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

Syntax

C#
public int ShortLosingTrades { get; set; }
Visual Basic (Declaration)
Public Property ShortLosingTrades As Integer
Visual C++
public:
property int ShortLosingTrades {
	int get ();
	void set (int value);
}

See Also