Skip to content

IndicatorResult

QuantConnect.Indicators.IndicatorResult

IndicatorResult(
    value: float, status: IndicatorStatus = ...
)

Bases: Object

Represents the result of an indicator's calculations

Initializes a new instance of the IndicatorResult class

Parameters:

Name Type Description Default
value float

The value output by the indicator

required
status IndicatorStatus

The status returned by the indicator

...

value

value: float

The indicator output value

status

The indicator status