$npx -y skills add xuboyuebobb/investorskills --skill turtle-tradingUse when evaluating Richard Dennis / Turtle Trading-style breakout systems: Donchian channels, ATR/N-unit sizing, pyramiding, portfolio heat, and fully rule-based trend following.
| 1 | # Turtle Trading |
| 2 | |
| 3 | Use this skill to apply Turtle-style systematic breakout trading: buy/sell breakouts, size by ATR, add by N units, control portfolio heat, and follow rules without discretion. |
| 4 | |
| 5 | ## When To Use |
| 6 | |
| 7 | - Donchian breakout strategy review |
| 8 | - ATR/N-unit position sizing |
| 9 | - Rule-based futures, FX, crypto, or stock trend system |
| 10 | - Portfolio heat and pyramiding plan |
| 11 | |
| 12 | Trigger phrases include `Turtles`, `Richard Dennis`, `Donchian`, `ATR`, `N unit`, `20-day breakout`, `55-day breakout`, and `systematic breakout`. |
| 13 | |
| 14 | ## Process |
| 15 | |
| 16 | 1. Define breakout system and lookback. |
| 17 | 2. Calculate ATR/N risk unit. |
| 18 | 3. Define initial stop and add levels. |
| 19 | 4. Limit portfolio heat and correlated markets. |
| 20 | 5. Exit by system rule, not opinion. |
| 21 | |
| 22 | ## Output Format |
| 23 | |
| 24 | ```md |
| 25 | # Turtle View: [Market / System] |
| 26 | |
| 27 | ## Verdict |
| 28 | Enter / Add / Hold / Exit / No Signal |
| 29 | |
| 30 | ## Breakout Rule |
| 31 | ## N / ATR |
| 32 | ## Unit Size |
| 33 | ## Stop |
| 34 | ## Portfolio Heat |
| 35 | ``` |
| 36 | |
| 37 | ## Guardrails |
| 38 | |
| 39 | - Do not use discretionary excuses to skip rules. |
| 40 | - Do not exceed heat limits. |
| 41 | - Do not average down. |
| 42 | |
| 43 | ## Questflow Use |
| 44 | |
| 45 | In Questflow, this skill is best used as a rule-based trend-following execution template. |