ATAS
|
Represents an interface for creating and managing indicator candles. More...
Properties | |
string | Name [get] |
Gets the name of the candle creator. | |
List< IndicatorCandle > | Candles [get] |
Gets the list of IndicatorCandle created by the candle creator. | |
Events | |
Action< IndicatorCandle > | OnNewCandle |
Event raised when a new IndicatorCandle is created. | |
Action< IndicatorCandle > | OnRemoveCandle |
Event raised when an IndicatorCandle is removed. | |
Action< IndicatorCandle > | OnCandleChanged |
Event raised when an IndicatorCandle is changed. | |
Represents an interface for creating and managing indicator candles.
|
get |
Gets the list of IndicatorCandle created by the candle creator.
|
get |
Gets the name of the candle creator.
Action<IndicatorCandle> ATAS.Indicators.ICandleCreator.OnCandleChanged |
Event raised when an IndicatorCandle is changed.
Action<IndicatorCandle> ATAS.Indicators.ICandleCreator.OnNewCandle |
Event raised when a new IndicatorCandle is created.
Action<IndicatorCandle> ATAS.Indicators.ICandleCreator.OnRemoveCandle |
Event raised when an IndicatorCandle is removed.