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

Oscillator Comparative ADX indicates the relative trend strength, based on the smoothed values of the five main currency pairs: EURUSD, GBPUSD, AUDUSD, USDJPY, and USDCAD, and of the instrument, on which the indicator is running.

USDCHF is excluded from the list of the indicator symbols to be calculated, since it is historically reversing as to EURUSD.

It has two parameters:

  • Period - ADX calculation period;
  • Level value - threshold level value (*).

Calculation:

CADX = Current ADX / Average ADX(EURUSD, GBPUSD, AUDUSD, USDJPY, USDCAD)

where:

Current ADX - the ADX value of the current symbol
Average ADX = (ADX(EURUSD, Period) + ADX(GBPUSD, Period) + ADX(AUDUSD, Period) + ADX(USDJPY, Period) + ADX(USDCAD, Period)) / 5

* Values above 1.0 (Level value) are considered a stable trend.

It should be noted that, at the first launch or at switching the timeframe, the indicator will need some time to download the history for all the symbols used on the current chart timeframe. If there are no ticks for drawing the indicator's line, it will be worth it to switch the timeframe once, since, even upon having downloaded all necessary history, the indicator has to be re-calculated when a new tick appears (if there are no ticks, it will be re-calculated when you switch the timeframe).

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

WAMI WAMI

A.W. Warren's Momentum Indicator

VolatilityMA VolatilityMA

A moving average with a changeable calculation period.

FTNP FTNP

Indicator Fisher Transform of Normalized Prices

AbsolutelyNoLagLwma_x2_cloud_HTF AbsolutelyNoLagLwma_x2_cloud_HTF

Two indicators AbsolutelyNoLagLwma from different timeframes, the area between lines being filled with a cloud, the color of which corresponds with the trend direction on the market