당사 팬 페이지에 가입하십시오
EURX - MetaTrader 5용 지표
- 조회수:
- 3372
- 평가:
- 게시됨:
- 2018.07.13 15:33
- 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동
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. 2. Inverted chart of EUR index
MetaQuotes Ltd에서 러시아어로 번역함.
원본 코드: https://www.mql5.com/ru/code/21235
EMA_With_Trend_Adjustment - a moving average with exponential smoothing and correction by its trend component.
DI_ClusterIndicator 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.