Classes
| Class | Description | |
|---|---|---|
| DataSeriesList | ||
| HistoryTimeSeries |
Implements time series with historical data manipulations
| |
| PointStyles |
Implements access to visual style of data point
| |
| ResultArray |
Implements access to array of results of the current indicator in implementations of calculation algorithms
| |
| Series |
The base class of point (expressed as double value) series
| |
| SingleArgFunctionalSeries |
Implements Series that actually calculates "on demand" a specified operation between each values of specified two Series
| |
| StockArray |
Represents historical constract data as an array
| |
| TimeSeriesAttribute |
Specifies the description, the name, the category, the source and result scales, etc. for an Indicator class
| |
| TimeSeriesBase |
Base class of time series like historical series and indicators
| |
| TimeSeriesList | ||
| VarargsFunctionalSeries |
Implements Series that actually calculates "on demand" a specified operation between each values of specified two Series
| |
| VolumeSeries | ||
| XmlNTIgnoreAttribute |
Interfaces
| Interface | Description | |
|---|---|---|
| IPointStyles |
Provides access to visual styles of data points
| |
| ISeriesArray |
Provides access to array of Series | |
| ITimeArr |
Access to timestamps of data points
|
Delegates
| Delegate | Description | |
|---|---|---|
| SingleArgFunctionalSeriesOperationDelegate | ||
| VarargsFunctionalSeriesOperationDelegate |
Enumerations
| Enumeration | Description | |
|---|---|---|
| SeriesOrder |
Defines index begining in Series
| |
| VolumeSeriesDirection | ||
| VolumeSeriesType |