거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Telegram에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
조회수:
34748
평가:
(47)
게시됨:
2011.08.02 12:59
업데이트됨:
2016.11.22 07:32
aroon.mq5 (8.94 KB) 조회
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

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

MetaQuotes Ltd에서 러시아어로 번역함.
원본 코드: 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.