# Liquidity Signals

## Liquidation Signals (Stop-Loss & Margin Flush Zones)

Our **Liquidation signals** highlight areas where price is likely to **run stop-losses** or trigger **margin calls** (forced exits). They are **context signals**, not buy/sell commands.

* **Liquidity (Up)** → price is sweeping **above** recent highs, triggering **short liquidations / sell-side stops**.
* **Liquidity (Down)** → price is sweeping **below** recent lows, triggering **long liquidations / buy-side stops**.

<figure><img src="/files/Vk3esOTFYwV58sveDLc2" alt="" width="362"><figcaption></figcaption></figure>

{% hint style="warning" %}
**Important:** “Up/Down” describes the **direction of the stop sweep**, **not** the direction you should trade.
{% endhint %}

## Market & Timeframes

{% embed url="<https://docs.zeiierman.com/getting-started/how-our-signals-work#markets-and-timeframes>" %}

### How to get access

{% embed url="<https://docs.zeiierman.com/getting-started/how-our-signals-work#free-liquidity-signals>" %}

## What are liquidations?

* **Liquidations** occur when positions are force-closed:
  * **Margin products:** the broker/exchange closes the trade when margin is insufficient.
  * **Spot/CFD:** clustered **stop-loss orders** are triggered, causing a fast sweep.
* When these clusters are hit, price often spikes as a wave of market orders hits the tape.

## Liquidations vs. Liquidity (they’re not the same)

* **Liquidity** = the ability to transact size without moving price (depth, market efficiency).
* **Liquidations** = the **event** where stops/margin calls are executed.
* Liquidations can happen **with or without** deep liquidity, and deep liquidity can exist **without** any liquidation event.

## Practical uses

### 1) Breakouts (stop-run through a range edge)

* **Idea:** A breakout “works” when stops clustered beyond the range are swept.
* **Signal:** [*Liquidation (Up)*](https://www.tradingview.com/x/npSAKitP/) on a push above range highs, or *Liquidation (Down)* below range lows.
* **How to use:** If it matches your bias/structure (trend, higher-timeframe S/R), treat as **breakout confirmation**. If it contradicts your bias, consider **fade risk** (potential fakeout).

<figure><img src="/files/FdDt0nkg94TDuLoe0LPB" alt=""><figcaption></figcaption></figure>

### 2) Trend continuation (stop-run through supply/demand)

* **Idea:** Trends advance by **absorbing** opposing stops (e.g., sellers’ stops above lower highs in an uptrend).
* **Signal:** In an uptrend, *Liquidation (Up)* when price clears prior swing highs; in a downtrend, [*Liquidation (Down)* ](https://www.tradingview.com/x/hTAsqtkI/)through prior swing lows.
* **How to use:** Combine with market structure (HH/HL or LH/LL) to confirm **continuation** rather than chase late.

<figure><img src="/files/kJogxTZaJ0ws1pdS5yWj" alt=""><figcaption></figcaption></figure>

### 3) Reversals at end of trends (“last push” stop sweep)

* **Idea:** Mature trends often end with a **final stop run** that traps late entries.
* **Signal:** After extended downtrend, a sharp *Liquidation (Down)* at the lows; after extended uptrend, a [*Liquidation (Up)*](https://www.tradingview.com/x/Y37iW9Bj/) at the highs.
* **How to use:** Look for **failure to follow-through** after the sweep (wick rejections, BOS/CHOCH on lower TF). Use as **reversal confirmation**, not the sole trigger.

<figure><img src="/files/0Makjv0H7HlcYu1MdlVY" alt=""><figcaption></figcaption></figure>

### 4) Range fakeouts (stop-run then return)

* **Idea:** Ranges frequently print **false breaks** that only clear stops before snapping back inside.
* **Signal:** [*Liquidation (Down)*](https://www.tradingview.com/x/JOLVxjld/) at the lower boundary fakeout; *Liquidation (Up)* at the upper boundary fakeout.
* **How to use:** Wait for **re-acceptance back inside the range** (close back within, or reclaim of the level) before fading the fakeout.

<figure><img src="/files/xog62AIyOfDxRrB3uQmJ" alt=""><figcaption></figcaption></figure>

## Best practices

* **Confluence first:** pair liquidation signals with trend structure (HH/HL or LH/LL), key HTF levels, and volume/impulse context.
* **Don’t front-run every sweep:** wait for **confirmation** (close beyond, or failure/reclaim) to decide breakout vs. fakeout.
* **Risk controls:** stops beyond the **next** logical sweep level; scale out at logical targets (prior swing, range mid, opposing sweep).
* **Timeframe alignment:** prefer HTF bias → use LTF signals for timing.

{% hint style="warning" %}
**No blind following:** signals **highlight where stops are**, not guaranteed entries.
{% endhint %}

## Get Instant Access

{% embed url="<https://docs.zeiierman.com/getting-started/how-our-signals-work#free-liquidity-signals>" %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.zeiierman.com/signals/liquidity-signals.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
