— 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
✓ 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.
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 claimAbout
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
- Identify current trend on HTF (4H/Daily):
`` get_candles_around_date(symbol=, exchange=, interval="4h", date=) ``
- Mark swing points using
draw_chart_analysiswithhighlighttype (label HH, HL, LH, LL) - Watch for structure breaks:
- BOS = trade continuation (enter on pullback to FVG or order block)
- CHoCH = look for reversal entry
- Confirm with LTF (15m/5m): Wait for LTF CHoCH in reversal direction, then enter
Trend Continuation Entry (BOS)
- Wait for BOS confirmation
- Enter on pullback to FVG or order block
- Stop below recent swing low (bull) or above swing high (bear)
Trend Reversal Entry (CHoCH)
- Wait for CHoCH confirmation on HTF
- Wait for LTF BOS in the new direction
- Enter on retracement to CHoCH level
- 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.
- 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.