Skip to content

Collections

Name Description
DataSeries Represents a read only list of values, typically used to represent market price series. The values are accessed with an array-like [] operator.
Functions This class contains valuable functions that apply to DataSeries.
IndicatorDataSeries Represents a mutable array of values. An extension of DataSeries used to represent indicator values.
IReadonlyList Represents a read only collection of a specified type
TimeSeries A series of values that represent time like MarketSeries.OpenTime