IndicatorType

StockSharp.Algo.Indicators

Beschreibung des Indikatortyps.

Erbt von: Equatable<IndicatorType>

Implementiert: IDisposable

Konstruktoren

IndicatorType
protected IndicatorType()
indicatorType = IndicatorType()

Initialisiert eine neue Instanz von IndicatorType.

IndicatorType
public IndicatorType(Type indicator)
indicatorType = IndicatorType(indicator)

Initialisiert eine neue Instanz von IndicatorType.

indicator
Art des Indikators.

Eigenschaften

Description
public string Description { get; private set; }
value = indicatorType.Description
indicatorType.Description = value

Beschreibung des Indikators.

DocUrl
public string DocUrl { get; private set; }
value = indicatorType.DocUrl
indicatorType.DocUrl = value

Dokumentation url.

Id
public virtual string Id { get; }
value = indicatorType.Id

Kennung.

Indicator
public Type Indicator { get; protected set; }
value = indicatorType.Indicator
indicatorType.Indicator = value

Art des Indikators.

InputValue
public Type InputValue { get; private set; }
value = indicatorType.InputValue
indicatorType.InputValue = value

Art der Eingangswerte.

IsComplex
public bool IsComplex { get; private set; }
value = indicatorType.IsComplex
indicatorType.IsComplex = value

IComplexIndicator.

IsObsolete
public bool IsObsolete { get; private set; }
value = indicatorType.IsObsolete
indicatorType.IsObsolete = value

IndicatorType ist veraltet.

Name
public string Name { get; private set; }
value = indicatorType.Name
indicatorType.Name = value

Name des Indikators.

OutputValue
public Type OutputValue { get; private set; }
value = indicatorType.OutputValue
indicatorType.OutputValue = value

Typ der Ergebniswerte.

Methoden

Clone
public override IndicatorType Clone()
result = indicatorType.Clone()

Erstellen Sie eine Kopie von IndicatorType.

Rückgabe: Kopie.

Dispose
public virtual void Dispose()
indicatorType.Dispose()

Entsorgt Elemente im Pool, die IDisposable implementieren.

GetHashCode
public override int GetHashCode()
result = indicatorType.GetHashCode()

Dient als Hash-Funktion für einen bestimmten Typ.

Rückgabe: Ein Hash-Code für das aktuelle Objekt.

OnEquals
protected override bool OnEquals(IndicatorType other)
result = indicatorType.OnEquals(other)

Vergleichen Sie IndicatorType @ auf die Äquivalenz.

other
Ein weiterer Wert, mit dem man vergleichen kann.

Rückgabe: , wenn das angegebene Objekt gleich dem aktuellen Objekt ist, andernfalls, .

ToString
public override string ToString()
result = indicatorType.ToString()

Konvertieren Sie in eine Liniendarstellung.

Rückgabe: String-Leistung.

Ereignisse

IndicatorChanged
public event Action IndicatorChanged
indicatorType.IndicatorChanged += handler

Indikator verändertes Ereignis.