Use when designing a systematic, rules-based trend-following approach — defining explicit, mechanical rules for entry (breakout confirmation), position sizing (volatility-based units), and exit, removing subjective, in-the-moment discretion from the trading process.
Scanned 9/8/2026
Install to Claude Code
npx -y skills add jeffreytse/grimoire-core --skill apply-turtle-trading-system --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Apply Turtle Trading System?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/jeffreytse-apply-turtle-trading-system)More formats (shields.io, HTML) on the badges page.
---
name: apply-turtle-trading-system
description: Use when designing a systematic, rules-based trend-following approach — defining explicit, mechanical rules for entry (breakout confirmation), position sizing (volatility-based units), and exit, removing subjective, in-the-moment discretion from the trading process.
source: Richard Dennis and William Eckhardt, the documented "Turtle Trading" experiment (early 1980s) and subsequent published accounts of the system's rules
tags: [finance, investing, systematic-trading, trend-following, turtle-trading, position-sizing]
related: [apply-pyramiding-entry-technique, apply-asymmetric-risk-reward-sizing, apply-leverage-avoidance]
---
# Apply Turtle Trading System
Define explicit, fully mechanical rules for trade entry (based on price breakouts confirming a trend), position sizing (based on the asset's recent volatility, not a fixed dollar or share amount), and exit — removing subjective, in-the-moment discretion from the trading process entirely, so the system's rules alone determine every action.
## Why This Is Best Practice
**Adopted by:** Richard Dennis and William Eckhardt conducted the documented "Turtle Trading" experiment in the early 1980s, recruiting and training a group of novice traders (the "Turtles") in a specific, fully mechanical set of trading rules, to test whether successful trading could be taught as a systematic process rather than requiring innate talent — a question the experiment's documented results answered affirmatively, with several of the trained novices going on to substantial, sustained trading success using the taught system.
**Impact:** The Turtle experiment's specific, documented outcome — that traders with no prior trading experience achieved substantial success following a fully mechanical rule set — provides direct evidence that a sufficiently well-designed systematic approach can remove the need for subjective, discretionary judgment in trade execution, and that the specific rules (not just individual trader skill) were the significant contributing factor to the results achieved.
**Why best:** Discretionary trading decisions made in the moment are vulnerable to the same behavioral biases (see `apply-behavioral-investing-discipline`) that undermine investment discipline generally — fear, greed, and in-the-moment rationalization can all distort a decision that "feels" right at the time. A fully mechanical, rules-based system removes this vulnerability by defining every decision (entry, position size, exit) in advance, so execution becomes a matter of following predefined rules rather than exercising in-the-moment judgment.
Sources: Documented accounts of the Richard Dennis/William Eckhardt Turtle Trading experiment and its published rule set
## Steps
### Step 1: Define mechanical breakout-based entry rules
Establish specific, checkable price-breakout conditions that trigger entry — for example, entering when price breaks above (or below, for a short) a specific recent price range, confirming a potential new trend — rather than entering based on a subjective read of chart patterns or market sentiment.
### Step 2: Size positions based on the asset's recent volatility, not a fixed amount
Determine position size using a volatility-based measure (such as average true range) so that each position risks a comparable amount regardless of the specific asset's price level or typical daily movement — a more volatile asset receives a smaller position size, and a less volatile asset a larger one, to normalize risk exposure across different assets.
### Step 3: Define mechanical rules for adding to winning positions
Establish specific, predefined rules for adding to a position as it moves favorably (see `apply-pyramiding-entry-technique`), sized using the same volatility-based methodology, rather than adding based on discretionary judgment about how well the position "feels" like it's performing.
### Step 4: Define mechanical exit rules for both losses and gains
Establish specific, predefined price levels or conditions that trigger an exit — both a stop-loss level limiting downside on a losing position, and a trailing or target-based rule for exiting a winning position — so that exit decisions, like entry decisions, are mechanical rather than discretionary.
### Step 5: Follow the system's rules consistently, without in-the-moment override
Execute every trade according to the predefined rules, without discretionary override based on a fresh, in-the-moment justification for deviating — the entire premise of a systematic approach is that its value comes from consistent, disciplined execution, not from occasional judgment calls that the system's rules don't apply this particular time.
## Rules
- Define entry, position sizing, and exit rules fully in advance — no rule should be decided or adjusted in the moment during an active trade.
- Size positions by asset volatility, not by a fixed dollar or share amount, to normalize risk exposure across different assets.
- Add to winning positions using the same predefined, volatility-based methodology as initial entries, not discretionary judgment.
- Execute the system's rules consistently without in-the-moment override — deviating selectively undermines the entire premise of a systematic approach.
## Examples
**System applied consistently:** A trader defines specific breakout conditions for entry, sizes each position based on the specific asset's recent volatility, and defines predefined rules for adding to winning positions and for exiting both losing and winning positions. The trader executes every trade strictly according to these predefined rules across many trades, accepting that some individual trades will be losers while relying on the system's overall edge across the full set of trades, consistent with the documented Turtle experiment's approach.
**Discretionary override undermining the system (failure case, illustrative):** A different trader adopts the same rule set but overrides the predefined exit rule on a specific trade, holding past the defined stop-loss level based on an in-the-moment belief that "this time is different." The resulting loss significantly exceeds what the system's rules would have produced, illustrating exactly the failure mode a fully mechanical system is designed to prevent.
## Common Mistakes
- **Overriding predefined rules based on in-the-moment discretionary judgment** — the entire value of a systematic approach depends on consistent execution; selective deviation undermines it.
- **Sizing positions by a fixed dollar or share amount rather than by volatility** — this produces inconsistent risk exposure across assets with different typical price movements.
- **Adding to positions based on how they "feel" rather than predefined confirmation rules** — see `apply-pyramiding-entry-technique` for the disciplined version of this practice.
- **Judging the system by individual trade outcomes rather than its results across many trades** — a systematic approach is evaluated by its cumulative result over a large number of trades, not by whether any single trade was a winner.
## When NOT to Use
- For a long-term, fundamentals-based value investment where the decision process is explicitly based on business quality and valuation rather than mechanical price-based rules (see `audit-investment-thesis`) — this is a distinct, trend-following systematic approach, not a substitute for fundamental analysis.
- For an investor unwilling or unable to follow the system's rules with full consistency — a partially-followed system undermines the entire premise this approach depends on.
- Without a genuine, tested rule set — adopting the general idea of "systematic trading" without specific, well-defined entry, sizing, and exit rules doesn't provide the actual discipline this approach requires.
> **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!