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

<figure><img src="/files/uF6qH8cbun1hX6wDabLv" alt=""><figcaption><p>These are examples of Support and Resistance under Uptrend and Downtrend conditions.</p></figcaption></figure>

## How do we trade support and resistance?

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

### **Trade the Bounce**

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

### **Trade the Break**

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

<figure><img src="/files/rdLoeVeExVpyWwczNCjg" alt=""><figcaption><p>As you can see, this zigzag pattern is making its way up. This would be a bullish senario.</p></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:

```
GET https://docs.lunefi.com/trading-education/charting-and-technical-analysis/support-and-resistance.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.
