Use when sizing any individual trading or investment position — capping the maximum loss any single position can inflict to a small, fixed percentage of total capital, regardless of how strong the conviction behind that specific position is, so no single mistake can inflict catastrophic account damage.
Scanned 9/8/2026
Install to Claude Code
npx -y skills add jeffreytse/grimoire-core --skill apply-fixed-fractional-risk-limit --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Apply Fixed Fractional Risk Limit?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/jeffreytse-apply-fixed-fractional-risk-limit)More formats (shields.io, HTML) on the badges page.
---
name: apply-fixed-fractional-risk-limit
description: Use when sizing any individual trading or investment position — capping the maximum loss any single position can inflict to a small, fixed percentage of total capital, regardless of how strong the conviction behind that specific position is, so no single mistake can inflict catastrophic account damage.
source: Bruce Kovner, founder of Caxton Associates; documented fixed-fractional risk-per-trade discipline as a core macro trading risk-management rule
tags: [finance, investing, position-sizing, risk-management, capital-preservation, macro-trading, kovner]
related: [apply-asymmetric-risk-reward-sizing, apply-leverage-avoidance, design-risk-parity-portfolio]
---
# Apply Fixed-Fractional Risk Limit
Cap the maximum possible loss on any single position to a small, fixed percentage of total capital before entering the trade, regardless of how strong the conviction behind that specific position is — so that no single mistaken position, however high-conviction, can inflict damage the portfolio cannot recover from.
## Why This Is Best Practice
**Adopted by:** Bruce Kovner, founder of Caxton Associates, one of the most successful and longest-running macro hedge funds in history, is documented as attributing his firm's durability specifically to strict risk-per-trade discipline — capping the loss any single position could inflict to a small, predetermined fraction of capital, independent of how confident he was in that specific trade's thesis.
**Impact:** A trader operating without a fixed per-trade risk cap is exposed to the risk that a single high-conviction position, however well-researched, turns out wrong in a way severe enough to inflict catastrophic or unrecoverable account damage — Kovner's documented discipline of capping every position's maximum loss to a small fixed percentage of capital specifically eliminates this single-position catastrophic-loss scenario, regardless of how the conviction behind any individual trade turns out.
**Why best:** Conviction is not a reliable predictor of outcome — even a well-researched, high-conviction position can be wrong, and sizing a position based on conviction level rather than a fixed risk cap means the position sizing itself, not just the thesis, determines how catastrophic a wrong call can be. A fixed fractional risk limit applies the same discipline regardless of confidence level, ensuring survival through the inevitable wrong calls that even skilled traders make.
Sources: Documented account of Bruce Kovner and Caxton Associates' risk-management approach to macro trading
## Steps
### Step 1: Set a fixed maximum percentage of capital at risk per position
Establish a fixed, small percentage of total capital (commonly a low single-digit percentage) as the absolute maximum any single position is allowed to lose, applied consistently to every position regardless of the specific thesis or conviction level behind it.
### Step 2: Determine the position's stop-loss level before entry
Before entering a position, determine the specific price level at which the position will be exited if it moves against the thesis — the stop-loss level — as a precondition for entry, not an afterthought decided after the position is already open.
### Step 3: Size the position so the stop-loss distance matches the fixed risk cap
Calculate position size specifically so that if the position is exited at the predetermined stop-loss level, the resulting loss equals no more than the fixed percentage-of-capital risk cap — a position with a wider stop-loss distance must be sized smaller, and a position with a tighter stop-loss distance can be sized larger, but the maximum dollar risk stays fixed regardless.
### Step 4: Execute the stop-loss without regard to conviction level
Execute the predetermined stop-loss if the position reaches it, regardless of how strong the original conviction was or how the trader currently feels about the thesis — the entire discipline's value depends on the stop-loss being honored consistently, not overridden in moments of high conviction.
### Step 5: Apply the same fixed risk cap even to the highest-conviction positions
Apply the identical fixed-percentage risk cap even to positions where conviction is highest — resisting the temptation to size a "sure thing" larger than the fixed cap allows, since the entire point of the discipline is protection against being wrong on exactly the position that felt most certain.
## Rules
- Set the maximum percentage-of-capital risk per position as a fixed rule applied to every position, not a discretionary judgment made case by case.
- Determine the stop-loss level before entry, as a precondition for entering the position, not decided reactively after it's already open.
- Size the position so its stop-loss distance matches the fixed risk cap — position size is a function of the stop distance, not a fixed share or contract count.
- Execute the predetermined stop-loss without exception, regardless of conviction level or current sentiment about the trade.
## Examples
**Fixed-fractional discipline containing a wrong high-conviction call:** A trader takes a large, high-conviction macro position with a stop-loss sized so the maximum possible loss equals the fixed risk cap. The thesis turns out wrong and the position is exited at the predetermined stop-loss level — the loss is contained to the fixed small percentage of capital, and the trader remains fully able to continue trading, illustrating the discipline's specific value in surviving an inevitably wrong high-conviction call.
**Position sizing adjusted for stop distance, not overridden by conviction:** A different position has a wider natural stop-loss distance due to the asset's volatility. Rather than sizing the position at a fixed share count regardless of this wider stop distance (which would risk more than the fixed cap if the stop is hit), the position is sized smaller specifically so the wider stop distance still results in the same fixed maximum-loss percentage.
## Common Mistakes
- **Sizing a position based on conviction level rather than the fixed risk cap** — conviction doesn't reliably predict outcome; sizing based on it defeats the purpose of a fixed risk discipline.
- **Deciding the stop-loss level reactively after the position is already open** — the stop-loss must be predetermined as a condition of entry, or it tends to be moved or ignored under pressure once the position is losing.
- **Overriding a predetermined stop-loss because conviction remains high** — this is precisely the scenario the discipline is designed to guard against; the highest-conviction positions are exactly where sizing discipline matters most.
- **Using a fixed share or contract count regardless of the position's stop-loss distance** — position size must be calculated from the stop distance to keep dollar risk fixed; a fixed share count with a wide stop can risk far more than intended.
## When NOT to Use
- For a long-term, buy-and-hold value investment where a hard price-based stop-loss isn't the appropriate risk-management tool — see `apply-downside-protection-principle` for the fundamentals-based risk discipline more suited to that context.
- When position-level stop-losses would force an exit during ordinary, expected volatility inherent to a longer-term thesis — this discipline is specifically suited to trading contexts with a defined, near-term invalidation level, not long-horizon fundamental positions expected to weather interim volatility.
- As a substitute for genuine research and thesis quality — a fixed risk cap limits how much a wrong position can cost, but doesn't improve the odds of being right in the first place.
> **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!