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

Originally this indicator was developed for MetaTrader 4 by ANG3110 (it was originally posted here : https://www.mql5.com/en/code/7566 )


Here I would like to quote the original description :

Unlike the traditional ADX indicator, where the ADX itself is plotted in absolute units and detection of the trend direction is hindered, this indicator clearly displays the positive and negative ADX half-waves (displayed as colored on the chart). And the DI+/- signals are displayed as their difference (gray).

The method of using this indicator is the same as the traditional one.

In addition, it displays the levels (dashed), above which the market is considered to be in a trend state. This level is usually set to approximately 20-25 percents, - somewhat depends on the time frame it is used on.

In addition, apart of being MetaTrader 5 version, this version is deviating from the original in the fact that it allows you to chose any price(s) (out of the 22 types) for calculation — the original uses fixed high, low and close prices hard-coded in the indicator, since it seems to be a useful addition to this good indicator.

As described, levels should be used to determine the trend (or, for counter trend traders, retracing into the "no trend zone" can be treated as a possible reversal signal/point



Velocity - normalized Velocity - normalized

Velocity - normalized using ATR, deviation or no-normalization

Aroon oscillator - dynamic zones (levels) Aroon oscillator - dynamic zones (levels)

Aroon oscillator — that is using dynamic levels/zones instead of using fixed levels for overbought and oversold conditions.

Scale Fibonacci Arcs Scale Fibonacci Arcs

Script to set correct scale on Fibonacci arcs attached to chart.

RSI - of adaptive T3 RSI - of adaptive T3

RSI of adaptive T3 (calculates 7 types of RSI that can be filtered by adaptive T3).