ATAS
Loading...
Searching...
No Matches
ATAS.Indicators.CandlePartSeries Class Reference

Represents a data series of decimal values derived from specific parts of an IndicatorCandle created by an ICandleCreator. More...

Inheritance diagram for ATAS.Indicators.CandlePartSeries:
[legend]
Collaboration diagram for ATAS.Indicators.CandlePartSeries:
[legend]

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.
 
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
 

Detailed Description

Represents a data series of decimal values derived from specific parts of an IndicatorCandle created by an ICandleCreator.

Constructor & Destructor Documentation

◆ CandlePartSeries()

ATAS.Indicators.CandlePartSeries.CandlePartSeries ( ICandleCreator  candleCreator,
DataSeriesType  type 
)

Initializes a new instance of the CandlePartSeries class.

Parameters
candleCreatorThe ICandleCreator used to create IndicatorCandles.
typeThe type of data series based on the specific part of the IndicatorCandle.

Member Function Documentation

◆ GetCandle()

IndicatorCandle ATAS.Indicators.CandlePartSeries.GetCandle ( int  bar)

Gets the IndicatorCandle at the specified bar index.

Parameters
barThe index of the bar to get the IndicatorCandle for.
Returns
The IndicatorCandle at the specified bar index.

Property Documentation

◆ Count

override int ATAS.Indicators.CandlePartSeries.Count
get

◆ this[int index]

override decimal ATAS.Indicators.CandlePartSeries.this[int index]
getset


The documentation for this class was generated from the following file: