InternalIndicatorValues
QuantConnect.Indicators.InternalIndicatorValues
InternalIndicatorValues(indicator: IIndicator, name: str)
Bases: Object, Iterable[IndicatorDataPoint]
Internal carrier of an indicator values by property name
Creates a new instance
name
name: str
The name of the values associated to this dto
create
create(
indicator: IIndicator, name: str
) -> InternalIndicatorValues
create(
indicator: IIndicator, property_info: PropertyInfo
) -> InternalIndicatorValues
Creates a new instance
get_enumerator
get_enumerator() -> IEnumerator[IndicatorDataPoint]
Returns an enumerator for the indicator values
to_string
to_string() -> str
String representation