How Can We Help?
Intercept
Intercept(Vector, Periods)
Overview
Returns the linear regression intercept for the last period’s Y value, based on the linear regression calculation over the specified number of periods.
Example
set BUY = Intercept(CLOSE, 30) > REF(CLOSE,1)
Evaluates to buy when the intercept is higher than the previous closing price.