Parabolic Weighted Moving Average
Jan 30, 2019

The Parabolic Weighted Moving Average (PWMA) tool provides a customizable trend-following filter that assigns non-linear weights to price data, offering greater responsiveness or smoothness compared to standard moving averages.
Usage
The PWMA is used to identify market trends and potential reversal points by emphasizing recent price action through exponential weighting. Unlike a standard Linear Weighted Moving Average (WMA), the PWMA allows users to adjust the "Power" of the weights, which changes how aggressively the indicator reacts to recent price changes.
Users can observe the color of the plot to determine trend direction:
- Green: Indicates the PWMA is sloping upwards, signaling a bullish trend.
- Red: Indicates the PWMA is sloping downwards, signaling a bearish trend.
- Blue: Indicates a neutral or flat slope.
This indicator is particularly useful for traders who want to fine-tune the balance between lag and noise reduction. A higher power setting will make the average more sensitive to the most recent bars, while a lower power setting provides a more balanced distribution.
Details
The calculation behind the Parabolic Weighted Moving Average is based on the summation of price multiplied by a weight factor, divided by the sum of those weights. The weight for each period is determined by taking the position of the data point within the lookback window (starting from the oldest to the newest) and raising it to the user-defined Power.
The formula for the weight at index $i$ is: $Weight = (Length - i)^{Power}$
By adjusting the Power parameter, the script transforms its mathematical behavior:
- At Power = 0, the weights for all bars become 1, resulting in a Simple Moving Average (SMA).
- At Power = 1, the weights increase linearly, resulting in a Weighted Moving Average (WMA).
- At Power > 1, the weights increase parabolically, placing significantly more importance on the most recent price data and increasing responsiveness.
Settings
- Length: The lookback period used for the calculation. Higher values result in a smoother line with more lag, while lower values are more reactive.
- Power: The exponent applied to the weight of each data point. This determines the "curvature" of the weighting distribution.
- Highlight Movements: A toggle to enable or disable color changes based on whether the PWMA is rising or falling.
- Source: The price data used for the calculation (e.g., Close, Open, High, Low).
FAQ
What is the difference between PWMA and a standard WMA? A standard WMA uses a linear weighting scale, whereas the PWMA uses a power-based weighting scale. This allows the PWMA to become much more sensitive to recent price action than a standard WMA when the power setting is increased above 1.
How do I use the PWMA for trend reversals? Traders often look for the color change of the indicator. When the line changes from red to green, it indicates the average has begun to slope upwards, suggesting a potential bullish reversal.
How can I access the Parabolic Weighted Moving Average? You can get access on the LuxAlgo Library for charting platforms like TradingView, MetaTrader (MT4/MT5), and NinjaTrader for free.
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.

