AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified Apache-2.0 Self-run

Breaker Blocks

skill-ske-labs-agent-trading-skills-breaker-blocks · by SKE-Labs

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.

No reviews yet
0 installs
32 views
0.0% view→install

Install

$ agentstack add skill-ske-labs-agent-trading-skills-breaker-blocks

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No 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.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-ske-labs-agent-trading-skills-breaker-blocks)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
4mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

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 →
Are you the author of Breaker Blocks? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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=) ``

  1. Confirm the break with CHoCH or BOS through the original OB
  2. Mark the breaker zone using draw_chart_analysis with demand (bullish) or supply (bearish)
  3. Wait for price to return to the zone from the opposite side
  4. Enter with LTF confirmation (structure shift or rejection)
  5. Stop loss beyond the breaker zone
  6. 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.

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

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.