LinearRegSlope

StockSharp.Algo.Indicators

Linearer Regressionsgradient.

Erbt von: DecimalLengthIndicator

Konstruktoren

LinearRegSlope
public LinearRegSlope()
linearRegSlope = LinearRegSlope()

Initialisiert eine neue Instanz von LinearRegSlope.

Eigenschaften

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

IndicatorMeasures.

Methoden

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

Um den Eingabewert zu verarbeiten.

input
Der Eingangswert.

Rückgabe: Der neue Wert des Indikators.