AgentStack
SKILL verified Apache-2.0 Self-run

Liquidity Zones

skill-ske-labs-agent-trading-skills-liquidity-zones · by SKE-Labs

Identify liquidity pools and stop-hunt levels where retail stops cluster. Use when predicting price manipulation, understanding smart money targets, or timing entries after liquidity sweeps.

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

Install

$ agentstack add skill-ske-labs-agent-trading-skills-liquidity-zones

✓ 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 Liquidity Zones? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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

  1. Identify liquidity pool (equal highs/lows, obvious swing points):

`` get_candles_around_date(symbol=, exchange=, interval=, date=) ``

  1. Mark levels using draw_chart_analysis: resistance for BSL, support for SSL, highlight for sweep points
  2. Wait for sweep — price takes out the level
  3. Confirm reversal: LTF structure shift, strong rejection candle, return into previous range (within 1-3 candles)
  4. Enter after confirmation
  5. Stop loss beyond the sweep wick
  6. 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.

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.