ATAS
Loading...
Searching...
No Matches
ATAS.Indicators.ICandleCreator Interface Reference

Represents an interface for creating and managing indicator candles. More...

Properties

string Name [get]
 Gets the name of the candle creator.
 
List< IndicatorCandleCandles [get]
 Gets the list of IndicatorCandle created by the candle creator.
 

Events

Action< IndicatorCandleOnNewCandle
 Event raised when a new IndicatorCandle is created.
 
Action< IndicatorCandleOnRemoveCandle
 Event raised when an IndicatorCandle is removed.
 
Action< IndicatorCandleOnCandleChanged
 Event raised when an IndicatorCandle is changed.
 

Detailed Description

Represents an interface for creating and managing indicator candles.

Property Documentation

◆ Candles

List<IndicatorCandle> ATAS.Indicators.ICandleCreator.Candles
get

Gets the list of IndicatorCandle created by the candle creator.

◆ Name

string ATAS.Indicators.ICandleCreator.Name
get

Gets the name of the candle creator.

Event Documentation

◆ OnCandleChanged

Action<IndicatorCandle> ATAS.Indicators.ICandleCreator.OnCandleChanged

Event raised when an IndicatorCandle is changed.

◆ OnNewCandle

Action<IndicatorCandle> ATAS.Indicators.ICandleCreator.OnNewCandle

Event raised when a new IndicatorCandle is created.

◆ OnRemoveCandle

Action<IndicatorCandle> ATAS.Indicators.ICandleCreator.OnRemoveCandle

Event raised when an IndicatorCandle is removed.


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