LinearRegRSquared

StockSharp.Algo.Indicators

Lineare Regression R-Quadrat.

Erbt von: DecimalLengthIndicator

Konstruktoren

LinearRegRSquared
public LinearRegRSquared()
linearRegRSquared = LinearRegRSquared()

Initialisiert eine neue Instanz von LinearRegRSquared.

Eigenschaften

Measure
public override IndicatorMeasures Measure { get; }
value = linearRegRSquared.Measure

IndicatorMeasures.

Methoden

OnProcessDecimal
protected override decimal? OnProcessDecimal(IIndicatorValue input)
result = linearRegRSquared.OnProcessDecimal(input)

Um den Eingabewert zu verarbeiten.

input
Der Eingangswert.

Rückgabe: Der neue Wert des Indikators.

Reset
public override void Reset()
linearRegRSquared.Reset()

Zustand zurücksetzen.