The original Turtle trading system rule: buy on breakouts above the 20-day high, sell below the 20-day low. Position size based on ATR (1 unit = 1% account risk per N, where N = 20-day ATR). Rigorous trend-following with mechanical risk management.
- Monitor 20-day Donchian Channel
- Enter long on break above 20-day high
- Position size: 1% account risk / (2 ร 20-day ATR ร contract value)
- Stop: 2ร ATR below entry (N-based stop)
- Add pyramid units: every ยฝ N move in favor (max 4 units)
- Exit: break below 10-day Donchian low (trailing exit)
- Enter short on break below 20-day low
- Position size: same N-based formula
- Stop: 2ร ATR above entry
- Pyramid on ยฝ N favorable moves
- Exit: break above 10-day Donchian high
- Skip entries if prior signal was a winning trade (avoid over-participation)
- System 2 variant: use 55-day breakout (always take these, no skip rule)
- Maximum concurrent units: 4 per market, 12 per highly-correlated group
- // Turtle System 1 Config
- Entry: 20-day Donchian breakout
- Exit: 10-day Donchian reverse
- Position size: 1% risk / (2 ร ATR)
- Pyramid: +1 unit per ยฝ N favorable
- Max units: 4 per market
The original Turtles traded diversified futures baskets. Currencies, grains, metals, energies, bonds. The edge came from capturing occasional massive trends across many uncorrelated markets. Running this on a single market (like BTC alone) sacrifices the diversification that made the system work.