AgentStack
SKILL verified Apache-2.0 Self-run

Market Structure Shift

skill-ske-labs-agent-trading-skills-market-structure-shift · by SKE-Labs

Detect Break of Structure (BOS) and Change of Character (CHoCH) for trend analysis. Use when identifying trend reversals, confirming entry signals, or determining market bias direction.

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

Install

$ agentstack add skill-ske-labs-agent-trading-skills-market-structure-shift

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

Are you the author of Market Structure Shift? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Market Structure Shift

Identify trend direction and potential reversals through swing point analysis.

Structure

Swing Points

  • Higher High (HH) + Higher Low (HL) = Uptrend
  • Lower Low (LL) + Lower High (LH) = Downtrend

Break of Structure (BOS)

  • Continuation signal confirming current trend
  • Bullish BOS: Price breaks above swing high (HH)
  • Bearish BOS: Price breaks below swing low (LL)

Change of Character (CHoCH)

  • Reversal signal indicating potential trend change
  • Bullish CHoCH: In downtrend, price breaks above LH
  • Bearish CHoCH: In uptrend, price breaks below HL

Workflow

  1. Identify current trend on HTF (4H/Daily):

`` get_candles_around_date(symbol=, exchange=, interval="4h", date=) ``

  1. Mark swing points using draw_chart_analysis with highlight type (label HH, HL, LH, LL)
  2. Watch for structure breaks:
  • BOS = trade continuation (enter on pullback to FVG or order block)
  • CHoCH = look for reversal entry
  1. Confirm with LTF (15m/5m): Wait for LTF CHoCH in reversal direction, then enter

Trend Continuation Entry (BOS)

  1. Wait for BOS confirmation
  2. Enter on pullback to FVG or order block
  3. Stop below recent swing low (bull) or above swing high (bear)

Trend Reversal Entry (CHoCH)

  1. Wait for CHoCH confirmation on HTF
  2. Wait for LTF BOS in the new direction
  3. Enter on retracement to CHoCH level
  4. Stop beyond the CHoCH swing point

Key Rules

  • HTF structure determines bias; LTF structure provides entry timing
  • NEVER counter-trade HTF structure without a confirmed CHoCH
  • A single break is not enough — wait for the follow-through (LTF confirmation)
  • Use Daily/4H for direction, 1H/30m for intermediate structure, 15m/5m for entry timing

Related Skills

  • order-blocks — After BOS/CHoCH, order blocks at the break point become high-probability entries
  • liquidity-zones — Structure breaks often occur after liquidity sweeps of swing points

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.