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

ADXm is a variation of a well known ADX indicator.

Unlike the ADX indicator, which is directionless (the value of the ADX itself does not show the direction of the market, but is just showing if certain level(s) are reached), ADXm indicator is attempting to correct that and is showing the direction of the market trend too.

This version is adding one more thing: in order to use the slope of the ADXm as a signal, ADXm is additionally smoothed using Jurik smoothing. That way the number of false signals is lessened and (since Jurik smoothing is very "fast" to react to value changes) the lag is minimal.

Also, this version (compared to ADXm smoothed) is made to be multi timeframe capable. Apart from including all the available timeframes that MetaTrader 5 supports, there are 3 "special" timeframes:

  • Next higher timeframe (first timeframe higher than the current chart timeframe).
  • Second higher timeframe (second timeframe higher than the current chart timeframe).
  • Third higher timeframe (third timeframe higher than the current chart timeframe).

The "special" timeframes are automatically selecting the target timeframe depending on the current chart timeframe.

ADXm smoothed ADXm smoothed

ADXm is a variation of a well known ADX indicator.

Dynamic Balance Point Dynamic Balance Point

Indicator that calculates dynamic balance point for the desired period.

Swing Line (adjusted display) Swing Line (adjusted display)

Ron Black's swing line indicator with adjusted display option.

Swing Line - Histogram Swing Line - Histogram

Ron Black's Swing Line indicator made as histogram indicator.