---
title: "Average Directional Movement Index - Trend Indicators - Indicators - Charts - MetaTrader 5 for Android - MetaTrader 5 Android Help"
description: "Average Directional Movement Index Technical Indicator (ADX) helps to determine if there is a price trend. It was developed... - Average Directional Movement Index - Trend Indicators - Indicators"
image: "https://www.metatrader5.com/i/logo_metatrader5.png"
url: "https://www.metatrader5.com/en/mobile-trading/android/help/chart/indicators/trend_indicators/average_directional_movement_index"
---

[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) → [Trend Indicators](https://www.metatrader5.com/en/mobile-trading/android/help/chart/indicators/trend_indicators) → Average Directional Movement Index

# Average Directional Movement Index

Average Directional Movement Index Technical Indicator (ADX) helps to determine if there is a price trend. It was developed and described in detail by Welles Wilder in his book "New concepts in technical trading systems".

The simplest trading method based on the system of directional movement implies comparison of two direction indicators: the 14-period +DI one and the 14-period -DI. To do this, one either puts the charts of indicators one on top of the other, or +DI is subtracted from -DI. W. Wilder recommends buying when +DI is higher than -DI, and selling when +DI sinks lower than -DI.

To these simple trading rules, Welles Wilder added "a rule of points of extremum". It is used to eliminate false signals and decrease the number of deals. According to the principle of points of extremum, the "point of extremum" is the point when +DI and -DI cross each other. If +DI raises higher than -DI, this point will be the maximum price of the day when they cross. If +DI is lower than -DI, this point will be the minimum price of the day they cross.

The point of extremum is used then as the market entry level. Thus, after the signal to buy (+DI is higher than -DI) one must wait till the price has exceeded the point of extremum, and only then buy. However, if the price fails to exceed the level of the point of extremum, one should retain the short position.

![Average Directional Movement Index](https://www.metatrader5.com/i/help/android/en/average_directional_movement_index.png)

## Calculation

```
ADX = SUM ((+DI - (-DI)) / (+DI + (-DI)), N) / N
```

where:

N – number of periods used in calculation;
SUM (..., N) – sum for N periods;
+DI – value of the indicator of the positive price movement (positive directional index);
-DI – value of the indicator of the negative price movement (negative directional index).

## In this section

- Average Directional Movement Index
- [Bollinger Bands](https://www.metatrader5.com/en/mobile-trading/android/help/chart/indicators/trend_indicators/bollinger_bands)
- [Envelopes](https://www.metatrader5.com/en/mobile-trading/android/help/chart/indicators/trend_indicators/envelopes)
- [Ichimoku Kinko Hyo](https://www.metatrader5.com/en/mobile-trading/android/help/chart/indicators/trend_indicators/ichimoku_kinko_hyo)
- [Moving Average](https://www.metatrader5.com/en/mobile-trading/android/help/chart/indicators/trend_indicators/moving_average)
- [Parabolic SAR](https://www.metatrader5.com/en/mobile-trading/android/help/chart/indicators/trend_indicators/parabolic_sar)
- [Standard Deviation](https://www.metatrader5.com/en/mobile-trading/android/help/chart/indicators/trend_indicators/standard_deviation)
- [ZigZag](https://www.metatrader5.com/en/mobile-trading/android/help/chart/indicators/trend_indicators/zigzag)

```json
{"@context": "https://schema.org", "@type": "BreadcrumbList", "itemListElement": [ {"@type": "ListItem", "position": 1, "item": {"@id": "https://www.metatrader5.com/en/mobile-trading/android/help", "name": "MetaTrader 5 Android Help"}}, {"@type": "ListItem", "position": 2, "item": {"@id": "https://www.metatrader5.com/en/mobile-trading/android/help/chart", "name": "Charts"}}, {"@type": "ListItem", "position": 3, "item": {"@id": "https://www.metatrader5.com/en/mobile-trading/android/help/chart/indicators", "name": "Indicators"}}, {"@type": "ListItem", "position": 4, "item": {"@id": "https://www.metatrader5.com/en/mobile-trading/android/help/chart/indicators/trend_indicators", "name": "Trend Indicators"}}, {"@type": "ListItem", "position": 5, "item": {"@id": "https://www.metatrader5.com/en/mobile-trading/android/help/chart/indicators/trend_indicators/average_directional_movement_index", "name": "Average Directional Movement Index"}} ]}
{ "@context": "https://schema.org", "@type": "FAQPage", "mainEntity": [{ "@type": "Question", "name": "MetaTrader 5: Average Directional Movement Index", "acceptedAnswer": { "@type": "Answer", "text": "Average Directional Movement Index Technical Indicator (ADX) helps to determine if there is a price trend. It was developed and described in detail..." } }] }
```
