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