# Framework

This framework combines OHLC Range Map, OHLC Volatility Range Map, Liquidity Concepts, Breaker Blocks, Fair Value Gaps, and the Unicorn Setup into a single structured approach to reading the market.

It is not a collection of indicators or patterns. It is a **cause-and-effect model** of how price behaves through liquidity, inefficiency, and timing.

At the highest level, the framework connects five core ideas:

* **OHLC Range Map** → Structure (Where price reacts)
* **OHLC Volatility Range Map** → Timing (When movement matters)
* **Liquidity + Breakers** → Fuel (Why price moves)
* **FVG / IFVG** → Inefficiency (What gets revisited)
* **Unicorn** → Confluence (When everything aligns)

### 1. Understanding Market Behavior (The Cycle)

The market is not random. It moves in a repeating cycle of **Liquidity Creation → Manipulation → Distribution**.

* **Liquidity Creation**: Price builds ranges or "equal" highs/lows to entice traders to place stop orders.
* **Manipulation (The Trap)**: Price aggressively moves into these liquidity pools to trigger stops and trap breakout traders.
* **Distribution (The Real Intent)**: Price reverses sharply once the "fuel" (liquidity) is consumed, moving toward a new target.

### 2. OHLC Range Map (Structure and Intent)

Every candle contains three behavioral layers. These are not optional interpretations — they describe how price is actually engineered.

#### A. Manipulation (The Trap Phase)

Manipulation is the deceptive phase of price movement.

* **Visuals**: Long wicks, sudden spikes, or "stop hunts."
* **Mechanics**: This phase is designed to "clear the board" of early participants. Institutions use this phase to fill large orders against the crowd's stop-losses.
* **Rule**: You do NOT trade manipulation; you wait for it to finish to confirm the trap.

#### B. Distribution (Real Intent)

The true directional move after liquidity is captured.

* **Visuals**: Strong, "fat" candle bodies with minimal hesitation.
* **Significance**: Distribution is only reliable after a clear manipulation phase has occurred.

#### C. Statistical High/Low Levels

These are derived from historical price behavior (Mean and Median ranges).

* **Purpose**: They filter market noise by showing where price is *statistically expected* to find its high or low for the period.
* **Anchors**: They define the "outer boundaries" of the range map, acting as the primary targets for manipulation spikes.

### 3. Liquidity & Breaker Blocks (The "Why")

To understand why price moves, you must understand where the "fuel" is located.

#### Liquidity Zones

Liquidity exists where orders cluster:

* **Stop Losses**: Above previous highs or below previous lows.
* **Breakout Entries**: Buy stops above resistance / Sell stops below support.

#### Breaker Blocks

A breaker forms when price aggressively traps traders on both sides and then reverses.

* **Pattern**: Low → High → Lower Low (Manipulation) → Higher High (Breakout).
* **The Revisit**: Price returns to the "failed" selling zone to allow institutions to re-enter or mitigate positions. It represents a zone of engineered liquidity.

### 4. Fair Value Gaps & Inversions (Inefficiency)

A Fair Value Gap (FVG) is created when price moves too fast, leaving an "imbalance" or "void" in price delivery.

* **FVG**: Acts as a magnet. The market seeks to "rebalance" these zones by returning to them.
* **Inversion (IFVG)**: When a gap that was supposed to be support is broken through, it becomes resistance (and vice versa). This signals a shift in market sentiment and structural weakness.

### 5. The Unicorn Setup (Highest Confluence)

A Unicorn setup occurs when a **Breaker Block** and a **Fair Value Gap (FVG)** overlap in the same price zone.

* **Why it is powerful**: It combines two separate mechanics:
  1. **Liquidity (Breaker)**: Why price has a reason to return.
  2. **Inefficiency (FVG)**: Why price has a reason to react.
* **Confluence**: When these align at a **Statistical Level** (from the OHLC Map), it creates a high-probability reversal or continuation point.

### 6. OHLC Volatility Range Map (The Timing Filter)

Structure alone is not enough — **Timing** determines whether a setup is valid.

#### High Volatility (Killzones)

Occurs during session overlaps (London/NY) or major news.

* **Characteristics**: Cleaner structure, stronger displacement, and higher follow-through.
* **Macros**: Specific time windows (e.g., London 02:33-03:00) where algorithms are programmed to seek liquidity.

#### Low Volatility

Choppy, random action with high "fakeout" probability.

* **Rule**: A perfect setup in low volatility is often a trap. Always prioritize timing over pattern.

### 7. Displacement (The Trigger)

Displacement is aggressive, intentional movement that confirms institutional participation.

* **Into a Level**: Suggests a liquidity sweep is occurring (Potential Reversal).
* **Away from a Level**: Confirms the rejection and the start of a new trend (Potential Continuation).
* **The Signature**: Large candle bodies, speed, and the creation of new FVGs. Without displacement, the "intent" is not yet confirmed.

### 8. Complete Trade Flow

A valid trade is built through this step-by-step verification:

1. **HTF Structure**: Identify the bias and statistical levels (OHLC Map).
2. **Liquidity Mapping**: Locate breaker blocks and trapped traders.
3. **Inefficiency**: Find the FVGs/IFVGs.
4. **Confluence**: Check for the **Unicorn** overlap.
5. **Timing**: Ensure you are in a high-volatility window (Killzone/Macro).
6. **Confirmation**: Wait for **Displacement** away from the zone.
7. **Execution**: Enter on the lower timeframe retracement.

### Final Insight

Most traders fail because they treat price as random. This framework replaces guesswork with a **Structured Interpretation** of:

* **Intent** (Distribution)
* **Deception** (Manipulation)
* **Fuel** (Liquidity)
* **Inefficiency** (FVG)
* **Timing** (Volatility)
* **Confirmation** (Displacement)


---

# 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.candelacharts.com/statistics/ohlc-range-map-tm/framework.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.
