# Breakout Strategy

## What is Breakout Trading?

**"Buy strength at new highs, sell weakness at new lows"** - Enter when price decisively breaks through key levels with momentum.

### Core Principle

Price consolidates → builds energy → breaks resistance/support → follows through with directional move

**Best conditions:**

* Price in tight range
* Volume declining (calm before storm)
* Clear support/resistance
* Building pressure

**Avoid:**

* Extended trends
* Low liquidity
* Choppy markets

## Key Breakout Indicators

### Volume Confirmation

**Why volume matters:** Breakouts need buying/selling pressure

```
Strong Breakout:
- Price breaks resistance
- Volume 150%+ of average
→ High probability follow-through ✓

Weak Breakout:
- Price breaks resistance
- Volume below average
→ Likely false breakout ✗
```

### Volatility Contraction

**Squeeze pattern:**

* Bollinger Bands narrowest in 20+ periods
* ATR at recent lows
* Price in tight consolidation → Breakout imminent

**Entry:** Wait for decisive break with volume

### Support/Resistance Levels

**Key levels:**

* Previous swing highs/lows
* Round numbers ($50,000 for BTC)
* Moving averages (50-day, 200-day)
* Trend lines, chart patterns

**Signals:**

```
Bullish: Close above resistance + volume → Enter long
Bearish: Close below support + volume → Enter short
```

## Pre-Built Strategies

### Volume Breakout

**Logic:**

1. Identify consolidation (12-24h)
2. Wait for range break
3. Confirm volume spike (150%+)
4. Enter breakout direction

**Parameters:**

* Consolidation: 12 hours
* Volume: 150% of 20-period avg
* Take Profit: 6%
* Stop Loss: 2.5%

**Best for:** Volatile crypto, capturing big moves, intermediate traders

### Bollinger Band Squeeze

**Logic:**

1. Detect BB contraction
2. Wait for expansion
3. Enter direction of move
4. Exit at target or reversal

**Parameters:**

* BB Period: 20
* Squeeze: Narrowest in 20 periods
* Take Profit: 5%
* Stop Loss: 2%

**Best for:** Patient traders, lower frequency, volatility expansions

### Triangle Breakout

**Logic:**

1. Identify triangle/wedge patterns
2. Price consolidates between converging lines
3. Enter on decisive break
4. Target measured move

**Parameters:**

* Pattern: Automated detection
* Confirmation: 1% beyond pattern
* Take Profit: Pattern height
* Stop Loss: Inside pattern

**Best for:** Technical analysis, larger targets, advanced traders

## Creating Custom Strategy

### Step 1: Define Consolidation

**Criteria:**

* 4-6 hours minimum
* Range contraction 50%+ from recent volatility
* Clear support/resistance boundaries
* Declining volume

### Step 2: Set Breakout Criteria

**Valid breakout requires:**

1. Price closes above resistance by 1%
2. Volume >150% of average
3. No immediate rejection (confirmation)

### Step 3: Entry Rules

| Approach         | Entry Timing               | Risk/Reward                  |
| ---------------- | -------------------------- | ---------------------------- |
| **Aggressive**   | Immediate on breakout      | High risk, full move capture |
| **Conservative** | Wait for pullback + resume | Lower risk, miss some moves  |

**Conservative entry example:**

1. Price breaks consolidation high
2. Volume 150%+ average
3. Wait for pullback to breakout level
4. Enter when resumes higher

### Step 4: Profit & Stop Targets

**Take profit options:**

* Measured move: Height of consolidation
* Fixed %: 5-8% typical
* Next resistance level
* Trailing stop: Lock gains

**Stop loss placement:**

* Just inside consolidation
* Below breakout level
* Fixed %: 2-3%
* Volatility-based: 1.5x ATR

## Strategy Comparison

| Approach         | Entry                  | TP | SL   | Frequency | Risk   |
| ---------------- | ---------------------- | -- | ---- | --------- | ------ |
| **Aggressive**   | Immediate (0.5% break) | 4% | 2%   | Higher    | Higher |
| **Conservative** | Pullback + resume      | 8% | 3%   | Lower     | Lower  |
| **Balanced**     | Confirmation candle    | 6% | 2.5% | Medium    | Medium |

## Common Mistakes

**False breakouts:**

* Entering without volume confirmation
* **Fix:** Wait for 150%+ volume spike

**Chasing:**

* Entering after big move already happened
* **Fix:** Wait for pullback or skip

**No stops:**

* Holding losing breakout trades
* **Fix:** Always set stop inside consolidation

**Ignoring context:**

* Trading breakouts in wrong market regime
* **Fix:** Use in consolidating, not trending markets

## Performance Tips

**Improve win rate:**

* Require stronger volume (200%+)
* Wait for confirmation candle
* Trade only high liquidity hours

**Improve risk/reward:**

* Use measured moves for targets
* Trail stops on winners
* Cut losses at first sign of failure

***

**Breakout trading captures explosive moves.** Requires discipline to wait for confirmation and cut losses quickly on false breakouts.

**Related:** [Strategy Overview](/quantsedge-docs/trading-strategies/strategy-overview.md) | [Momentum Strategies](/quantsedge-docs/trading-strategies/strategy-momentum.md) | [Order Types](/quantsedge-docs/trading-fundamentals/order-types.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://quantsedge.gitbook.io/quantsedge-docs/trading-strategies/strategy-breakout.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
