EnvelopeValue

StockSharp.Algo.Indicators

インジケータ値の実装をエンベロープします。

継承元: ComplexIndicatorValue<Envelope>

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

コンストラクター

EnvelopeValue
public EnvelopeValue(Envelope indicator, DateTime time)
envelopeValue = EnvelopeValue(indicator, time)

インジケータ値の実装をエンベロープします。

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

プロパティ

Lower
public decimal? Lower { get; }
value = envelopeValue.Lower

値が低い値を取得します。

LowerValue
public IIndicatorValue LowerValue { get; }
value = envelopeValue.LowerValue

値が低い値を取得します。

Middle
public decimal? Middle { get; }
value = envelopeValue.Middle

ミドル値を取得します。

MiddleValue
public IIndicatorValue MiddleValue { get; }
value = envelopeValue.MiddleValue

ミドル値を取得します。

Upper
public decimal? Upper { get; }
value = envelopeValue.Upper

上位値を取得します。

UpperValue
public IIndicatorValue UpperValue { get; }
value = envelopeValue.UpperValue

上位値を取得します。

メソッド

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

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

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