Watch how to download trading robots for free
Find us on Facebook!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Indicators

Moving Average Convergence Divergence, MACD - indicator for MetaTrader 4

Views:
61739
Rating:
(21)
Published:
2005.11.29 11:54
Updated:
2016.11.22 07:32
MACD.mq4 (3.42 KB) view
\MQL4\Include\
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

Moving Average Convergence/Divergence is the next trend-following dynamic indicator. It indicates the correlation between two price moving averages.

Moving Average Convergence/Divergence, MACD

The Moving Average Convergence/Divergence Technical Indicator is the difference between a 26-period and 12-period Exponential Moving Average (EMA). In order to clearly show buy/sell opportunities, a so-called signal line (9-period indicators` moving average) is plotted on the MACD chart.

The MACD proves most effective in wide-swinging trading markets. There are three popular ways to use the Moving Average Convergence/Divergence: crossovers, overbought/oversold conditions, and divergences.

Crossovers

The basic MACD trading rule is to sell when the MACD falls below its signal line. Similarly, a buy signal occurs when the Moving Average Convergence/Divergence rises above its signal line. It is also popular to buy/sell when the MACD goes above/below zero.

Overbought/oversold conditions

The MACD is also useful as an overbought/oversold indicator. When the shorter moving average pulls away dramatically from the longer moving average (i.e., the MACD rises), it is likely that the security price is overextending and will soon return to more realistic levels.

Divergence

An indication that an end to the current trend may be near occurs when the MACD diverges from the security. A bullish divergence occurs when the Moving Average Convergence/Divergence indicator is making new highs while prices fail to reach new highs. A bearish divergence occurs when the MACD is making new lows while prices fail to reach new lows. Both of these divergences are most significantwhen they occur at relatively overbought/oversold levels.

Calculation of MACD

The MACD is calculated by subtracting the value of a 26-period exponential moving average from a 12-period exponential moving average. A 9-period dotted simple moving average of the MACD (the signal line) is then plotted on top of the MACD.

MACD = EMA(CLOSE, 12)-EMA(CLOSE, 26)

SIGNAL = SMA(MACD, 9)

Where:
EMA — the Exponential Moving Average;
SMA — the Simple Moving Average;
SIGNAL — the signal line of the indicator.


Technical Indicator Description

Full description of MACD is available in the Technical analysis: Moving Average Convergence/Divergence

Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/7774

Ichimoku Kinko Hyo Ichimoku Kinko Hyo

Ichimoku Kinko Hyo indicator is predefined to characterize the market trend, Support and Resistance Levels, and to generate signals of buying and selling.

Heiken Ashi Heiken Ashi

Heiken Ashi - Custom Indicator as Candlesticks Example.

Momentum Momentum

The Momentum indicator measures the amount that a security’s price has changed over a given time span.

Moving Averages, MA Moving Averages, MA

The Moving Average Indicator shows the mean instrument price value for a certain period of time.