Install
$ agentstack add skill-ske-labs-agent-trading-skills-liquidity-zones ✓ 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.
About
Liquidity Zones Trading
Clustered stop losses that institutions target for order fills before reversing price.
Identification
Buy-Side Liquidity (BSL)
- Location: Above swing highs, equal highs, resistance
- Contains: Stop losses from short positions
- Action: Smart money drives price up to trigger stops, then sells
Sell-Side Liquidity (SSL)
- Location: Below swing lows, equal lows, support
- Contains: Stop losses from long positions
- Action: Smart money drives price down to trigger stops, then buys
Formation Strength
| Formation | Liquidity Type | Strength | | ------------- | -------------- | --------- | | Equal highs | BSL | Very High | | Equal lows | SSL | Very High | | Swing highs | BSL | High | | Swing lows | SSL | High | | Round numbers | Both | Medium |
Workflow
- Identify liquidity pool (equal highs/lows, obvious swing points):
`` get_candles_around_date(symbol=, exchange=, interval=, date=) ``
- Mark levels using
draw_chart_analysis:resistancefor BSL,supportfor SSL,highlightfor sweep points - Wait for sweep — price takes out the level
- Confirm reversal: LTF structure shift, strong rejection candle, return into previous range (within 1-3 candles)
- Enter after confirmation
- Stop loss beyond the sweep wick
- Target opposite liquidity pool
Key Rules
- NEVER trade before the sweep — anticipation leads to losses
- Sweeps must be followed by quick reversal (1-3 candles) to be valid
- Volume spike on the sweep adds confirmation
- Not all sweeps reverse immediately; require LTF structure shift
- Equal highs/lows are the strongest liquidity magnets
Related Skills
- kill-zones — Liquidity sweeps most commonly occur during London and NY AM sessions
- market-structure-shift — CHoCH after a sweep confirms the reversal direction
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.