OhlcSeries Members
The OhlcSeries type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
Equals(System.Object) | (Inherited from Object.) |
|
|
Finalize | (Inherited from Object.) |
|
|
GetColumn |
Gets the values of an OHLC column.
|
|
|
GetColumns |
Gets the OHLC columns as arrays.
|
|
|
GetEnumeratorInternal | |
|
|
GetHashCode | (Inherited from Object.) |
|
|
GetType | (Inherited from Object.) |
|
|
MemberwiseClone | (Inherited from Object.) |
|
|
Resample(ITimeScale) |
Creates a new instance with Resample(ITimeScale) applied to
Timestamps.
|
|
|
Resample(ITimeScale, ITradingSchedule) |
Creates a new instance with Resample(ITimeScale)
applied to Timestamps.
|
|
|
ToPlot |
Generate an OhlcPlotModel of this series.
|
|
|
ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
|
|
BarWidth |
Gets the BarWidth of Timestamps.
|
|
|
Count |
Gets the number of elements (IOhlcValues) in the collection.
|
|
|
Id |
Gets the ticker or other identifier. The runtime type can be chosen freely according to the
needs of the use case.
|
|
|
InternalStructure | |
|
|
IsColumnStructured | |
|
|
IsReadOnly | |
|
|
IsRowStructured | |
|
|
Item |
Gets the (timestamped) candle at index.
|
|
|
Timestamps |
Gets the ITimestamps.
|

