PsychologicalLine

StockSharp.Algo.Indicators

Psychologische Linie.

Erbt von: DecimalLengthIndicator

Konstruktoren

PsychologicalLine
public PsychologicalLine()
psychologicalLine = PsychologicalLine()

Initialisiert eine neue Instanz von PsychologicalLine.

Eigenschaften

Measure
public override IndicatorMeasures Measure { get; }
value = psychologicalLine.Measure

IndicatorMeasures.

Methoden

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

Um den Eingabewert zu verarbeiten.

input
Der Eingangswert.

Rückgabe: Der neue Wert des Indikators.

Reset
public override void Reset()
psychologicalLine.Reset()

Zustand zurücksetzen.