# Liquidity Zones

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

- **Type:** Skill
- **Install:** `agentstack add skill-ske-labs-agent-trading-skills-liquidity-zones`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [SKE-Labs](https://agentstack.voostack.com/s/ske-labs)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** Apache-2.0
- **Upstream author:** [SKE-Labs](https://github.com/SKE-Labs)
- **Source:** https://github.com/SKE-Labs/agent-trading-skills/tree/main/skills/ict-smart-money/liquidity-zones

## Install

```sh
agentstack add skill-ske-labs-agent-trading-skills-liquidity-zones
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## 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=)
   ```
2. **Mark levels** using `draw_chart_analysis`: `resistance` for BSL, `support` for SSL, `highlight` for sweep points
3. **Wait for sweep** — price takes out the level
4. **Confirm reversal**: LTF structure shift, strong rejection candle, return into previous range (within 1-3 candles)
5. **Enter after confirmation**
6. **Stop loss** beyond the sweep wick
7. **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](https://github.com/SKE-Labs)
- **Source:** [SKE-Labs/agent-trading-skills](https://github.com/SKE-Labs/agent-trading-skills)
- **License:** Apache-2.0

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

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-ske-labs-agent-trading-skills-liquidity-zones
- Seller: https://agentstack.voostack.com/s/ske-labs
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
