> 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/features.md).

# Features

The Price Action Model is packed with robust features designed to give you a mechanical edge by combining market structure, liquidity concepts, and dynamic trade management into a single tool.

### 1. Advanced Market Structure Tracking

* **Dynamic Pivot Detection:** Automatically identifies and maps significant pivot highs and lows based on a customizable lookback period.
* **CHoCH & BOS Labeling:** Instantly detects Change of Character (CHoCH) and Break of Structure (BOS) events, clearly labeling them on the chart so you never miss a structural shift.

### 2. Intelligent Liquidity Grabs (S-Area)

* **High-Probability Filtering:** The model is programmed to ignore low-probability reversals. It will **only** form a setup if a relevant liquidity level was explicitly swept beforehand.
* **Visual Sweep Areas:** Highlights the exact zone where liquidity was grabbed (the S-Area box), giving you visual confirmation that retail stop-losses were hunted before the reversal.

### 3. Dynamic Trade Management

* **ATR-Based Trailing Stop:** Displays a dynamic trailing stop band that tightens or widens based on current market volatility and trend strength. This helps you lock in profits while giving the trade breathing room during volatile chop.
* **Infinite Take Profit Targets:** Automatically generates step-by-step Take Profit levels (TP1, TP2, TP3...) projected into the future. These are calculated using an ATR multiplier, ensuring your targets adapt to the asset's current volatility.

### 4. Multi-Timeframe (MTF) Context

* **HTF Candle Overlays:** Overlay up to two Higher Timeframe candles directly onto your current chart. For example, you can visually see the current 4H and Daily candles forming as "ghost" candles behind your 15m price action.
* **HTF Fair Value Gaps (FVGs):** Automatically detects and highlights unmitigated Higher Timeframe FVGs. You can even choose to map these precisely to your Lower Timeframe, allowing you to see exactly when LTF price enters a HTF imbalance.
* **MTF Dashboard:** A sleek, customizable table that provides an at-a-glance summary of market bias and trend strength across up to 5 different timeframes simultaneously.


---

# 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/features.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.
