Skip to content

LinearRegressionSlope Method

LinearRegressionSlope

Summary

The Linear Regression Slope indicator is intended to measure the direction and strength of a trend.

Signature

1
public abstract LinearRegressionSlope LinearRegressionSlope(DataSeries source, int periods)

Parameters

Name Type Description
source DataSeries The price source data used for calculation.
periods int The period used for calculation.

Return Value

LinearRegressionSlope

Declaring Type

cAlgo.API.Internals.IIndicatorsAccessor


Last update: March 23, 2023