Lean
$LEAN_TAG$
|
The signal for the Relative Vigor Index, itself an indicator. More...
Public Member Functions | |
override void | Reset () |
Resets this indicator to its initial state More... | |
Public Attributes | |
override bool | IsReady => _rollingRvi.IsReady |
Gets a flag indicating when this indicator is ready and fully initialized More... | |
Protected Member Functions | |
override decimal | ComputeNextValue (IndicatorDataPoint input) |
Computes the next value of this indicator from the given state More... | |
Protected Member Functions inherited from QuantConnect.Indicators.Indicator | |
Indicator (string name) | |
Initializes a new instance of the Indicator class using the specified name. More... | |
Properties | |
int | WarmUpPeriod [get] |
Resets this indicator to its initial state More... | |
Properties inherited from QuantConnect.Indicators.Indicator | |
static int | DefaultWindowSize = 2 [get] |
The default size of the history window for the indicator More... | |
Properties inherited from QuantConnect.Indicators.IIndicatorWarmUpPeriodProvider | |
int | WarmUpPeriod [get] |
Required period, in data points, for the indicator to be ready and fully initialized. More... | |
The signal for the Relative Vigor Index, itself an indicator.
Definition at line 21 of file RelativeVigorIndexSignal.cs.
|
protected |
Computes the next value of this indicator from the given state
input | The input given to the indicator |
Definition at line 51 of file RelativeVigorIndexSignal.cs.
override void QuantConnect.Indicators.RelativeVigorIndexSignal.Reset | ( | ) |
Resets this indicator to its initial state
Definition at line 67 of file RelativeVigorIndexSignal.cs.
override bool QuantConnect.Indicators.RelativeVigorIndexSignal.IsReady => _rollingRvi.IsReady |
Gets a flag indicating when this indicator is ready and fully initialized
Definition at line 39 of file RelativeVigorIndexSignal.cs.
|
get |
Resets this indicator to its initial state
Definition at line 44 of file RelativeVigorIndexSignal.cs.