# Average True Range Percent (ATRP)

## Average True Range Percent (ATRP) <a href="#average_true_range_percent_atrp" id="average_true_range_percent_atrp"></a>

The ATRP is a variation of the ATR indicator. ATRP measures volatility, similar to the Average True Range (ATR), but there's a difference. ATRP is scaled as a percentage, which means you can use it to compare ATR values of different securities.&#x20;

{% hint style="info" %}
**Learn More:** [Average True Range (ATR)](/table-of-contents/technical-indicators-and-overlays/technical-indicators/average-true-range-atr.md)
{% endhint %}

## Calculating ATRP

The ATRP is calculated by dividing the ATR by the closing price and multiplying the value by 100.

```
ATRP = (ATR / Close) * 100
```

Please see [our ChartSchool article on Average True Range](/table-of-contents/technical-indicators-and-overlays/technical-indicators/average-true-range-atr.md) for more information on calculating ATR values.&#x20;

## The Bottom Line <a href="#the_bottom_line" id="the_bottom_line"></a>

ATRP is not a directional indicator like MACD or RSI. Instead, it's a unique volatility indicator that reflect the degree of interest or disinterest in a move. Large ranges or True Ranges often accompany strong moves in either direction, which can be volatile. This is especially true at the beginning of a move. Relatively narrow ranges can accompany low-volatility moves. ATRP can validate the enthusiasm behind a move or breakout. A bullish reversal with increased ATRP would show strong buying pressure and reinforce the reversal. A bearish support break with increased ATRP would show strong selling pressure and reinforce the support break. The ATRP can help you compare the ATR of different securities to determine which securities are more volatile than others.

***

## Charting with ATRP

### Using with StockChartsACP <a href="#using_atrp_with_stockchartsacp" id="using_atrp_with_stockchartsacp"></a>

In StockChartsACP, you can [view multiple charts simultaneously](https://help.stockcharts.com/charts-and-tools/stockchartsacp/multi-chart-layouts-in-stockchartsacp), making it simpler to compare the ATRP for different securities. For example, to compare the ATR for four semiconductor stocks, select the four chart layouts in StockChartsACP and add the four symbols. The example below shows a chart of Advanced Micro Devices (AMD), Intel Corp. (INTC), NVIDIA (NVDA), and Micron Technology (MU). You'll notice that out of the four stocks, AMD and NVDA are more volatile than INTC and AMD.

<figure><img src="/files/X564gev8iy2Mc3HEHbuz" alt=""><figcaption><p>Comparing ATRP of four stocks in StockChartsACP</p></figcaption></figure>


---

# 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/technical-indicators-and-overlays/technical-indicators/average-true-range-percent-atrp.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.
