Click or drag to resize

Bar Properties

The Bar type exposes the following members.

Properties
 NameDescription
Public propertyBarCountSinceSession Gets the bar count since session
(Inherited from BarBase)
Public propertyClose Gets the close price
(Inherited from BarBase)
Public propertyCurrentBar Gets the current bar
(Inherited from BarBase)
Public propertyHigh Gets the high price
(Inherited from BarBase)
Public propertyIsFirstBarOfSession Determines if its the first session of the bar
(Inherited from BarBase)
Public propertyLow Gets the low price
(Inherited from BarBase)
Public propertyOpen Gets the open price
(Inherited from BarBase)
Public propertyOpenInterest Gets the open interest, if any
(Inherited from BarBase)
Public propertyTime Gets the time stamp
(Inherited from BarBase)
Public propertyVolume Gets the volume
(Inherited from BarBase)
Top
See Also