> For the complete documentation index, see [llms.txt](https://docs.algoboxpro.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.algoboxpro.com/strategies/regions.md).

# Regions

Region highlighting visually emphasizes areas where the price is ranging or in an accumulation zone.&#x20;

By drawing a region around these zones, you can more easily identify potential breakouts. Once the price breaks out of the highlighted region, you can potentially enter trades using confluence from various strategies like the [FlowMaster™ Enigma](/fundamentals/flowmaster-tm-enigma.md), [DCDM](/strategies/dcdm.md), [PRZ Cross](/strategies/prz-cross.md), [FibElliDott](/fundamentals/fibellidott.md), and more.

<figure><img src="/files/uMGZOUkvZuwwfPPNJq4g" alt=""><figcaption><p>The highlighted region marks an accumulation or price-ranging zone, awaiting a breakout in either direction.</p></figcaption></figure>

## How To Highlight A Region

<figure><img src="/files/jA32zgmYMValuCmEAbNg" alt=""><figcaption><p>WATCH: How to select the Region Highlight Tool to highlight a specific region on the chart.</p></figcaption></figure>

## Break Of Region

When a highlighted region is broken, it often indicates a strong move in that direction.

<figure><img src="/files/i06oyfjiFUIP8uVDQdZx" alt=""><figcaption><p>Here is an example where the region has broken to the upside, and the price continues to move higher.</p></figcaption></figure>

<figure><img src="/files/LYpVEhWCWIKh8Z6fp5mz" alt=""><figcaption><p>Here is another example where the region has broken to the downside, and the price continues to move lower.</p></figcaption></figure>

## Region Breakout With Executed Trades

After a region breakout, it is advisable to place an order only if a signal or strategy is present with additional confluence across multiple charts.

<figure><img src="/files/zGMexnRdZYSi9Tfe07im" alt=""><figcaption><p>Here is an example where the price breaks out of a highlighted region, followed by a DCDM indicating a potential upward move. Stops and targets are set according to the DCDM recommendations for better risk to reward,</p></figcaption></figure>

<figure><img src="/files/UzQ4CzS1V5tql31xb5xU" alt=""><figcaption><p>Here is another example where the price breaks out of a highlighted region, followed by a DCDM indicating a potential downward move.Stops and targets are set according to the DCDM recommendations for better risk to reward, </p></figcaption></figure>

## More Examples Of Region Breakouts

<figure><img src="/files/NrncL4FYXTKJgU7oCk19" alt=""><figcaption><p>Here is an example where a green Enigma has been plotted shortly after the price broke out of the region, indicating a potential for long positions.</p></figcaption></figure>

<figure><img src="/files/DtwLH3aculZySjFftHmC" alt=""><figcaption><p>Here is another example where a red Enigma has been plotted shortly after the price broke out of the region, indicating a potential for short positions.</p></figcaption></figure>

***

## Video Tutorial: Region Highlight

{% embed url="<https://www.youtube.com/watch?v=yo_WNQZGOqE>" %}
WATCH: Vinny E. Mini shows how to use the region highlight tool in this compilation video.
{% endembed %}

***

[Try AlgoBox™ for free ](https://www.algoboxpro.com/start-trial)- No credit card required, no obligation, no gimmicks.

[Disclaimer](/links/disclaimer.md)


---

# 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.algoboxpro.com/strategies/regions.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.
