LaguerreRSI
StockSharp.Algo.Indicators
Laguerre RSI indicator.
Inherits: BaseIndicator
Constructors
LaguerreRSI
public LaguerreRSI()
laguerreRSI = LaguerreRSI()
Initializes a new instance of the LaguerreRSI.
Properties
Gamma
public decimal Gamma { get; set; }
value = laguerreRSI.Gamma
laguerreRSI.Gamma = value
Gamma parameter.
Measure
public override IndicatorMeasures Measure { get; }
value = laguerreRSI.Measure
IndicatorMeasures.
Methods
Load
public override void Load(SettingsStorage storage)
laguerreRSI.Load(storage)
Load settings.
- storage
- Settings storage.
OnProcess
protected override IIndicatorValue OnProcess(IIndicatorValue input)
result = laguerreRSI.OnProcess(input)
To handle the input value.
- input
- The input value.
Returns: The resulting value.
Reset
public override void Reset()
laguerreRSI.Reset()
To reset the indicator status to initial. The method is called each time when initial settings are changed (for example, the length of period).
Save
public override void Save(SettingsStorage storage)
laguerreRSI.Save(storage)
Save settings.
- storage
- Settings storage.
ToString
public override string ToString()
result = laguerreRSI.ToString()
Преобразовать к строковому представлению.
Returns: Строковое представление.