IConstanceBrownCompositeIndexValue
StockSharp.Algo.Indicators
ConstanceBrownCompositeIndexインジケータ値.
実装: IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable
プロパティ
CompositeIndexLine
public decimal? CompositeIndexLine { get; }
value = iConstanceBrownCompositeIndexValue.CompositeIndexLine
合成インデックスの行の値を取得します。
CompositeIndexLineValue
public IIndicatorValue CompositeIndexLineValue { get; }
value = iConstanceBrownCompositeIndexValue.CompositeIndexLineValue
複合インデックスライン(メインライン)を取得します。
FastSma
public decimal? FastSma { get; }
value = iConstanceBrownCompositeIndexValue.FastSma
平均値が高速移動します。
FastSmaValue
public IIndicatorValue FastSmaValue { get; }
value = iConstanceBrownCompositeIndexValue.FastSmaValue
移動平均を高速化。
SlowSma
public decimal? SlowSma { get; }
value = iConstanceBrownCompositeIndexValue.SlowSma
平均値が遅い状態になります。
SlowSmaValue
public IIndicatorValue SlowSmaValue { get; }
value = iConstanceBrownCompositeIndexValue.SlowSmaValue
移動速度が遅い。