Lean
$LEAN_TAG$
|
Provides historical values of an indicator More...
Public Member Functions | |
IndicatorHistory (List< IndicatorDataPoints > indicatorsDataPointsByTime, List< InternalIndicatorValues > indicatorsDataPointPerProperty, Lazy< PyObject > dataframe) | |
Creates a new instance More... | |
Public Member Functions inherited from QuantConnect.Data.DataHistory< IndicatorDataPoints > | |
DataHistory (IEnumerable< T > data, Lazy< PyObject > dataframe) | |
Creates a new instance More... | |
override string | ToString () |
Default to string implementation More... | |
IEnumerator< T > | GetEnumerator () |
Returns an enumerator for the data More... | |
Public Attributes | |
List< IndicatorDataPoint > | Current => this["current"] |
The indicators historical values More... | |
Public Attributes inherited from QuantConnect.Data.DataHistory< IndicatorDataPoints > | |
int | Count |
The current data point count More... | |
PyObject | DataFrame |
This data pandas data frame More... | |
Properties | |
List< IndicatorDataPoint > | this[string name] [get] |
Access the historical indicator values per indicator property name More... | |
Properties inherited from QuantConnect.Data.DataHistory< IndicatorDataPoints > | |
IEnumerable< T > | Data [get] |
The data we hold More... | |
Provides historical values of an indicator
Definition at line 27 of file IndicatorHistory.cs.
QuantConnect.Data.IndicatorHistory.IndicatorHistory | ( | List< IndicatorDataPoints > | indicatorsDataPointsByTime, |
List< InternalIndicatorValues > | indicatorsDataPointPerProperty, | ||
Lazy< PyObject > | dataframe | ||
) |
Creates a new instance
indicatorsDataPointsByTime | Indicators data points by time |
indicatorsDataPointPerProperty | Indicators data points by property name |
dataframe | The lazy data frame constructor |
Definition at line 42 of file IndicatorHistory.cs.
List<IndicatorDataPoint> QuantConnect.Data.IndicatorHistory.Current => this["current"] |
The indicators historical values
Definition at line 34 of file IndicatorHistory.cs.
|
get |
Access the historical indicator values per indicator property name
Definition at line 53 of file IndicatorHistory.cs.