ConstanceBrownCompositeIndexValue

StockSharp.Algo.Indicators

ConstanceBrownCompositeIndexインジケータ値の実装。

継承元: ComplexIndicatorValue<ConstanceBrownCompositeIndex>

実装: IConstanceBrownCompositeIndexValue, IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable

コンストラクター

ConstanceBrownCompositeIndexValue
public ConstanceBrownCompositeIndexValue(ConstanceBrownCompositeIndex indicator, DateTime time)
constanceBrownCompositeIndexValue = ConstanceBrownCompositeIndexValue(indicator, time)

ConstanceBrownCompositeIndexインジケータ値の実装。

indicator
親ConstanceBrownCompositeIndex@インジケーター。
time
このインジケータ値に関連付けられた時間。

プロパティ

CompositeIndexLine
public decimal? CompositeIndexLine { get; }
value = constanceBrownCompositeIndexValue.CompositeIndexLine

合成インデックスの行の値を取得します。

CompositeIndexLineValue
public IIndicatorValue CompositeIndexLineValue { get; }
value = constanceBrownCompositeIndexValue.CompositeIndexLineValue

複合インデックスライン(メインライン)を取得します。

FastSma
public decimal? FastSma { get; }
value = constanceBrownCompositeIndexValue.FastSma

平均値が高速移動します。

FastSmaValue
public IIndicatorValue FastSmaValue { get; }
value = constanceBrownCompositeIndexValue.FastSmaValue

移動平均を高速化。

SlowSma
public decimal? SlowSma { get; }
value = constanceBrownCompositeIndexValue.SlowSma

平均値が遅い状態になります。

SlowSmaValue
public IIndicatorValue SlowSmaValue { get; }
value = constanceBrownCompositeIndexValue.SlowSmaValue

移動速度が遅い。

メソッド

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

ライン表現に換算します。

戻り値: 弦のパフォーマンス。