Quadratic Least Squares Moving Average - Smoothing + Forecast
Nov 4, 2019

The Quadratic Least Squares Moving Average indicator provides a high-reactivity smoothing filter and forecasting tool based on second-degree polynomial regression. By fitting a parabolic curve to price data rather than a linear one, it offers reduced lag and better alignment with complex price movements compared to standard moving averages.
Usage
The Usage section describes how the script can be used to analyze market trends and anticipate potential price targets.
The primary application of this tool is to identify the underlying trend with minimal lag. Because it uses a quadratic formula ($ax^2 + bx + c$), the indicator curves more aggressively to follow price action than a standard Linear Regression (LSMA). This makes it effective for identifying reversals earlier, though users should be aware that the increased reactivity can lead to greater overshoots or undershoots during high volatility.
Smoothing and Trend Identification
Traders can use the main QLSMA line to determine trend direction. When the price is above the QLSMA, the short-term momentum is considered bullish; when below, it is considered bearish. The script includes built-in alerts for price crossovers to assist with timing.
Forecasting
The forecast feature projects the current quadratic curve into the future by a user-defined number of bars. This can be used to visualize potential price trajectories if the current momentum persists. To evaluate the accuracy of these projections, the "Show past predicted values" setting allows users to see how previous forecasts aligned with subsequent price action.
Details
The script implements a rolling quadratic regression model. While a standard LSMA assumes a linear relationship ($ax + b$), the QLSMA models the relationship between the closing price and a linear sequence using a second-degree polynomial.
The coefficients ($a$, $b$, and $c$) are calculated using variance and covariance estimations rather than complex matrix calculus, ensuring the script remains efficient. Specifically:
- Variance of Index: Measures the spread of the time-based independent variable.
- Covariance: Measures the relationship between the price and the time index (and the squared index).
- Intercept (c): Aligns the curve with the average price level within the lookback window.
Mathematically, the forecast is calculated by extending the quadratic formula to $n + \text{forecast}$, where $n$ is the current bar index. This assumes the parabolic trend will continue, which is most effective for short-term projections.
Settings
General Settings
- Length: Determines the lookback period used to calculate the quadratic regression. Higher values result in smoother lines, while lower values increase reactivity.
- Source: The price data used for the calculation (e.g., Close, Open, HL2).
- Forecast: The number of bars to project the curve into the future.
- Show Past Predicted Values: When enabled, the forecast line remains visible on historical bars, allowing for backtesting of the projection's accuracy. When disabled, only the current forecast is projected into the future.
FAQ
How do I use the forecast for trading?
The forecast is intended for educational and visualization purposes to show the current trajectory of the curve. It should not be used as a standalone prediction tool but rather as a way to see where current momentum is mathematically heading.
Why does this indicator overshoot the price more than a regular SMA?
Because the QLSMA is a low-lag filter of a higher degree, it attempts to fit the data points as closely as possible. This mathematical "tightness" causes the line to swing wider than the price during sharp turns, a characteristic of polynomial regression.
How can I access this indicator?
You can get access on the LuxAlgo Library for charting platforms like TradingView, MetaTrader (MT4/MT5), and NinjaTrader for free.
Unlock Unlimited Access to the LuxAlgo Library
Upgrade your plan to get all indicators, strategies, charts, and full access to Quant, our AI agent.
Trading & investing are risky and many will lose money in connection with trading and investing activities. All content on this site is not intended to, and should not be, construed as financial advice. Decisions to buy, sell, hold or trade in securities, commodities and other investments involve risk and are best made based on the advice of qualified financial professionals. Past performance does not guarantee future results.
Hypothetical or Simulated performance results have certain limitations. Unlike an actual performance record, simulated results do not represent actual trading. Also, since the trades have not been executed, the results may have under-or-over compensated for the impact, if any, of certain market factors, including, but not limited to, lack of liquidity. Simulated trading programs in general are designed with the benefit of hindsight, and are based on historical information. No representation is being made that any account will or is likely to achieve profit or losses similar to those shown.
Testimonials appearing on this website may not be representative of other clients or customers and is not a guarantee of future performance or success.
As a provider of technical analysis tools and strategies, we do not have access to the personal trading accounts or brokerage statements of our customers. As a result, we have no reason to believe our customers perform better or worse than traders as a whole based on any content, tool, or platform feature we provide.
Charts used on this site are by TradingView in which the majority of our technical indicators are built on. TradingView® is a registered trademark of TradingView, Inc. www.TradingView.com TradingView® has no affiliation with the owner, developer, or provider of the Services described herein.
Market data is provided by CBOE, CME Group, BarChart, Massive, CoinAPI. Select U.S. equities data is provided through Massive. CBOE BZX real-time U.S. equities data is licensed from CBOE and provided through BarChart. Real-time futures data is licensed from CME Group and provided through BarChart. Select cryptocurrency data, including major coins, is provided through CoinAPI. All data is provided “as is” and should be verified independently for trading purposes.
This does not represent our full Disclaimer. Please read our full disclaimer.
© 2026 LuxAlgo Global, LLC.

