Install
$ agentstack add skill-ske-labs-agent-trading-skills-breaker-blocks ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →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)
- Bearish order block forms
- Price returns and breaks through the OB aggressively (displacement)
- The broken OB flips to support (bullish breaker)
- Trade longs when price returns to this zone
Bearish Breaker (Failed Bullish OB)
- Bullish order block forms
- Price returns and breaks through the OB aggressively (displacement)
- The broken OB flips to resistance (bearish breaker)
- 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
- Find a failed order block using candle data:
`` get_candles_around_date(symbol=, exchange=, interval=, date=) ``
- Confirm the break with CHoCH or BOS through the original OB
- Mark the breaker zone using
draw_chart_analysiswithdemand(bullish) orsupply(bearish) - Wait for price to return to the zone from the opposite side
- Enter with LTF confirmation (structure shift or rejection)
- Stop loss beyond the breaker zone
- 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
- Source: SKE-Labs/agent-trading-skills
- License: Apache-2.0
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.