Envelope
StockSharp.Algo.Indicators
Envelope indicator.
继承自: BaseComplexIndicator<IEnvelopeValue>
构造函数
Envelope()
Initializes a new instance of the Envelope.
属性
Lower : DecimalLengthIndicator
Lower line.
Middle : DecimalLengthIndicator
Middle line.
Upper : DecimalLengthIndicator
Upper line.
方法
OnProcess(IIndicatorValue) : IIndicatorValue
To handle the input value.
- input
- The input value.
返回值: The resulting value.