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

# Features

Breaker Model Features

The CandelaCharts Breaker Model comes packed with advanced functionalities tailored for precision trading and risk management.

* **Automated Liquidity Tracking**: Automatically sources Higher Timeframe (HTF) liquidity levels (OHLC or Swings) across up to 4 different timeframes (e.g., 15m, 1H, 4H, Daily).
* **Unicorn Mode**: A strict confluence filter that only displays Breaker Blocks that perfectly align with a newly formed Fair Value Gap (FVG).
* **Customizable Invalidation**: Choose whether your stop-loss/invalidation point should be the absolute extreme of the liquidity sweep, or simply the opposite edge of the Breaker Block.
* **Dynamic R:R Projections**: Input your desired Risk-to-Reward targets (e.g., `1, 2, 2.5`), and the indicator will automatically plot projection lines based on your entry and invalidation points.
* **Position Sizing Calculator**: Input your account balance and risk parameters (Percentage or Fixed Amount), and the dashboard will output the exact position size for the current setup.
* **Time and Size Filters**: Restrict setups to specific trading sessions (e.g., NY AM Session) and filter out Breakers that are too large or too small based on ATR, Points, or Ticks.
* **Directional Bias Filtering**: Choose whether to display all setups (Neutral) or restrict the indicator to strictly trace only Bullish or Bearish Breakers based on your higher timeframe bias.
* **Historical Tracking**: Control exactly how many historical setups remain visible on the chart at one time. Set it to '1' for a completely clean chart focused on the present, or increase it for visual backtesting.
* **Trade Lifecycle Tracking**: Visually track a setup from "Potential" to "Confirmed", all the way to "Target Hit" or "Invalidated", with customizable colors for active vs. inactive states.
* **Discard Invalidated**: Keep your charts clutter-free by toggling the option to automatically delete setups that breach their stop-loss point.


---

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