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

Real author:

tonyc2a

Tushar Chand, a famous American engineer and a professional trader of Indian origin, became famous for his innovative ideas in the development of indicators and trading systems. His Aroon indicator is a very simple but useful tool that helps predicting the time the market changes from flat to trend and vice versa. Notably, Aroon is a Sanskrit word meaning "the early light of dawn", i.e. early signal.

Aroon consists of the two lines - Aroon up (green), Aroon down (red line) - and a histogram at the side of the indicator. The number of time intervals since the appearance of maximum tops and bottoms on the chart is used in calculations. Therefore, the only important parameter that can be changed is the indicator calculation period. Initially, the indicator was used in long-term trading on daily timeframes and calculated its values based on two-week price fluctuations. Thus, the default number of periods is 14. When trading on lower timeframes, it is recommended to change the value to 25.

In the current version, a colored cloud is used to indicate strong trend signals.

As with any oscillator, key levels are to be placed on a chart. Upon crossing them, Aroon provides market entry signals. In this case, such key levels are 30, 50 and 70.

This indicator was first implemented in MQL4 and published in Code Base at mql4.com on 09.09.2008.

Fig.1. AroonHorn

Fig.1. AroonHorn

MetaQuotes Ltd에서 러시아어로 번역함.
원본 코드: https://www.mql5.com/ru/code/15298

Detrended_Price_Oscillator_HTF Detrended_Price_Oscillator_HTF

Detrended_Price_Oscillator indicator with the timeframe selection option available in input parameters.

XDPO_Histogram_HTF XDPO_Histogram_HTF

XDPO_Histogram indicator with the timeframe selection option available in input parameters.

AroonHorn_HTF AroonHorn_HTF

AroonHorn indicator with the timeframe selection option available in input parameters.

Exp_ColorXdinMA_StDev Exp_ColorXdinMA_StDev

Trading system based on ColorXdinMA_StDev indicator signals.