A time series of OHLCV bars
The following tables list the members exposed by BarSeries.
Public Constructors
Public Properties
| Name | Description | |
|---|---|---|
|
Count | Gets the number of bars in this series |
|
First | Gets the first bar of this series |
|
Item | Overloaded. Gets bar with specified time stamp in the series |
|
Last | Gets the last bar of this series |
|
Name | Gets the name of this series |
Public Methods
| Name | Description | |
|---|---|---|
|
Add | Overloaded. Adds a bar to this series |
|
Ago | Returns n-bar-ago bar |
|
Compress | Compresses bar series |
|
Contains | Overloaded. Checks if this series contains a bar with specified time stamp |
|
Crosses | Overloaded. Checks if this bar series crosses another bar series at specified bar |
|
CrossesAbove | Overloaded. Checks if this bar series crosses another bar series above at specific bar time |
|
CrossesBelow | Overloaded. Checks if this bar series crosses another bar series below at specific bar time |
|
GetDateTime | Returns date time by specified index |
|
GetEnumerator | Returns collection enumerator |
|
HighestHigh | Overloaded. Gets the highest High of bars in this series |
|
LowestLow | Overloaded. Gets the lowest Low of bars in this series |
|
Remove | Overloaded. Removes the bar with specified time stamp from this series |