CompositeMomentumValue
StockSharp.Algo.Indicators
CompositeMomentumIndikatorwert-Implementierung.
Erbt von: ComplexIndicatorValue<CompositeMomentum>
Implementiert: ICompositeMomentumValue, IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable
Konstruktoren
CompositeMomentumValue
public CompositeMomentumValue(CompositeMomentum indicator, DateTime time)
compositeMomentumValue = CompositeMomentumValue(indicator, time)
CompositeMomentumIndikatorwert-Implementierung.
- indicator
- Der übergeordnete CompositeMomentum Indikator.
- time
- Zeit, die diesem Indikatorwert zugeordnet ist.
Eigenschaften
CompositeLine
public decimal? CompositeLine { get; }
value = compositeMomentumValue.CompositeLine
Holt sich die Komposit-Momentum-Linie.
CompositeLineValue
public IIndicatorValue CompositeLineValue { get; }
value = compositeMomentumValue.CompositeLineValue
Holt sich die Komposit-Momentum-Linie.
SmaValue
public IIndicatorValue SmaValue { get; }
value = compositeMomentumValue.SmaValue
Erhält den SMA-Wert.
Methoden
ToString
public override string ToString()
result = compositeMomentumValue.ToString()
Konvertieren Sie in eine Liniendarstellung.
Rückgabe: String-Leistung.