Use when determining whether a market's primary trend is genuinely intact — requiring confirmation across multiple market averages and volume, and treating a trend as persisting until a clear, confirmed reversal signal appears, rather than reacting to every short-term price fluctuation.
Scanned 9/8/2026
Install to Claude Code
npx -y skills add jeffreytse/grimoire-core --skill apply-dow-theory --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Apply Dow Theory?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/jeffreytse-apply-dow-theory)More formats (shields.io, HTML) on the badges page.
---
name: apply-dow-theory
description: Use when determining whether a market's primary trend is genuinely intact — requiring confirmation across multiple market averages and volume, and treating a trend as persisting until a clear, confirmed reversal signal appears, rather than reacting to every short-term price fluctuation.
source: Charles H. Dow, Wall Street Journal editorials (late 19th century); formalized and named "Dow Theory" by later writers including William Peter Hamilton and Robert Rhea
tags: [finance, investing, dow-theory, technical-analysis, trend-confirmation, market-averages]
related: [apply-guppy-multiple-moving-average, apply-kostolany-egg-theory, calculate-bollinger-bands]
---
# Apply Dow Theory
Confirm a market's primary trend using multiple market averages and trading volume together, and treat the established trend as persisting until a clear, confirmed reversal signal appears — rather than reacting to every short-term price fluctuation as if it signals a trend change.
## Why This Is Best Practice
**Adopted by:** Charles H. Dow's Wall Street Journal editorials in the late 19th century laid the foundation for what was later formalized and named "Dow Theory" by subsequent writers including William Peter Hamilton and Robert Rhea, and the framework is widely recognized as the historical foundation of modern technical analysis, with its core principles — trend classification, multiple-average confirmation, and volume confirmation — still taught and applied across technical-analysis education today.
**Impact:** Dow Theory's central practical contribution is the requirement that a genuine primary trend be confirmed across multiple related market indicators simultaneously (originally the Dow Jones Industrial and Transportation Averages) rather than relying on a single index or security's movement alone — a divergence between related averages (one confirming a new trend, the other not) is treated as a warning that the apparent trend may not be genuine or durable.
**Why best:** Relying on a single price series to judge trend direction risks acting on a move that reflects narrow, idiosyncratic factors rather than a genuine, broad-based market trend. Requiring confirmation across multiple related indicators, along with volume support, provides a more reliable signal that an apparent trend reflects broad market participation rather than a narrower, less durable move.
Sources: Dow's original Wall Street Journal editorials; Hamilton, "The Stock Market Barometer" (1922); Rhea, "The Dow Theory" (1932)
## Steps
### Step 1: Classify the market into primary, secondary, and minor trends
Distinguish the primary trend (the broad, multi-month-to-multi-year direction), secondary reactions (multi-week-to-multi-month counter-moves within the primary trend), and minor day-to-day fluctuations — and focus trend analysis on the primary trend, treating secondary reactions and minor fluctuations as noise within it rather than signals of a primary trend change.
### Step 2: Require confirmation across multiple related market averages
Before concluding a new primary trend has begun, check that multiple related market indicators are confirming the same directional move together — a new high or low in one index unconfirmed by a related index is treated as a warning sign rather than confirmation of a genuine trend.
### Step 3: Require volume confirmation of the trend
Check that trading volume supports the apparent trend — rising volume on moves in the trend's direction and comparatively lower volume on counter-moves is treated as confirming the trend's genuineness, while a trend accompanied by weakening volume is treated with more caution.
### Step 4: Treat the established trend as persisting until clearly reversed
Once a primary trend is confirmed, treat it as remaining in force until clear, confirmed evidence of a reversal appears (a break of a previous significant secondary-reaction low in an uptrend, or high in a downtrend, confirmed across the related averages) — don't treat every secondary reaction or minor fluctuation within the trend as a signal the trend itself has changed.
### Step 5: Distinguish a genuine reversal from a normal secondary reaction
Before concluding the primary trend has reversed, verify the move meets the same multi-average and volume confirmation standard applied to identifying the original trend — a single average or a low-volume move breaking a prior level is weaker evidence of a genuine reversal than a confirmed, multi-average, volume-supported move.
## Rules
- Focus trend analysis on the primary trend; treat secondary reactions and minor fluctuations as noise within it, not independent signals.
- Require confirmation across multiple related market averages before concluding a new primary trend has begun.
- Require volume support for a trend to be treated as genuine and durable.
- Apply the same confirmation standard to identifying a reversal as to identifying the original trend — don't treat an unconfirmed move as sufficient evidence of a trend change.
## Examples
**Confirmed primary trend:** An investor observes a new high in one broad market index, and checks a related index for confirmation, finding it also reaching a new high around the same period, accompanied by rising trading volume. This multi-average, volume-supported confirmation supports treating the broader primary trend as genuinely intact, rather than reacting to a single index's move in isolation.
**Unconfirmed move correctly treated with caution:** A different situation shows one market index reaching a new high while a related index fails to confirm with its own new high, and volume on the move is comparatively weak. Applying Dow Theory's confirmation standard, the investor treats this divergence as a warning sign rather than confirmation of a genuine new primary trend, avoiding a premature conclusion based on a single, unconfirmed indicator.
## Common Mistakes
- **Reacting to every secondary reaction or minor fluctuation as a primary trend change** — Dow Theory specifically distinguishes these from the primary trend, which should be the focus of trend classification.
- **Relying on a single market average without checking related indicators for confirmation** — an unconfirmed move in a single index is weaker evidence of a genuine broad trend than a multi-average confirmed move.
- **Ignoring volume as a confirming factor** — a price move unsupported by volume is treated with more caution than one accompanied by strong, confirming volume.
- **Applying a lower confirmation standard to identifying a reversal than was applied to identifying the original trend** — both require the same multi-average, volume-supported confirmation.
## When NOT to Use
- For assessing an individual security's specific fundamentals or valuation — Dow Theory addresses broad market trend classification, not individual security analysis (see `audit-investment-thesis` for that distinct process).
- In markets or asset classes without multiple related indices or averages to cross-confirm — the framework's core method depends on having genuinely related indicators to check against each other.
- As a precise, short-term timing tool — Dow Theory is oriented toward primary (long-horizon) trend classification, not short-term entry and exit timing (see `calculate-williams-percent-r` or `apply-guppy-multiple-moving-average` for shorter-horizon tools).
> **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!