IEnvelopeValue
StockSharp.Algo.Indicators
インジケータ値のエンベロープ。
実装: IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable
プロパティ
LowerValue
public IIndicatorValue LowerValue { get; }
value = iEnvelopeValue.LowerValue
値が低い値を取得します。
MiddleValue
public IIndicatorValue MiddleValue { get; }
value = iEnvelopeValue.MiddleValue
ミドル値を取得します。