WeightedClosePrice

StockSharp.Algo.Indicators

Gewichteter Schlusspreisindikator.

Erbt von: BaseIndicator

Konstruktoren

WeightedClosePrice
public WeightedClosePrice()
weightedClosePrice = WeightedClosePrice()

Initialisiert eine neue Instanz von WeightedClosePrice.

Methoden

OnProcess
protected override IIndicatorValue OnProcess(IIndicatorValue input)
result = weightedClosePrice.OnProcess(input)

Um den Eingabewert zu verarbeiten.

input
Der Eingangswert.

Rückgabe: Der resultierende Wert.