Watch how to download trading robots for free
Find us on Twitter!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Views:
34183
Rating:
(47)
Published:
2011.08.02 12:59
Updated:
2016.11.22 07:32
aroon.mq5 (8.94 KB) view
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

Real author:

Tushar Chande

Aroon indicator was developed by Tushar S. Chande, CEO of the "Tuscarora Capital Management" company and the author of the books "The New Technical Trader: Boost Your Profit by Plugging into the Latest Indicators" and "Beyond Technical Analysis: How to Develop and Implement a Winning Trading System" in 1995 to determine trend direction and strength.

Its main advantage is to allow a trader to determine the beginning of a new trend, or the end of an existing trend.

Aroon indicator can be calculated using the following equations:

Bullish indicator = [(N periods - N periods from the highest maximum / N periods] * 100
Bearish indicator = [(N periods - N periods from the lowest minimum) / N periods] * 100

Both equations indicate recent maximums and minimums. Higher indicator values show more recent maximums and minimums, whereas lower values show less recent maximums and minimums. Besides, Aroon indicator values oscillate between levels 0 and 100 where a higher value indicates a stronger trend and vice versa.

Indicator moves around 30 and 70 key positions - movements higher than 70 indicate a strong trend, whereas movements lower than 30 indicate a weak trend.

Movements between 30 and 70 indicate that the market is unstable. For example, if the bullish indicator is higher than level 70, whereas the bearish indicator is lower than level 30, the trend is definitely upward. Intersections between bullish and bearish indicators indicate confirmations, if they occur between the levels 30 and 70. For example, if the bullish indicator intersects the bearish one upwards, a upward trend is confirmed.

Aroon Indicator

Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/388

AMkA AMkA

Perry Kaufman's adaptive moving average with indicative signal points.

BrainTrend1Stop BrainTrend1Stop

BrainTrend1Stop is a trend reversal indicator.

Aroon Oscillator Aroon Oscillator

Aroon Oscillator predicts price changes from trend to flat market conditions.

Module of Trade Signals, based on BrainTrend1 indicator Module of Trade Signals, based on BrainTrend1 indicator

A blue candle of BrainTrend1 indicator is a signal to open a long position, a red candle is a signal to open a short position.