Represents a data series of decimal values derived from specific parts of an IndicatorCandle created by an ICandleCreator. More...
Public Member Functions | |
| CandlePartSeries (ICandleCreator candleCreator, DataSeriesType type) | |
| Initializes a new instance of the CandlePartSeries class. | |
| IndicatorCandle | GetCandle (int bar) |
| Gets the IndicatorCandle at the specified bar index. | |
Public Member Functions inherited from ATAS.Indicators.BaseDataSeries< decimal > | |
| virtual void | Clear () |
| override string | ToString () |
Properties | |
| override int | Count [get] |
| override decimal | this[int index] [get, set] |
Properties inherited from ATAS.Indicators.BaseDataSeries< decimal > | |
| bool | DrawAbovePrice [get, set] |
| bool | IgnoredByAlerts [get, set] |
| string | Id [get, set] |
| Gets or sets the unique and constant data series ID for data serialization. | |
| string | RenderId [get] |
| Unique series id for all panels and indicators. | |
| virtual bool | IsVisible [get] |
| Gets a value is should series drawn. | |
| DataSeriesType | Type [get] |
| string | Name [get, set] |
| string | DescriptionKey [get, set] |
| abstract int | Count [get] |
| abstract T | this[int index] [get, set] |
| Gets or sets the element at the specified index. | |
| bool | IsHidden [get, set] |
| bool | ShowTooltip [get, set] |
| bool | UseMinimizedModeIfEnabled [get, set] |
| bool | ResetAlertsOnNewBar [get, set] |
| bool | ShowNameOnMouseOver [get, set] |
Additional Inherited Members | |
Protected Member Functions inherited from ATAS.Indicators.BaseDataSeries< decimal > | |
| void | RaiseChanged (int bar) |
| virtual void | RaisePropertyChanged (string propertyName) |
| virtual void | RaisePanelPropertyChanged (string propertyName) |
| BaseDataSeries (string id, DataSeriesType type) | |
| BaseDataSeries (string id, string name, DataSeriesType type) | |
| BaseDataSeries (DataSeriesType type) | |
Events inherited from ATAS.Indicators.BaseDataSeries< decimal > | |
| Action< int > | Changed |
| PropertyChangedEventHandler | PropertyChanged |
| PropertyChangedEventHandler | PanelPropertyChanged |
Represents a data series of decimal values derived from specific parts of an IndicatorCandle created by an ICandleCreator.
| ATAS.Indicators.CandlePartSeries.CandlePartSeries | ( | ICandleCreator | candleCreator, |
| DataSeriesType | type | ||
| ) |
Initializes a new instance of the CandlePartSeries class.
| candleCreator | The ICandleCreator used to create IndicatorCandles. |
| type | The type of data series based on the specific part of the IndicatorCandle. |
| IndicatorCandle ATAS.Indicators.CandlePartSeries.GetCandle | ( | int | bar | ) |
Gets the IndicatorCandle at the specified bar index.
| bar | The index of the bar to get the IndicatorCandle for. |
|
get |
|
getset |