Covariance
StockSharp.Algo.Indicators
Covariance.
Inherits: LengthIndicator<ValueTuple<decimal, decimal>, CircularBufferEx<ValueTuple<decimal, decimal>>>
Constructors
Covariance()
Initializes a new instance of the Covariance.
Methods
OnProcess(IIndicatorValue) : IIndicatorValue
To handle the input value.
- input
- The input value.
Returns: The resulting value.