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
- このインジケータ値に関連付けられた時間。
プロパティ
MiddleValue
public IIndicatorValue MiddleValue { get; }
value = envelopeValue.MiddleValue
ミドル値を取得します。
メソッド
ToString
public override string ToString()
result = envelopeValue.ToString()
ライン表現に換算します。
戻り値: 弦のパフォーマンス。