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

# Projections

Breaker Model Projections

<figure><img src="https://3870127617-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FCBVnUk5c5TVytimjy972%2Fuploads%2FhNZLFvhituGdkMDCm4SA%2Fdocs-breaker-model-002.png?alt=media&amp;token=b1535634-3a6e-4fca-af4c-a01707dddd6a" alt=""><figcaption></figcaption></figure>

The Breaker Model automatically handles trade management visuals by plotting dynamic Risk-to-Reward (R:R) projections as soon as a setup is confirmed.

### R:R Target Projection

Rather than relying on standard deviation or subjective fibonacci levels, the Breaker Model allows you to define strict R:R multiples.

* The indicator calculates the distance between your entry zone (the Breaker Block edge) and your invalidation point (the sweep extreme or opposite breaker edge).
* This distance is treated as `1R` (one unit of risk).
* The model then projects your predefined targets as horizontal lines on the chart.

### Projection Types (Modes)

You can choose how the indicator plots the projection targets using the **Mode** dropdown:

#### 1. Fixed Mode

In this standard mode, targets are calculated strictly from the initial entry zone and do not move. If you set a target of `2`, the line will always remain exactly 2R away from your original entry point, regardless of how price action develops thereafter.

#### 2. Trailing Mode

In this dynamic mode, targets adjust continuously. As price moves in your favor, the projection base trails along with price. This is incredibly useful for traders who employ active trailing stops or want to measure Risk-to-Reward relative to current price rather than the original entry zone.

### Customizing Targets

In the **Projections** settings group:

* **Show R:R Target?**: Toggle the visibility of these projection lines.
* **Targets**: Enter a comma-separated list of the R:R multiples you wish to track. For example, entering `1, 2, 2.5` will plot three separate take-profit lines at exactly 1R, 2R, and 2.5R respectively.
* **Style Settings**: You can fully customize the look of these lines (solid, dashed, dotted) and their colors under the `Style Settings` -> `Projection Line` inputs.

These targets are not just visual aids; the indicator tracks price action against them and can fire an alert whenever a specific target line is hit.


---

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