AroonUp

StockSharp.Algo.Indicators

Aroon Up.

Erbt von: DecimalLengthIndicator

Methoden

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

Um den Eingabewert zu verarbeiten.

input
Der Eingangswert.

Rückgabe: Der neue Wert des Indikators.

Reset
public override void Reset()
aroonUp.Reset()

Zustand zurücksetzen.