Envelope
StockSharp.Algo.Indicators
Envelope indicator.
Hereda de: BaseComplexIndicator<IEnvelopeValue>
Constructores
Envelope()
Initializes a new instance of the Envelope.
Propiedades
Lower : DecimalLengthIndicator
Lower line.
Middle : DecimalLengthIndicator
Middle line.
Upper : DecimalLengthIndicator
Upper line.
Métodos
OnProcess(IIndicatorValue) : IIndicatorValue
To handle the input value.
- input
- The input value.
Devuelve: The resulting value.