거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Telegram에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
지표

Normalized smoothed MACD - MetaTrader 5용 지표

조회수:
12742
평가:
(16)
게시됨:
2018.10.15 19:57
업데이트됨:
2019.01.29 15:04
MQL5 프리랜스 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

Theory:

MACD, short for moving average convergence/divergence, is a trading indicator used in technical analysis, created by Gerald Appel in the late 1970s. It is supposed to reveal changes in the strength, direction, momentum, and duration of a trend in a stock's price.

The MACD indicator (or "oscillator") is a collection of three time series calculated from historical price data, most often the closing price. These three series are: the MACD series proper, the "signal" or "average" series, and the "divergence" series which is the difference between the two. The MACD series is the difference between a "fast" (short period) exponential moving average (EMA), and a "slow" (longer period) EMA of the price series. The average series is an EMA of the MACD series itself.

This version:

One possible thing it lacks, is probably to know the bounds. This version is adding that: a min/max based bounds.

Usage:

You can use the color change of the MACD (that roughly corresponds to the slope of the "regular" MACD) or color change of the signal line (that is changed when the signal line crosses the MACD line) as signals.

PS: comparison of the "regular" MACD (lower) and this MACD (upper). The comparison should be made on the slope of the regular MACD and signal line crosses. Those changes are reflected as expected (almost exactly the same as the "regular" MACD - eventual miss can happen only due to smoothing of the normalized MACD). Zero crosses of the normalized MACD are happening on different places but that is to be expected and it seems that the new crosses are providing earlier warnings of trend changes than the regular MACD.


Dōteki Heikin Ashi (Dynamic Average Foot/Bar) Dōteki Heikin Ashi (Dynamic Average Foot/Bar)

A dynamic version of the standard Heikin Ashi indicator (code compatible with both MQL4 or MQL5).

Simple oscillator Simple oscillator

Simple oscillator

Phase accumulation adaptive EMA Phase accumulation adaptive EMA

Hilbert transform phase accumulation adaptive EMA

Phase accumulation adaptive RSX Phase accumulation adaptive RSX

Hilbert transform phase accumulation adaptive RSX