---
title: "Williams' Percent Range - Oscillators - Indicators - Charts - MetaTrader 5 for Android - MetaTrader 5 Android Help"
description: "Williams Percent Range Technical Indicator (%R) is a dynamic technical indicator, which determines whether the market is... - Williams' Percent Range - Oscillators - Indicators"
image: "https://www.metatrader5.com/i/logo_metatrader5.png"
---

[MetaTrader 5 Android Help](https://www.metatrader5.com/en/mobile-trading/android/help) → [Charts](https://www.metatrader5.com/en/mobile-trading/android/help/chart) → [Indicators](https://www.metatrader5.com/en/mobile-trading/android/help/chart/indicators) → [Oscillators](https://www.metatrader5.com/en/mobile-trading/android/help/chart/indicators/oscillators) → Williams' Percent Range

# Williams Percent Range

Williams Percent Range Technical Indicator (%R) is a dynamic technical indicator, which determines whether the market is overbought/oversold. Williams %R is very similar to the [Stochastic Oscillator](https://www.metatrader5.com/en/mobile-trading/android/help/chart/indicators/oscillators/stochastic_oscillator). The only difference is that %R has an upside down scale and the Stochastic Oscillator has internal smoothing.

Indicator values ranging between -80% and -100% indicate that the market is oversold. Indicator values ranging between -0% and -20% indicate that the market is overbought. To show the indicator in this upside down fashion, one places a minus symbol before the Williams' Percent Range values (for example -30%). One should ignore the minus symbol when conducting the analysis.

As with all overbought/oversold indicators, it is best to wait for the symbol price to change direction before placing your trades. For example, if an overbought/oversold indicator is showing an overbought condition, it is wise to wait for the securitys price to turn down before selling the security.

An interesting phenomenon of the Williams' Percent Range indicator is its uncanny ability to anticipate a reversal in the underlying securitys price. The indicator almost always forms a peak and turns down a few days before the securitys price peaks and turns down. Likewise, Williams Percent Range usually creates a trough and turns up a few days before the securitys price turns up.

![Williams' Percent Range](https://www.metatrader5.com/i/help/android/en/williams_percent_range.png)

## Calculation

Below is the formula of the %R indicator calculation, which is very similar to the [Stochastic Oscillator](https://www.metatrader5.com/en/mobile-trading/android/help/chart/indicators/oscillators/stochastic_oscillator) calculation formula:

%R = -(MAX (HIGH (i - n)) - CLOSE (i)) / (MAX (HIGH (i - n)) - MIN (LOW (i - n))) * 100

Where:

CLOSE (i) – today's close price;
MAX (HIGH (i - n)) – the highest high over a number (n) of previous periods;
MIN (LOW (i - n)) – the lowest low over a number (n) of previous periods.

```json
{"@context": "https://schema.org", "@type": "BreadcrumbList", "itemListElement": [ {"@type": "ListItem", "position": 1, "item": {"@id": "/en/mobile-trading/android/help", "name": "MetaTrader 5 Android Help"}}, {"@type": "ListItem", "position": 2, "item": {"@id": "/en/mobile-trading/android/help/chart", "name": "Charts"}}, {"@type": "ListItem", "position": 3, "item": {"@id": "/en/mobile-trading/android/help/chart/indicators", "name": "Indicators"}}, {"@type": "ListItem", "position": 4, "item": {"@id": "/en/mobile-trading/android/help/chart/indicators/oscillators", "name": "Oscillators"}}, {"@type": "ListItem", "position": 5, "item": {"@id": "/en/mobile-trading/android/help/chart/indicators/oscillators/williams_percent_range", "name": "Williams&#39; Percent Range"}} ]}
{ "@context": "https://schema.org", "@type": "FAQPage", "mainEntity": [{ "@type": "Question", "name": "MetaTrader 5: Williams&#39; Percent Range", "acceptedAnswer": { "@type": "Answer", "text": "Williams Percent Range Technical Indicator (%R) is a dynamic technical indicator, which determines whether the market is overbought/oversold..." } }] }
```
