HighLowIndex
StockSharp.Algo.Indicators
High Low Index Indikator.
Erbt von: DecimalLengthIndicator
Konstruktoren
HighLowIndex
public HighLowIndex()
highLowIndex = HighLowIndex()
Initialisiert eine neue Instanz von HighLowIndex.
Eigenschaften
Measure
public override IndicatorMeasures Measure { get; }
value = highLowIndex.Measure
IndicatorMeasures.
Methoden
CalcIsFormed
protected override bool CalcIsFormed()
result = highLowIndex.CalcIsFormed()
Calc IsFormed.
Rückgabe: IsFormed
OnProcessDecimal
protected override decimal? OnProcessDecimal(IIndicatorValue input)
result = highLowIndex.OnProcessDecimal(input)
Um den Eingabewert zu verarbeiten.
- input
- Der Eingangswert.
Rückgabe: Der neue Wert des Indikators.