Covariance
StockSharp.Algo.Indicators
Covariance.
继承自: LengthIndicator<ValueTuple<decimal, decimal>, CircularBufferEx<ValueTuple<decimal, decimal>>>
构造函数
Covariance()
Initializes a new instance of the Covariance.
方法
OnProcess(IIndicatorValue) : IIndicatorValue
To handle the input value.
- input
- The input value.
返回值: The resulting value.