# Identifying Support and Resistance

There are several methods that traders use to identify support and resistance levels. Here are some of the most common ones:

1. **Horizontal Support and Resistance**:
   * **Description**: These levels result from price bouncing off or stalling multiple times, creating a horizontal line on the chart.
   * **Purpose**: Traders use them to identify potential areas where price may bounce or reverse in the future.
2. **Trendline Support and Resistance**:
   * **Description**: Instead of horizontal lines, trendlines form diagonal lines on the chart.
   * **Function**:
     * Identifies areas where price has previously bounced off or stalled.
     * Confirms the direction of the trend.
3. **Moving Average Support and Resistance**:
   * **Definition**: Moving averages smooth out price data by calculating an average price over time.
   * **Application**:
     * Traders use moving averages to identify potential support and resistance levels.
     * Price often bounces off or stalls near these levels.
4. **Fibonacci Retracement**:
   * **Concept**:
     * Derived from the Fibonacci sequence.
     * Uses horizontal lines to indicate support or resistance at key Fibonacci levels.
   * **Calculation**:
     * Draw a line between two extreme points on the chart.
     * Divide the vertical distance by Fibonacci ratios (23.6%, 38.2%, 50%, 61.8%, and 100%).

Remember, understanding these methods helps traders anticipate price movements and make informed decisions.&#x20;


---

# 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://trnd-bot.gitbook.io/trnd/trnd-trainer/intro-to-charting-and-technical-analysis/introduction-to-charting/support-and-resistance/identifying-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.
