LinearRegRSquared
StockSharp.Algo.Indicators
Линейная регрессия R-квадрат.
Наследует: DecimalLengthIndicator
Конструкторы
LinearRegRSquared
public LinearRegRSquared()
linearRegRSquared = LinearRegRSquared()
Инициализирует новый экземпляр LinearRegRSquared.
Свойства
Measure
public override IndicatorMeasures Measure { get; }
value = linearRegRSquared.Measure
IndicatorMeasures.
Методы
OnProcessDecimal
protected override decimal? OnProcessDecimal(IIndicatorValue input)
result = linearRegRSquared.OnProcessDecimal(input)
Для обработки входного значения.
- input
- Входное значение.
Возвращает: Новое значение индикатора.