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

The indicator is an MACD with expanded settings.

In addition to the standard parameters of the fast and slow EMA periods, signal SMA periods and calculation price, this indicator allows setting the calculation method for each line and use either absolute or relative values for MACD calculation.

The indicator has eight configurable parameters:

  • Fast MA period - fast MA period;
  • Slow MA period - slow MA period;
  • Signal line period - signal line period;
  • Fast MA calculation method - fast MA calculation method;
  • Slow MA calculation method - slow MA calculation method;
  • Signal line calculation method - signal line calculation method;
  • Applied price - the price used for the calculation of lines;
  • Use absolute values - enable the use of absolute values (Yes/No) for the calculation of MACD.

The abs MACD formula:

FastMA - SlowMA

Формула MACD:

(FastMA - SlowMA) / SlowMA

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

KWAN_NRP_HTF KWAN_NRP_HTF

The KWAN_NRP indicator with the possibility to change the indicator timeframe in input parameters.

XRSIDeMarker_Histogram_HTF XRSIDeMarker_Histogram_HTF

The XRSIDeMarker_Histogram indicator with the possibility to change the indicator timeframe in input parameters.

AsymmetricFractals AsymmetricFractals

The indicator allows setting any dimension for each side of a fractal.

Autocorrelation Autocorrelation

The indicator calculates and displays on a chart the autocorrelation function, which shows the relationship between the function (signal) and its shifted copy depending on the time shift value.