|
Lean
$LEAN_TAG$
|
Swiss Army Knife indicator by John Ehlers More...
Public Member Functions | |
| SwissArmyKnife (int period, double delta, SwissArmyKnifeTool tool) | |
| Swiss Army Knife indicator by John Ehlers More... | |
| SwissArmyKnife (string name, int period, double delta, SwissArmyKnifeTool tool) | |
| Swiss Army Knife indicator by John Ehlers More... | |
| override void | Reset () |
| Resets to the initial state More... | |
Public Attributes | |
| override bool | IsReady => Samples >= _period |
| Gets a flag indicating when this indicator is ready and fully initialized More... | |
| int | WarmUpPeriod => _period |
| Required period, in data points, for the indicator to be 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... | |
Additional Inherited Members | |
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... | |
Swiss Army Knife indicator by John Ehlers
Definition at line 50 of file SwissArmyKnife.cs.
| QuantConnect.Indicators.SwissArmyKnife.SwissArmyKnife | ( | int | period, |
| double | delta, | ||
| SwissArmyKnifeTool | tool | ||
| ) |
Swiss Army Knife indicator by John Ehlers
| period | |
| delta | |
| tool |
Definition at line 69 of file SwissArmyKnife.cs.
| QuantConnect.Indicators.SwissArmyKnife.SwissArmyKnife | ( | string | name, |
| int | period, | ||
| double | delta, | ||
| SwissArmyKnifeTool | tool | ||
| ) |
Swiss Army Knife indicator by John Ehlers
| name | |
| period | |
| delta | |
| tool |
Definition at line 81 of file SwissArmyKnife.cs.
|
protected |
Computes the next value of this indicator from the given state
| input | The input given to the indicator |
Definition at line 147 of file SwissArmyKnife.cs.
| override void QuantConnect.Indicators.SwissArmyKnife.Reset | ( | ) |
Resets to the initial state
Definition at line 167 of file SwissArmyKnife.cs.
| override bool QuantConnect.Indicators.SwissArmyKnife.IsReady => Samples >= _period |
Gets a flag indicating when this indicator is ready and fully initialized
Definition at line 135 of file SwissArmyKnife.cs.
| int QuantConnect.Indicators.SwissArmyKnife.WarmUpPeriod => _period |
Required period, in data points, for the indicator to be ready and fully initialized.
Definition at line 140 of file SwissArmyKnife.cs.