STD-Filtered, Gaussian Moving Average (GMA)

Sep 3, 2022

Static chart image
Signals
Moving Averages
Volatility

The STD-Filtered, Gaussian Moving Average (GMA) indicator implements a 1-4 pole Gaussian filter optimized with standard deviation noise reduction to provide smooth, low-lag trend identification. This tool functions similarly to the Fisher Transform, aiming to isolate significant price movements while rejecting high-frequency noise.

Usage

The Usage section describes how the script can be used to identify trend direction and potential reversals. Users can observe the color-coded Gaussian Moving Average (GMA) line on the chart: a green line indicates an upward trend, while a red line indicates a downward trend.

The primary settings allow for granular control over how the filter reacts to price volatility. By adjusting the "Filter Deviations" and "Filter Options," traders can decide whether to apply noise filtering to the raw price source, the calculated GMA, or both. For example, setting the filter to 1 standard deviation will ignore price changes that fall within that range, effectively stalling the indicator until a significant move occurs.

The script also includes built-in signals:

  • Long (L): Triggered when the GMA crosses above its previous value after a bearish period.
  • Short (S): Triggered when the GMA crosses below its previous value after a bullish period.

Details

The Gaussian filter, originally described by John F. Ehlers in "Rocket Science For Traders," is a low-pass filter designed to reduce lag compared to traditional moving averages. Its transfer response follows a Gaussian bell-shaped curve.

A unique aspect of this implementation is the "Poles" setting. In a Gaussian filter:

  • 1 Pole: Functionally equivalent to an Exponential Moving Average (EMA).
  • 2 Poles: Equivalent to a double EMA (EMA of an EMA).
  • 3 Poles: Equivalent to a triple EMA.
  • 4 Poles: Provides even sharper high-frequency rejection.

The standard deviation filter included in this script helps prevent "whipsaws" in sideways markets. It evaluates the difference between the current value and the previous value; if the difference is less than the specified standard deviation threshold, the value is held constant.

Settings

Source Settings

  • Heiken-Ashi Better Smoothing: Selects the smoothing algorithm (AMA, T3, or Kaufman) for HA-based sources.
  • Source: Provides various price source options, including standard OHLC, Median, Heikin-Ashi variants, and "Better" smoothed variants.

Basic Settings

  • Period: The lookback period for the Gaussian filter.
  • Poles: The number of poles (1 to 4) used in the filter calculation. Higher poles increase smoothing and frequency rejection.

Filter Settings

  • Filter Options: Determines where the standard deviation filter is applied (Price, GMA, Both, or None).
  • Filter Deviations: The number of standard deviations used for the noise filter threshold.
  • Filter Period: The lookback period used to calculate the standard deviation for the filter.

UI Options

  • Color bars?: Toggles price bar coloring based on the current trend.
  • Show signals?: Enables or disables the visual Long/Short labels on the chart.

Moving Average Inputs

  • Kaufman's Adaptive MA (KAMA) Only: Adjusts the Fast and Slow end constants for KAMA-based sources.
  • Adaptive Moving Average (AMA) Only: Adjusts the Fast and Slow periods for AMA-based sources.

FAQ

How do the different "Poles" affect the indicator?
Increasing the number of poles results in a steeper roll-off of high-frequency noise. While more poles typically add a small amount of lag, a Gaussian filter with multiple poles still maintains significantly less lag than a Butterworth filter of the same degree.

What does the "Filter Deviations" setting do?
It acts as a volatility gate. If the price (or GMA) moves less than the specified standard deviations within the filter period, the indicator remains flat. This is useful for avoiding false signals in consolidating markets.

How do I access this indicator for my platform?
You can get access on the LuxAlgo Library for charting platforms like TradingView, MetaTrader (MT4/MT5), and NinjaTrader for free.

Free access on the following platforms
tradingviewSymbolTradingView
Open in your browser

This in-app browser is not compatible with Get Access from the library.

Tap the menu (...) at the top of your screen and select "Open in Browser", "Open in Safari", or "Open in Chrome" to continue.

ninjatraderNinjaTrader
Open in your browser

This in-app browser is not compatible with Get Access from the library.

Tap the menu (...) at the top of your screen and select "Open in Browser", "Open in Safari", or "Open in Chrome" to continue.

metatrader4MetaTrader 4/5
Open in your browser

This in-app browser is not compatible with Get Access from the library.

Tap the menu (...) at the top of your screen and select "Open in Browser", "Open in Safari", or "Open in Chrome" to continue.

thinkorswimThinkorswim
Open in your browser

This in-app browser is not compatible with Get Access from the library.

Tap the menu (...) at the top of your screen and select "Open in Browser", "Open in Safari", or "Open in Chrome" to continue.

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.