> For the complete documentation index, see [llms.txt](https://docs.candelacharts.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.candelacharts.com/models/price-action-model-tm/components.md).

# Components

The Price Action Model utilizes a variety of visual components drawn directly onto your chart. Understanding these components is essential for reading the model correctly.

### Market Structure Elements

<figure><img src="/files/3AQDThAKF0GcaPRKIfpZ" alt=""><figcaption></figcaption></figure>

* **Solid/Dashed Lines (CHoCH & BOS):** Horizontal lines projected from pivot points.
  * A line labeled **CHoCH** denotes the initial, defining shift in the trend direction.
  * A line labeled **BOS** highlights the continuation of the trend after the CHoCH.
  * The color of the line (Bullish or Bearish) indicates the direction of the break.

### Liquidity & Setup Elements

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

* **Liquidity Lines:** Thin, customizable lines representing resting liquidity at previous pivot highs and lows. These act as magnets for price.
* **Sweep Area (S-Area) Box:** A shaded rectangular box that appears when a liquidity line is broken and subsequently reversed. It highlights the exact area where the stop-run (liquidity grab) took place.
  * *Green Box:* Sell-side liquidity sweep (Bullish setup).
  * *Red Box:* Buy-side liquidity sweep (Bearish setup).

### Trade Management Elements

<figure><img src="/files/5ZB4DiPhFbngfmmdMVTJ" alt=""><figcaption></figcaption></figure>

* **Trailing Stop Band:** A dynamic, shaded ribbon following the price action.
  * Its width expands and contracts based on trend strength and ATR (Average True Range).
  * Use the upper/lower edges of this band as a mechanical guide for trailing your stop-loss.
* **Dynamic TP Targets:** Horizontal lines extending forward from the point the model forms. They are labeled sequentially (TP1, TP2, TP3) and represent logical, volatility-adjusted zones to scale out of your position.

### Higher Timeframe (HTF) Overlays

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

* **Ghost Candles:** Faded, semi-transparent blocks overlaying the chart. These represent the open, high, low, and close of Higher Timeframe candles, allowing you to track HTF development without switching charts.
* **HTF FVG Zones:** Lightly shaded zones highlighting unmitigated Fair Value Gaps from higher timeframes. These zones act as strong areas of support, resistance, or magnets for price.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.candelacharts.com/models/price-action-model-tm/components.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
