당사 팬 페이지에 가입하십시오
- 조회수:
- 10996
- 평가:
- 게시됨:
- 2018.07.09 12:40
-
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동
Indicator Aroon was developed by Tushar Chande in 1995 to evaluate trend strength. The indicator can be used to see when the existing trend can change its direction.
In fact, the indicator measures the time necessary for the price to reach its highest and lowest values within a certain time interval in percents of the total time. The indicator consists of the "Aroon up" line measuring uptrends and the "Aroon down" line measuring the strength of the downtrend.
There are three adjustable parameters:
- Period - calculation period;
- Overbought - overbought level;
- Oversold - oversold level.
Calculation:
Aroon Up[i] = 100 * (Period - i + PosMax) / Period Aroon Dn[i] = 100 * (Period - i + PosMin) / Period
where:
MetaQuotes Ltd에서 러시아어로 번역함.
원본 코드: https://www.mql5.com/ru/code/21022

Indicator Candle Code displays in a separate window the "code" of candlesticks as lines built on the ratio of each candle's parameters.

The indicator highlights caudate candlesticks of the "hammer" or "inverted hammer" type, the body of such candlestick being in the upper or lower half of the candlestick