# SupportResistanceAreas

#### Description <a href="#description_108" id="description_108"></a>

This indicator draws support and resistance areas in the chart. There are 4 different types of possible supports and resistances, which are differentiated by various colors.

Support due to a lower high (ColorLowerHigh)

Support due to a lower low (ColorLowerLow)

Resistance due to a higher high (ColorHigherHigh)

Resistance due to a higher low (ColorHigherLow)

#### Interpretation <a href="#interpretation_56" id="interpretation_56"></a>

S/R zones play an important role in technical analysis. Clearly defined and identifiable support areas provide favorable entry opportunities, while resistance areas provide target zones to exit those trades. Once broken, these areas tend to reverse their function, meaning that a broken support zone becomes a resistance zone.

<http://finanzportal.wiwi.uni-saarland.de/tech/Kapitel5_4.htm>

#### Parameters <a href="#parameters_95" id="parameters_95"></a>

|                                                        |                                                                                                  |
| ------------------------------------------------------ | ------------------------------------------------------------------------------------------------ |
| ATRRangeFactor                                         | Settings for the width of the support/resistance area as calculated by the ATR.                  |
| The smallest configurable value is 0.1; default is 0.3 |                                                                                                  |
| Levels                                                 | This setting defines how many S/R zones of the same type are displayed. The default is 3         |
| Opacity                                                | Transparency of the bars to be drawn into the chart; 0 (transparent) – 255 (completely visible). |
| Default is 70                                          |                                                                                                  |
| SensibilityFactor                                      | Defines the sensitivity of the S/R search.                                                       |
| The smallest setting is 1; the default is 5            |                                                                                                  |

#### Visualization <a href="#visualization_99" id="visualization_99"></a>

![SupportResistanceAreas](https://agenatrader.github.io/AgenaIndicator-documentation/media/SupportResistanceAreas.jpg)


---

# Agent Instructions: 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:

```
GET https://indicators.agenatrader.com/standard-indicators/supportresistanceareas.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
