# S/R Mode

BirdViewTrading A S/R Mode is not the ordinary support & resistance mode. S/R mode is trying to detect the support and resistance lines of multiple timeframes at the same time!&#x20;

S/R Mode consists of 4 rows of dots. Row 1 is the highest (so the strongest) timeframe, and row 4 the lowest (so the weakest) timeframe. Within the rows you can see the following indicators:

* Support (S)
* Neutral (N)
* Resistance (R)

See the example below:&#x20;

![](/files/TbE2mLzFTHnEPmRm0tPT)

In the row 1 (highest timeframe) you also see S1, S2, R1, R2. When the price hits:

* S1: High chance of instant reversal into the upside
* S2: Highest chance of instant reversal into the upside
* R1: High chance of instant reversal into the downside
* R2: Highest chance of instant reversal into the downside

#### TRADING WITH S/R MODE

As you can see below, the algorithm detected a strong support zone (all support timeframes at the same level). You can for instance draw a support zone from it and price will likely to find support on that level.&#x20;

![](/files/kzACzQYnAIL677qR6vfA)


---

# 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://support-42.gitbook.io/birdviewtrading/birdviewtrading-indicators/birdviewtrading-a/s-r-mode.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.
