StandardError
StockSharp.Algo.Indicators
Standard error in linear regression.
Inherits: DecimalLengthIndicator
Constructors
StandardError
public StandardError()
standardError = StandardError()
Initializes a new instance of the StandardError.
Properties
Measure
public override IndicatorMeasures Measure { get; }
value = standardError.Measure
IndicatorMeasures.
Methods
OnProcessDecimal
protected override decimal? OnProcessDecimal(IIndicatorValue input)
result = standardError.OnProcessDecimal(input)
To handle the input value.
- input
- The input value.
Returns: The new value of the indicator.
Reset
public override void Reset()
standardError.Reset()
To reset the indicator status to initial. The method is called each time when initial settings are changed (for example, the length of period).