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.