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.