# Breaker Blocks

> Trade failed order blocks that flip into breaker patterns. Use when a previous support becomes resistance (or vice versa), identifying high-probability reversal zones after structure breaks.

- **Type:** Skill
- **Install:** `agentstack add skill-ske-labs-agent-trading-skills-breaker-blocks`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [SKE-Labs](https://agentstack.voostack.com/s/ske-labs)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** Apache-2.0
- **Upstream author:** [SKE-Labs](https://github.com/SKE-Labs)
- **Source:** https://github.com/SKE-Labs/agent-trading-skills/tree/main/skills/ict-smart-money/breaker-blocks

## Install

```sh
agentstack add skill-ske-labs-agent-trading-skills-breaker-blocks
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Breaker Blocks Trading

Failed order blocks that flip polarity -- bullish OB becomes bearish resistance, bearish OB becomes bullish support.

## Identification

### Bullish Breaker (Failed Bearish OB)
1. Bearish order block forms
2. Price returns and breaks **through** the OB aggressively (displacement)
3. The broken OB flips to support (bullish breaker)
4. Trade longs when price returns to this zone

### Bearish Breaker (Failed Bullish OB)
1. Bullish order block forms
2. Price returns and breaks **through** the OB aggressively (displacement)
3. The broken OB flips to resistance (bearish breaker)
4. Trade shorts when price returns to this zone

### Quality Criteria

- **Break strength**: Impulsive, 3+ candles (not slow grinding)
- **FVG created**: Yes, on the break = strong; no FVG = weak
- **HTF alignment**: Must match HTF direction
- **Freshness**: First retest only; multiple tests weaken the zone

## Workflow

1. **Find a failed order block** using candle data:
   ```
   get_candles_around_date(symbol=, exchange=, interval=, date=)
   ```
2. **Confirm the break** with CHoCH or BOS through the original OB
3. **Mark the breaker zone** using `draw_chart_analysis` with `demand` (bullish) or `supply` (bearish)
4. **Wait for price to return** to the zone from the opposite side
5. **Enter with LTF confirmation** (structure shift or rejection)
6. **Stop loss** beyond the breaker zone
7. **Target** next liquidity level or POI

## Key Rules

- Breakers work because traders trapped at the original OB provide fuel for the new direction
- NEVER trade a breaker without an impulsive break through the original OB
- NEVER trade a breaker that has already been retested
- The break must create displacement; a slow grind through the OB is not a valid breaker

## Related Skills

- **order-blocks** — Breakers are failed OBs; understanding OBs is prerequisite
- **fair-value-gaps** — FVGs created during the break add confluence to breaker zones

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [SKE-Labs](https://github.com/SKE-Labs)
- **Source:** [SKE-Labs/agent-trading-skills](https://github.com/SKE-Labs/agent-trading-skills)
- **License:** Apache-2.0

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-ske-labs-agent-trading-skills-breaker-blocks
- Seller: https://agentstack.voostack.com/s/ske-labs
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
