This trading strategy is a classic trend-following system known as the Turtle Trading strategy. It enters long on a breakout of a 20-period high and short on a breakdown of a 20-period low. It exits the position when the price reverses and breaks a shorter-term, 10-period channel, or if the initial stop-loss is hit.
To trade this strategy manually :
This strategy has two systems. System 1 is the primary one described below. System 2 is identical but uses a 55-period channel for entries and a 20-period channel for exits. You trade both, but with one special rule: if the last trade on System 1 was a winner, you skip the next System 1 signal.
- Indicators Needed:
- Donchian Channels (or manually find the highest high/lowest low).
- Average True Range (ATR) with a 14-period length.
- Settings (System 1):
- Entry Channel: 20 periods.
- Exit Channel: 10 periods.
- Position Sizing (The "Unit"): Before entering, calculate your position size, called a "Unit". One Unit = (2% of your account equity) / (2 * current ATR value). All your entries and additions will be in multiples of this Unit size.
- Entry Conditions:
- Long: Enter with 1 Unit when the price closes above the 20-period Donchian Channel's upper band.
- Short: Enter with 1 Unit when the price closes below the 20-period Donchian Channel's lower band.
- Stop-Loss:
- Place your initial stop-loss 2 * ATR away from your entry price. (For a long, it's Entry Price - 2*ATR. For a short, it's Entry Price + 2*ATR).
- Adding to a Position (Pyramiding):
- If the trade moves in your favor, add another Unit at every 0.5 * ATR interval from your last entry price.
- You can add a maximum of 3 additional units, for a total position of 4 units.
- Each time you add a unit, move the stop-loss for the *entire position* up to 2 * ATR away from the newest entry price.
- Exit Conditions:
- Long Exit: Exit the entire position if the price closes below the 10-period Donchian Channel's lower band.
- Short Exit: Exit the entire position if the price closes above the 10-period Donchian Channel's upper band.
- Or, exit if your stop-loss is hit.