Linear Regression Intercept
Under the Hood
LINEARREG_INTERCEPT calculates the y-intercept of the linear regression line over a specified period (default 14) - the value where the regression line would cross the y-axis at time zero. In the regression equation y = mx + b, this provides the 'b' value. The intercept represents the theoretical starting point of the trend if extended backward. Combined with LINEARREG_SLOPE (the 'm' in y=mx+b), you can reconstruct the complete regression equation. This is primarily a component for custom indicator development rather than direct trading.
In Practice
Advanced cryptocurrency traders and algorithm developers use LINEARREG_INTERCEPT for custom indicator construction and regression analysis. By combining LINEARREG_INTERCEPT with LINEARREG_SLOPE, developers can build custom regression-based indicators or projection systems. It's particularly useful for creating regression channels (plotting parallel lines above/below the main regression), calculating expected prices at future or past time points, or developing mean-reversion systems based on deviation from the regression line. LINEARREG_INTERCEPT is primarily used by quantitative researchers and algorithm developers building sophisticated statistical trading systems.
Build automated strategies using Linear Regression Intercept (Starting Point) and hundreds of other indicators. Connect to your favourite exchange and let the bot execute trades 24/7 — no code required.