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

# Filters

Breaker Model Filters

To ensure only premium setups are displayed, the Breaker Model includes a robust suite of filters.

### Size Filters

You can eliminate setups that are too tight to trade or too wide to offer a good Risk-to-Reward ratio.

* **Minimum/Maximum Size**: Define the size boundaries for the Breaker Block.
* **Unit**: Choose to measure the size in `Points`, `Ticks`, or dynamic `ATR` (Average True Range).

### ATR Multiplier Filter

When `Unicorn Mode` is active, the setup requires a Fair Value Gap. By enabling the **ATR Multiplier**, you force the indicator to only validate setups where the FVG height exceeds a specific fraction of the ATR (e.g., `0.5 ATR`), ensuring the displacement was genuinely explosive.

### Time Filters

Institutional setups are highly time-dependent. The Time Filters allow you to strictly restrict the detection of Breaker Blocks to specific liquidity windows, ignoring any sweeps outside of these times.

* **Enable Time Filter?**: Master toggle to turn the time filtering logic on or off.
* **Custom Timezone (Custom Tz)**: Bypass the chart's local time by defining a custom UTC offset. This ensures your sessions are always anchored to a specific global timezone (like EST) regardless of your computer's clock.
  * **Hour Offset**: Set the custom UTC hour deviation (e.g., `-5` for EST).
  * **Minute Offset**: Set the custom UTC minute deviation (useful for timezones like India IST).
* **Session 1, 2, 3**: You can independently toggle and define up to three distinct time windows (e.g., `0830-1200` for NY AM, `1300-1600` for NY PM). Each session has its own enable/disable checkbox and time input field.


---

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