NegativeVolumeIndex
StockSharp.Algo.Indicators
Negative Volume Index (NVI) Indikator.
Erbt von: BaseIndicator
Konstruktoren
NegativeVolumeIndex
public NegativeVolumeIndex()
negativeVolumeIndex = NegativeVolumeIndex()
Initialisiert eine neue Instanz von NegativeVolumeIndex.
Eigenschaften
Measure
public override IndicatorMeasures Measure { get; }
value = negativeVolumeIndex.Measure
IndicatorMeasures.
Methoden
OnProcess
protected override IIndicatorValue OnProcess(IIndicatorValue input)
result = negativeVolumeIndex.OnProcess(input)
Um den Eingabewert zu verarbeiten.
- input
- Der Eingangswert.
Rückgabe: Der resultierende Wert.