Suoranta.Finance Namespace
Suoranta.Finance - Developer API

OhlcColumns Members

The OhlcColumns type exposes the following members.

Methods


  Name Description
Public method AddVolatility
Adds to CustomColumns Rogers-Satchell left-sided volatility estimator for the rolling sample of barCount.
Public method Equals(System.Object) (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetColumn
Gets the values of an OHLC column.
Public method GetColumns
Gets the OHLC columns as arrays.
Protected method GetEnumeratorInternal
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method Invert
Protected method MemberwiseClone (Inherited from Object.)
Public method Merge(OhlcColumns)
Public method Merge(OhlcColumns, Int32)
Public method Resample(ITimeScale, ITradingSchedule)
Creates a new instance with Resample(ITimeScale) applied to Timestamps.
Public method Resample(ITimeScale)
Creates a new instance with Resample(ITimeScale) applied to Timestamps.
(Inherited from OhlcSeries.)
Public method ToOhlcBarSeries
Creates OhlcBarSeries from this instance.
Public method ToPlot
Generate an OhlcPlotModel of this series.
Public method ToString (Inherited from Object.)

Properties


  Name Description
Public property BarWidth
Gets the BarWidth of Timestamps.
Public property Close
Public property Count
Gets the number of elements (IOhlcValues) in the collection.
Public property CustomColumns
Public property High
Public property Id
Gets the ticker or other identifier. The runtime type can be chosen freely according to the needs of the use case.
(Inherited from OhlcSeries.)
Protected property InternalStructure
Public property IsColumnStructured (Inherited from OhlcSeries.)
Public property IsReadOnly (Inherited from OhlcSeries.)
Public property IsRowStructured (Inherited from OhlcSeries.)
Public property Item
Gets the (timestamped) candle at index.
Public property Low
Public property Open
Public property Timestamps
Gets the ITimestamps.