# Aroon (Dawn's early light)

The Aroon indicator was developed by Tushar Chande in 1995, it is an indicator system that determines whether a stock is trending or not and how strong is the trend. The Aroon indicators measure the number of periods during which the price has reached an x-day high or low. There are two separate indicators: Aroon-Up and Aroon-Down. Both lines fluctuate between 0 and 100. The lower the number for Aroon up, the weaker the uptrend, and the lower the number for Aroon down, the weaker the downtrend. When the rising Aroon line is above the falling Aroon line, an uptrend is indicated. When the down line is above the up line, a downtrend is indicated. High values ​​of the Aroon ascending line mean that the price is trading at new highs over a certain period of hindsight. High values ​​of the Aroon descending line mean that the price is trading at new lows for a certain period of hindsight. A value of 100 for an up line indicates a potential emerging uptrend, and a value of 100 for a down line indicates a potential developing downtrend.

In this sense, Aroon indicators are very different from typical momentum oscillators, which focus on price over time. Aroon is unique because it focuses on time over price. Chartists can use Aroon indicators to identify new trends, spot consolidations, define periods of correction, and forecast reversals.

## Calculation

The Aroon indicators are shown as a percentage and fluctuate between 0 and 100. Aroon-up is based on price highs while Aroon-down is based on price lows. These two indicators are plotted side-by-side for easy comparison.

Aroon-up = ((P - Days since P-day High)/P) \* 100

Aroon-down = ((P - Days since P-day Low)/P) \* 100

Where:

P – period of looking back.

## Main parameters

Period – allows setting the indicator period, 14 by default.

Chande states that when Aroon-up and Aroon-down move down in close proximity, it signals that there is a consolidation phase in progress and there is no obvious strong trend. When Aroon-up falls below 50, it indicates that the current trend has lost its upward momentum. Likewise, when Aroon-down falls below 50, the current downtrend loses its momentum. Values above 70 indicate a strong trend in the same direction as Aroon (up or down).

This indicator looks as follows on the chart:

![](https://1123742694-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MgF394Y8wbK0k-qZW4n%2Fsync%2Fb1bbdaf5282f088f8fa525dabf555f414b99deb4.jpg?generation=1628062566906392\&alt=media)


---

# 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://help.za.velocitytrade.com/mobile-applications/ios/tablets/technical-indicators/oscillators/aroon-dawns-early-light.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.
