Use when assessing trend strength and potential trend changes on a price chart — plotting two groups of moving averages (short-term "trader" group and long-term "investor" group) and reading their relative separation and compression as a signal of trend strength, consensus, and potential reversal.
Scanned 9/8/2026
Install to Claude Code
npx -y skills add jeffreytse/grimoire-core --skill apply-guppy-multiple-moving-average --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Apply Guppy Multiple Moving Average?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/jeffreytse-apply-guppy-multiple-moving-average)More formats (shields.io, HTML) on the badges page.
---
name: apply-guppy-multiple-moving-average
description: Use when assessing trend strength and potential trend changes on a price chart — plotting two groups of moving averages (short-term "trader" group and long-term "investor" group) and reading their relative separation and compression as a signal of trend strength, consensus, and potential reversal.
source: Daryl Guppy, "Trading Tactics" (1996) — the Guppy Multiple Moving Average (GMMA) method
tags: [finance, investing, technical-analysis, moving-averages, trend-analysis, guppy]
related: [apply-dow-theory, calculate-bollinger-bands, apply-kostolany-egg-theory]
---
# Apply Guppy Multiple Moving Average
Plot two groups of moving averages — a short-term "trader" group reflecting near-term price consensus and a longer-term "investor" group reflecting longer-term consensus — and read their relative separation, compression, and crossover behavior as a signal of trend strength and potential trend change, rather than relying on a single moving average alone.
## Why This Is Best Practice
**Adopted by:** Daryl Guppy developed the Guppy Multiple Moving Average (GMMA) method, published in "Trading Tactics" (1996), and the technique has been adopted across technical-analysis charting platforms and trading education as a way to visualize the interaction between shorter-term trading activity and longer-term investment positioning within a single chart.
**Impact:** A single moving average provides only one data point about trend direction and can lag significantly during a genuine trend change — plotting multiple moving averages across two distinct time-horizon groups instead visualizes how near-term trading activity (the shorter-term group) and longer-term positioning (the longer-term group) relate to each other, providing a richer signal about whether a trend has broad-based, multi-horizon support or is driven by shorter-term activity alone.
**Why best:** The relative behavior between the two groups — whether they're widely separated (indicating strong, broad-based trend agreement across both time horizons) or compressed and converging (indicating weakening consensus and a higher likelihood of trend change) — provides information a single moving average cannot: specifically, whether a trend has support from longer-horizon participants or is being driven primarily by shorter-term trading activity that may reverse more readily.
Sources: Guppy, "Trading Tactics" (1996)
## Steps
### Step 1: Plot the short-term "trader" group of moving averages
Plot a group of several short-period moving averages (commonly a set spanning roughly 3 to 15 periods) representing near-term price consensus among shorter-horizon market participants.
### Step 2: Plot the long-term "investor" group of moving averages
Plot a second group of several longer-period moving averages (commonly a set spanning roughly 30 to 60 periods) representing longer-horizon consensus among participants with a longer time horizon.
### Step 3: Read wide separation between the two groups as strong trend confirmation
When both groups are widely separated from each other and each internally compact (the individual moving averages within each group closely bunched together), this indicates strong agreement both within and across time horizons about the trend's direction — a signal of a well-established, broadly supported trend.
### Step 4: Read compression or crossing of the groups as a warning of potential trend change
When the two groups compress toward each other, or individual moving averages within a group spread apart and begin to cross, this indicates weakening consensus about the trend's direction — a signal warranting increased caution about the trend's continuation, potentially preceding a reversal.
### Step 5: Combine GMMA signals with broader trend and cycle context
Use GMMA's trend-strength and potential-reversal signals alongside other trend-confirmation frameworks (see `apply-dow-theory`) and cycle-phase assessment (see `apply-kostolany-egg-theory`), rather than relying on the moving-average pattern alone to make a trading decision.
## Rules
- Read wide, internally-compact separation between the two groups as strong trend confirmation, not as a signal to expect an imminent reversal.
- Read compression or crossing between the groups as a warning of weakening trend consensus, prompting increased caution rather than being ignored.
- Use both groups together — the interaction between short-term and long-term consensus is the actual signal, not either group viewed in isolation.
- Combine with other trend-confirmation and cycle-phase tools rather than relying on the moving-average pattern as a standalone signal.
## Examples
**Strong trend confirmed:** A chart shows the short-term moving-average group tightly bunched and clearly separated from the also-tightly-bunched long-term group, both trending in the same direction — indicating strong agreement across both near-term and longer-term participants about the trend's direction, supporting confidence in the trend's continuation.
**Weakening trend flagged:** Later, the same chart shows the two groups beginning to compress toward each other, with individual moving averages within the short-term group starting to spread apart and cross — signaling weakening consensus and prompting increased caution about the trend's continued strength, rather than assuming the previously established trend will simply continue unchanged.
## Common Mistakes
- **Reading a single moving average crossover as equivalent to the full GMMA signal** — the method's value comes specifically from the relationship between two groups of multiple moving averages, not a single crossover point.
- **Ignoring compression as a warning signal** — compression between the two groups specifically indicates weakening trend consensus and shouldn't be dismissed simply because the trend has been strong recently.
- **Using GMMA signals in isolation without broader trend or cycle context** — combine with other trend-confirmation tools rather than treating the moving-average pattern as sufficient on its own.
- **Treating GMMA as a precise, mechanically-timed entry/exit signal** — the method is a visual trend-strength and consensus framework, not a precise quantitative trading rule with defined entry and exit levels.
## When NOT to Use
- For a fundamentals-driven, long-term value investment where technical trend signals aren't the primary basis for the decision — see `audit-investment-thesis` for that distinct approach.
- For an asset or timeframe without sufficient price history to construct meaningful longer-period moving averages.
- As a standalone trading signal without combining it with broader trend-confirmation context (see `apply-dow-theory`) or fundamental analysis.
> **Finance disclaimer:** This skill encodes professional best practices for educational purposes. It is not financial advice. Consult a licensed financial advisor before making investment decisions.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!