Skip to content

PolynomialRegressionChannels Method

PolynomialRegressionChannels

Summary

Polynomial Regression Channel (PRC) is an RTX Extension indicator that draws a best fit n-degree polynomial regression line through a recent period of data.

Signature

1
public abstract PolynomialRegressionChannels PolynomialRegressionChannels(int degree, int periods, double standardDeviation, double standardDeviation2)

Parameters

Name Type Description
degree int The degree of PolynomialRegressionChannels
periods int The period of PolynomialRegressionChannels
standardDeviation double The first standardDeviation of PolynomialRegressionChannels
standardDeviation2 double The second standardDeviation of PolynomialRegressionChannels

Return Value

PolynomialRegressionChannels

Declaring Type

cAlgo.API.Internals.IIndicatorsAccessor


Last update: March 17, 2023