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

The real author:

svm-d

The fast trends indicator drawn on the basis of two XMUV Moving Averages. In fact, as a result two lines of the Momentum indicator drawn on the basis of this Moving Average with SMA and EMA averagings respectively are displayed.

The crossing of these Momentum indicators defines the moments of time when the trend changes.

The indicator is represented in two versions:

  1. In the standard version as lines - MUV_DIFF;
  2. As a two colored cloud - MUV_DIFF_Cloud.

Place the XMUV.ex5 compiled file to the terminal_data_folder\MQL5\Indicators.

This indicator was first implemented in MQL4 and published in Code Base on 09.11.2008.

Fid.1 The MUV_DIFF and MUV_DIFF_Cloud indicators

Fig.1 The MUV_DIFF and MUV_DIFF_Cloud indicators

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

vaMA vaMA

The simple, smoothed, less lag indicator drawn on the principle of the smoothed shift using the EMA price by increments of the first 3 orders

Interpolation Interpolation

Use of the Lagrange polynomial interpolation to predict the future price

MUV_Cloud MUV_Cloud

The fast trends indicator drawn on the basis of two normalized XMUV Moving Averages.

MUV_NorDIFF_Cloud MUV_NorDIFF_Cloud

The fast trends indicator drawn on the basis of two normalized XMUV Moving Averages.