The number of bars the position has been or was open for.

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

Syntax

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

See Also