CandleIndicatorValue

StockSharp.Algo.Indicators

The indicator value, operating with data type ICandleMessage.

Inherits: SingleIndicatorValue<ICandleMessage>

Constructors

CandleIndicatorValue(IIndicator, ICandleMessage)

Initializes a new instance of the CandleIndicatorValue.

indicator
Indicator.
value
Value.
CandleIndicatorValue(IIndicator, DateTime)

Initializes a new instance of the CandleIndicatorValue.

indicator
Indicator.
time
Time

Methods

GetValue``1(Level1Fields?)

To get the value by the data type.

field
Field specified value source.

Returns: Value.