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

According to original description of the authors (Etienne Botes and Douglas Siepman) of the Vortex indicator:

After thoroughly researching technical tools, we concluded that the concept of the Directional Movement Index (DMI) offered the most accurate way to identify trend direction or significant price moves in the market. The concept of DMI was best defined and described by J. Welles Wilder in his classic 1978 book "New Concepts In Technical Trading Systems". The result of his work is the now-famous and highly effective indicator, which inspired the creation of our Vortex indicator.

To understand the Vortex indicator better, we must describe directional movement. The idea is that the individual relationship between price bars provides clues to the direction of the trend or market. Wilder summed it up thus: "Directional movement is the largest part of today's range that is outside yesterday's range."

Positive directional movement is simply the portion of a price bar that is above the high of the previous bar. Negative directional movement is the portion of the price bar that is lower than the previous low. The smaller of these two values is assigned a zero value. The larger number is used to indicate if the market is moving up (positive) or down (negative). In the case of an inside bar (if neither the high nor the low is higher or lower than the previous bar), a zero value is assigned to both positive and negative direction.

The result will be a string of seemingly random consecutive zeroes or positive numbers placed in two columns assigned for positive and negative directional movement. However, if these two strings of numbers are summed after 14, 21, or 55 periods, the larger value gives an indication of overall trend. If this process is continued, the result can be seen on a chart as two lines representing positive and negative directional movement. These will intersect and cross during a change of trend and diverge wider and wider as the strength of the trend increases. This is the basis of Wilder's DMI.

...

The article was published in the January 2010 issue of TASC.

We might add that Vortex seems to be working OK an all timeframes and can be used in a fairly reliable mode to determine trends.

Dsl - RSI of average Dsl - RSI of average

This indicator is using filtered prices for RSI (instead of using "raw" prices) and is using Discontinued Signal Line for trend assessment (instead of using slope or fixed levels).

Stochastic of Hull Stochastic of Hull

Hull average is used prior to stochastic calculation thus filtering the prices before they are used in the stochastic calculation. This method is used since it adds much less lag than if the smoothing of the already calculated stochastic value would be used.

Polychromatic Momentum Polychromatic Momentum

Polychromatic momentum takes an weighted average of all significant lookback periods for the tradable.

Polychromatic Momentum - extended Polychromatic Momentum - extended

This version of Polychromatic Momentum is using double smoothed EMA for smoothing. DSEMA has been proven for producing very good smooth results with a lag that is almost non-existent, hence, in combination with it, the Polychromatic Momentum indicator becomes much more usable when it comes to signals.