> For the complete documentation index, see [llms.txt](https://docs.forexanalysis.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.forexanalysis.com/trading-basics/charting-and-technical-analysis/support-and-resistance.md).

# Support and Resistance

Support and resistance are key concepts in technical analysis that refer to price levels at which a security's price tends to stop falling or rising, respectively. Support refers to a price level at which demand for a security is strong enough to prevent the price from falling further. Resistance, on the other hand, refers to a price level at which supply of a security is strong enough to prevent the price from rising further.

Support and resistance levels can be identified by analyzing past price data and identifying price points where the security's price has had difficulty breaking through. These levels can be used as a guide for setting stop-loss orders, determining potential entry and exit points for trades, and identifying potential trends.

Support and resistance levels can be horizontal or dynamic. Horizontal support and resistance levels are levels that have been established over a long period of time and tend to be relatively stable. Dynamic support and resistance levels, on the other hand, are constantly changing based on market conditions and tend to be more flexible.

These are examples of Support and Resistance under Uptrend and Downtrend conditions.

<figure><img src="https://docs.lunetrading.com/~gitbook/image?url=https:%2F%2F162650024-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252FTeFPm92blTDzf9FQeqwk%252Fuploads%252FIAZpLFPbB5iu2b1z6fkd%252Fimage.png%3Falt=media%26token=14e2b6da-d890-4810-812f-30c1c8d1c4ae&#x26;width=768&#x26;dpr=4&#x26;quality=100&#x26;sign=790a655297122deeacc7653852807d4827f31c38d4b2bccc4f293b211d8e9867" alt=""><figcaption></figcaption></figure>

### How do we trade support and resistance? <a href="#how-do-we-trade-support-and-resistance" id="how-do-we-trade-support-and-resistance"></a>

In the most basic way, this is how support and resistance are normally traded:

#### **Trade the Bounce** <a href="#trade-the-bounce" id="trade-the-bounce"></a>

* Buy when the price falls towards support.
* Sell when the price rises towards resistance.

#### **Trade the Break** <a href="#trade-the-break" id="trade-the-break"></a>

* Buy when the price breaks up through resistance.
* Sell when the price breaks down through support.

As you can see, this zigzag pattern is making its way up. This would be a bullish senario.

<figure><img src="https://docs.lunetrading.com/~gitbook/image?url=https:%2F%2F162650024-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252FTeFPm92blTDzf9FQeqwk%252Fuploads%252F9gMjPqYVmWPsbR5g2JCc%252Fimage.png%3Falt=media%26token=797ce4ed-e970-47b9-b150-fef48cc7be78&#x26;width=768&#x26;dpr=4&#x26;quality=100&#x26;sign=3ab9599b130673efcc536c8235bef81141d7c7a23e784bab1f036fb6b60ac80c" alt=""><figcaption></figcaption></figure>


---

# 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.forexanalysis.com/trading-basics/charting-and-technical-analysis/support-and-resistance.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.
