# TA 101 – Part 10

*This is the tenth part of a series of articles about technical analysis from a new course we're developing. If you are new to charting, these articles will give you the “big picture” behind the charts on our site. If you are an “old hand”, these articles will help ensure you haven't “strayed too far” from the basics. Enjoy!*

{% hint style="success" %}
Tip. See the entire series [Technical Analysis 101](/table-of-contents/overview/technical-analysis-101.md)
{% endhint %}

## Volume Confirmation <a href="#volume_confirmation" id="volume_confirmation"></a>

In an uptrend, volume should expand as the prices move higher and contract as the prices pull back. As long as this pattern continues, volume is confirming the uptrend. The opposite is true for downtrends. Volume should expand as prices decline and contract during rallies to confirm a downtrend.

Negative divergences can occur if new price highs in an uptrend take place on declining volume. This type of volume activity is an indication of diminishing buying pressure. If the volume also begins to pick up on price pull backs, prices may begin consolidating or reversing into a downtrend.

The same concept is true for positive divergences in downtrends. If volume begins to contract on new price lows but expands during rallies, prices may begin consolidating or reversing into an uptrend.

<figure><img src="/files/RdDPFBlR2vcV5M5RvZ4c" alt=""><figcaption></figcaption></figure>

*This is the end of our section on trends and trend lines. In part 11 we'll dive into some of the fundamental price patterns that result from when two trend lines are in effect at the same time.*


---

# 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://chartschool.stockcharts.com/table-of-contents/overview/technical-analysis-101/ta-101-part-10.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.
