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

Indicator EURX displays index EUR.

It has two configurable parameters:

  • Applied price - index calculation price;
  • Reverse - whether to reversely display the chart vertically (Yes/No).

Calculations:

EURX = 34.38805726 × EURUSD0.3155 × EURGBP0.3056 × EURJPY0.1891 × EURSEK0.0785 × EURCHF0.1113

Note that for the indicator to oeprate, the following currency pairs must be available on the server: EURUSD, EURGBP, EURJPY, EURSEK, and EURCHF. If any of them is absent, the indicator will be calculated incorrectly. You should also keep in mind that the indicator will require some time to load the history necessary for all those symbols, if it is launched for the first time or if the timeframe is switched.

The indicator works in the chart of any instrument.

Fig 1. EUR index chart

Fig 1. EUR index chart


Fig. 2. Inverted chart of EUR index

Fig. 2. Inverted chart of EUR index

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

EMA_With_Trend_Adjustment EMA_With_Trend_Adjustment

EMA_With_Trend_Adjustment - a moving average with exponential smoothing and correction by its trend component.

DI_Cluster DI_Cluster

Indicator DI_Cluster represents three indicators ADX with different parameters. Unlike standard ADX, the threshold levels of DI Cluster are not constant, but are determined by the intersections of three indicator lines. You can choose any of the three lines of standard ADX to be displayed: ADX trend strength lines themselves and line +DI or -DI.

FIR FIR

Indicator FIR is a symmetrically weighted filter (Finite Impulse Response Filter).

MM MM

Oscillator MM (Market Mode) allows assessing the market state: In trend state or in cyclic state.