Home / Indicators Guide
Technical Analysis

MetaTrader Indicators Guide: 12 Essential Tools for Chart Analysis

By Alex Mercer Updated Mar 31, 2026 16 min read
Table of Contents
  1. Indicator Categories
  2. Moving Averages (SMA, EMA)
  3. MACD
  4. RSI (Relative Strength Index)
  5. Bollinger Bands
  6. Stochastic Oscillator
  7. Ichimoku Cloud
  8. ATR (Average True Range)
  9. Fibonacci Retracement
  10. Installing Custom Indicators
  11. Building a Multi-Indicator Strategy

Understanding Indicator Categories

MetaTrader organizes its built-in indicators into four categories. Understanding these categories helps you select complementary indicators rather than overlapping ones:

The golden rule: never combine indicators from the same category. Using RSI and Stochastic together (both oscillators) gives redundant signals. Instead, combine a trend indicator with an oscillator for confirmation.

Moving Averages (SMA & EMA)

Moving Averages are the foundation of trend analysis and the most widely used indicators in MetaTrader. They smooth price data to reveal the underlying trend direction.

Simple Moving Average (SMA)

Calculates the arithmetic mean of closing prices over a specified period. A 50-period SMA adds the last 50 closing prices and divides by 50. Simple but effective for identifying long-term trends.

Exponential Moving Average (EMA)

Gives more weight to recent prices, making it more responsive to new information. The 20 EMA reacts faster to price changes than the 20 SMA, making it preferred by shorter-term traders.

Key Moving Average Strategies

// How to add a Moving Average in MetaTrader:
// 1. Menu: Insert > Indicators > Trend > Moving Average
// 2. Settings:
//    Period: 50 (or 200 for long-term)
//    MA Method: Simple or Exponential
//    Apply to: Close
//    Style: Choose color and line thickness

MACD (Moving Average Convergence Divergence)

The MACD is a versatile indicator that shows the relationship between two EMAs. It consists of three components:

Trading Signals

Default settings (12, 26, 9) work well for most timeframes. Some traders use (8, 17, 9) for faster signals or (24, 52, 9) for smoother, more reliable signals on higher timeframes.

RSI (Relative Strength Index)

The RSI measures the speed and magnitude of recent price changes to evaluate overbought or oversold conditions. It oscillates between 0 and 100.

RSI Divergence

Like MACD, RSI divergence is a powerful signal. When price makes a new high but RSI makes a lower high (bearish divergence), or price makes a new low but RSI makes a higher low (bullish divergence), a reversal may be imminent.

Standard setting is 14 periods. Shorter periods (7-9) make it more sensitive (more signals, more noise). Longer periods (21-25) make it smoother (fewer signals, more reliable).

Practice with Indicators on a Demo

Apply these indicators on real charts risk-free. XM offers full MT4/MT5 demo accounts with all indicators available.

Open Free Demo →

Bollinger Bands

Bollinger Bands measure market volatility and consist of three lines: a middle SMA (usually 20-period) and two bands plotted 2 standard deviations above and below.

Key Concepts

Stochastic Oscillator

The Stochastic compares a closing price to its price range over a given period. It generates two lines: %K (fast) and %D (slow), both oscillating between 0 and 100.

Works best in ranging markets. In strong trends, Stochastic can remain overbought or oversold for extended periods, generating false reversal signals.

Ichimoku Cloud (Ichimoku Kinko Hyo)

The Ichimoku Cloud is a comprehensive indicator that defines support/resistance, trend direction, momentum, and trading signals in one view. It consists of five lines:

Quick interpretation: Price above the cloud = bullish. Price below the cloud = bearish. Price inside the cloud = indecision. A thick cloud provides stronger support/resistance than a thin one.

ATR (Average True Range)

ATR measures market volatility by calculating the average range of price movement over a period (default 14). It does NOT indicate direction — only how much price typically moves.

Practical Uses

Fibonacci Retracement

Fibonacci retracements are drawing tools (not indicators) that identify potential support/resistance levels based on the Fibonacci sequence. The key levels are 23.6%, 38.2%, 50%, 61.8%, and 78.6%.

To apply in MetaTrader: select the Fibonacci Retracement tool from the toolbar, then draw from the swing low to the swing high (in an uptrend) or from the swing high to the swing low (in a downtrend).

The 61.8% level (the "golden ratio") is the most watched retracement level. Many traders look for price to pull back to this level before resuming the trend, often combining it with other confluence factors like a Moving Average or horizontal support.

Installing Custom Indicators on MetaTrader

Beyond the built-in indicators, MetaTrader supports custom indicators created by the community. Here is how to install them:

// Installing custom indicators:
//
// Step 1: Download the .ex4/.ex5 or .mq4/.mq5 file
// Step 2: Open MetaTrader > File > Open Data Folder
// Step 3: Navigate to:
//   MT4: MQL4/Indicators/
//   MT5: MQL5/Indicators/
// Step 4: Paste the indicator file into the folder
// Step 5: Restart MetaTrader (or right-click Navigator > Refresh)
// Step 6: The indicator appears under Custom Indicators in Navigator
//
// Sources for custom indicators:
// - MQL5 Market (built into MetaTrader)
// - mql5.com/en/code
// - Forex Factory forums

Building a Multi-Indicator Strategy

Here is an example of a well-constructed multi-indicator strategy that combines complementary tools:

  1. Trend filter: 200 EMA on D1 chart. Only take buy trades when price is above it; sell trades when below.
  2. Entry trigger: MACD crossover on H4 chart. Enter when the MACD line crosses the signal line in the direction of the D1 trend.
  3. Confirmation: RSI between 40-60 at entry (not overbought/oversold). Ensures you are not entering a stretched move.
  4. Stop Loss: 2x ATR from entry price. Gives the trade room to breathe.
  5. Take Profit: Next Fibonacci extension level or 3x ATR for a 1.5:1 reward-to-risk ratio.

This strategy uses one trend indicator (EMA), one momentum oscillator (MACD), one filter (RSI), and one volatility tool (ATR) — four different categories working together.

The best indicator setup is the one you understand deeply and trade consistently. A simple system executed with discipline will always outperform a complex system applied inconsistently.

Apply These Indicators on Live Charts

Open a free demo account and test these indicators with real-time market data. No risk, full platform access.

Open Exness Demo →

Frequently Asked Questions

How many indicators should I use at once?
Most experienced traders recommend 2-4 indicators maximum. Using too many creates information overload and conflicting signals. Choose one trend indicator, one momentum indicator, and optionally one volatility indicator.
How do I install custom indicators on MetaTrader?
Open MetaTrader, go to File > Open Data Folder. Navigate to MQL4/Indicators (MT4) or MQL5/Indicators (MT5). Copy the indicator file into the folder. Restart MetaTrader or right-click in the Navigator panel and click Refresh.
What is the best indicator for beginners?
The Simple Moving Average (SMA) is the best starting point. Use a 50-period and 200-period SMA on the daily chart to identify trend direction. When the 50 SMA is above the 200 SMA, the trend is bullish. This simple approach teaches trend identification before adding complexity.
Risk Disclaimer

Trading forex and CFDs carries a high level of risk and may not be suitable for all investors. Technical indicators do not guarantee future performance. The information on this website is for educational purposes only and does not constitute financial advice.