LinearRegressionIntercept Method¶
LinearRegressionIntercept¶
Summary¶
The Linear Regression Intercept can be used together with the Linear Regression Slope indicator to plot the Linear Regression Line.
Signature¶
1 |
|
Parameters¶
Name | Type | Description |
---|---|---|
source | DataSeries | The price source data used for calculation. |
periods | int | The period used for calculation. |
Return Value¶
LinearRegressionIntercept
Declaring Type¶
cAlgo.API.Internals.IIndicatorsAccessor
Last update: July 1, 2022