078 080 840
Pușkin 26, Chișinău
Trading Forum
TRADING.mdTRADING.md
EducationHOT
Blog
Brokers
Trading
Investing
Local MarketNEW
Contacts
Open Account
Forum
Trading strategies
  1. Trading
  2. Trading strategies
  3. MetaTrader Indicators
  • Introduction
  • Standard indicators (12)
  • Indicator theory
  • Advanced indicators
  • How to install indicators
  • FAQ

MetaTrader Indicators — The Complete Guide for MT4 and MT5 in 2026

From classic RSI to Smart Money Concepts: everything you need to know about MT4/MT5 indicators for Forex, gold, and oil.

Updated May 202615 min read12 standard + 20 advanced indicators
Free download: MetaTrader Indicators Checklist (PDF)

About this guide

MetaTrader 4 and 5 are the dominant platforms for traders worldwide. Their built-in indicators cover more than 90% of technical analysis needs, and the MQL ecosystem offers thousands of free and paid advanced indicators. This guide cuts through the noise: from the indicators installed by default all the way to Smart Money Concepts — the most popular indicator on TradingView in 2025 — and UT Bot Alerts.

This guide is built on official LuxAlgo, MQL5 Codebase, BabyPips, and Investopedia documentation, as well as the real-world practice of the trading community. BabyPips • Investopedia

Free download: MetaTrader Indicators Checklist 2026 (PDF)

A ready-to-tick checklist of the essential MT4/MT5 indicators — recommended settings, scalping/swing combinations and installation steps. No spam.

Choose the channel; enter only the contact for the chosen channel.

Data stored in the EU • Moldova Law 195/2024 • GDPR

Privacy Policy

Standard indicators in MetaTrader 4 and MetaTrader 5

The 12 built-in indicators you find in any MT4/MT5 installation — no downloads, no repaint risk, no external code. They are the foundation of any serious technical strategy.

1. Moving Average — SMA, EMA, WMA▾

The Moving Average is the arithmetic mean of prices over a defined number of periods, recalculated with each new candle. It smooths market noise and shows the direction of the dominant trend.

EMA 20 + EMA 50 on XAU/USD H4 — trend filter

Formula: SMA (Simple): (P1 + P2 + ... + Pn) / n — equal weight for every period; EMA (Exponential): gives greater weight to recent prices; formula: EMA = (Current_Price × k) + (Previous_EMA × (1 − k)), where k = 2/(n+1); WMA (Weighted): linearly decreasing weight from the current price to the oldest.

Signals

  • Trend direction (price above MA = uptrend; below MA = downtrend).
  • Cross-over between two MAs (e.g. EMA 50 crossing EMA 200 — "Golden Cross" / "Death Cross").
  • Dynamic support and resistance — in particular MA 200 on the daily is watched by institutional investors.

Recommended settings: 20 (scalping/intraday), 50 (swing), 100 and 200 (long-term positioning, major trend filter).

Gold & oil specifics: On XAU/USD, EMA 20 + EMA 50 on H4 works excellently as a trend filter (a combination used by TradingView analyst Vasily Trader in a trend-following strategy on Gold with 3,100+ pips in autumn 2025, per a TradingView publication). On WTI and Brent, MA 200 on the daily frequently marks the equilibrium zone between supply and demand during geopolitical stress.

Common mistakes

  • Using a short SMA on small timeframes (M1, M5) — generates too many false signals.
  • Trading cross-overs without confirmation via volume or price action.
  • Ignoring the slope of the MA — a horizontal MA signals a ranging market, not a trend.
2. RSI — Relative Strength Index▾

A momentum oscillator developed by J. Welles Wilder in 1978 that measures the speed and magnitude of recent price changes on a scale of 0-100.

RSI 14 on XAU/USD H4 — bullish divergence

Formula: RSI = 100 − [100 / (1 + RS)], where RS = average gains / average losses over the last n periods.

Signals

  • Above 70 → overbought zone (potential bearish correction).
  • Below 30 → oversold zone (potential bullish reversal).
  • The 50 line → momentum boundary: above 50 = bullish bias, below 50 = bearish bias.
  • Bullish divergence: price makes a new low, RSI makes a higher low → potential reversal up.
  • Bearish divergence: price makes a new high, RSI makes a lower high → potential reversal down.

Recommended settings: 14 periods (recommended by Wilder). Scalpers often use RSI 7-9 for reactivity; swing traders use 21.

Gold & oil specifics: In very strong XAU/USD trends, RSI can stay above 70 for days without correcting — overbought does not automatically mean sell. Combine RSI with support/resistance or market structure.

Common mistakes

  • Selling at the first touch of 70 — in a trend, RSI remains overbought for a long time.
  • Using RSI as the sole entry indicator without price action confirmation.
  • Ignoring divergences on higher timeframes, which are the most reliable.
3. MACD — Moving Average Convergence Divergence▾

A hybrid trend-momentum indicator developed by Gerald Appel that uses the relationship between two exponential moving averages.

MACD 12,26,9 on XAU/USD H4 — cross-over signal

Formula: MACD line: EMA(12) − EMA(26); Signal line: EMA(9) applied to the MACD line; Histogram: MACD line − Signal line.

Signals

  • Signal line cross-over: MACD crosses above signal = long signal; MACD below signal = short signal.
  • Zero-line cross-over: crossing above 0 = bullish bias; below 0 = bearish bias.
  • Divergences: same as RSI — extremely effective for detecting trend exhaustion.

Recommended settings: 12, 26, 9 — used globally. For scalping, some use 5, 13, 1; for daily/swing the standard settings work best.

Gold & oil specifics: MACD Divergence on XAU/USD H4 is one of the most reliable reversal setups on precious metals. On Brent crude, MACD on the daily filters OPEC+ noise and reveals the major trend.

Common mistakes

  • Trading every cross-over without context — MACD generates many false signals in ranging markets.
  • Confusing the MACD line cross-over with the signal line cross-over.
  • Modifying settings unnecessarily — the standard 12/26/9 has been back-tested over decades.
4. Bollinger Bands▾

A volatility channel created by John Bollinger in the 1980s, composed of a central MA and two bands placed N standard deviations away.

Bollinger Bands 20,2 on XAU/USD H4 — squeeze + breakout

Formula: Middle band: SMA(20); Upper band: SMA(20) + 2 × standard deviation; Lower band: SMA(20) − 2 × standard deviation.

Signals

  • Squeeze (compression): the bands narrow → low volatility → an explosive move often follows.
  • Expansion: the bands widen → high volatility → trend in progress.
  • Walking the band: price "walks" along the upper band (strong bullish trend) or lower band (strong bearish trend).
  • Mean reversion (in a range): sell at the upper band, buy at the lower band.
  • Breakout (in a trend): buy on a close above the upper band.

Recommended settings: Standard settings: SMA(20), 2 standard deviations. Aggressively modifying the standard deviation requires back-testing.

Gold & oil specifics: XAU/USD respects Bollinger Bands remarkably well on H1 and H4 under normal conditions; on Fed or geopolitical days, the band is violated violently.

Common mistakes

  • Automatically selling/buying at a band touch — in a trend, price "travels" along the band.
  • Aggressively modifying the standard deviation without back-testing.
  • Combining with other MA-based indicators (redundancy).
5. Stochastic Oscillator▾

A momentum oscillator developed by George Lane that compares the current closing price with the high-low range over N periods.

Stochastic 5,3,3 in range on USD/CHF H1

Formula: %K (fast line): (Close − Lowest Low) / (Highest High − Lowest Low) × 100; %D (slow line): SMA(3) of %K.

Signals

  • %K and %D: 80 (overbought), 20 (oversold). Standard MT4 settings: 5, 3, 3 or 14, 3, 3.
  • RSI measures the speed of price change; Stochastic measures the position of price within the recent range.
  • Stochastic is more sensitive → better suited for ranging/range-bound markets.
  • Particularly useful for ranging forex pairs (USD/CHF, EUR/CHF): Stochastic is excellent for identifying intra-range reversals; less useful on XAU/USD in a trend.

Recommended settings: Standard MT4 settings: 5, 3, 3 or 14, 3, 3. Key levels: 80 (overbought), 20 (oversold).

Common mistakes

  • Using it during a strong trend — generates constant counter-trend signals.
  • Ignoring the %K/%D cross-over — the real signal, not just touching the extreme zones.
6. ADX — Average Directional Index▾

An indicator also developed by Wilder that measures the strength of a trend (not its direction).

ADX 14 on WTI Daily — trend strength > 30

Formula: ADX line (0-100): trend strength. Below 20 = no trend; 20-40 = moderate trend; above 40 = strong trend; +DI and −DI: directional components. +DI above −DI = bullish bias; reverse = bearish bias.

Signals

  • ADX line (0-100): trend strength. Below 20 = no trend; 20-40 = moderate trend; above 40 = strong trend.
  • +DI and −DI: directional components. +DI above −DI = bullish bias; reverse = bearish bias.
  • ADX below 20 → avoid trend trading, use range strategies.
  • ADX above 25 + +DI/−DI cross-over → trend signal.

Recommended settings: 14 periods. Confirms whether a trade is worth opening. ADX below 20 → avoid trend trading, use range strategies.

Gold & oil specifics: On WTI and XAU/USD, ADX above 30 on the daily has historically marked the start of major directional moves of 100-300+ pips/dollars.

Common mistakes

  • Confusing ADX with a directional indicator (it is not).
  • Trading counter-trend when ADX rises above 40.
7. Ichimoku Kinko Hyo▾

A complete Japanese system developed by Goichi Hosoda (published in the 1960s after 30 years of research). The name means "equilibrium chart at a glance".

Ichimoku Kinko Hyo on EUR/USD Daily — bullish setup

Formula: Tenkan-sen: (Max High + Min Low) / 2 over the last 9 periods; Kijun-sen: (Max High + Min Low) / 2 over the last 26 periods; Senkou Span A: (Tenkan + Kijun) / 2, shifted 26 periods forward; Senkou Span B: (Max High + Min Low) / 2 over 52 periods, shifted 26 forward; Chikou Span: current closing price shifted 26 periods back.

Signals

  • Tenkan-sen (conversion line): (Max High + Min Low) / 2 over the last 9 periods.
  • Kijun-sen (base line): (Max High + Min Low) / 2 over the last 26 periods.
  • Senkou Span A: (Tenkan + Kijun) / 2, shifted 26 periods forward.
  • Senkou Span B: (Max High + Min Low) / 2 over 52 periods, shifted 26 forward.
  • Chikou Span: current closing price shifted 26 periods back.
  • Kumo (cloud): the area between Span A and Span B → dynamic support/resistance projected into the future.
  • Price above cloud + Tenkan above Kijun + Chikou above price = complete bullish setup.
  • Tenkan/Kijun cross-over above the cloud = trend continuation signal.

Recommended settings: Ichimoku shines on major pairs (EUR/USD, USD/JPY, GBP/USD) on D1 — filters intraday noise and identifies multi-week trends.

Gold & oil specifics: Ichimoku shines on major pairs (EUR/USD, USD/JPY, GBP/USD) on D1 — filters intraday noise and identifies multi-week trends.

Common mistakes

  • Using it on M1/M5 — the system was designed for the daily timeframe.
  • Trading against the cloud — it is one of the most reliable rejection zones in technical analysis.
8. Parabolic SAR (Stop and Reverse)▾

Another Wilder indicator. It places dots above/below price that serve as a dynamic trailing stop.

Parabolic SAR 0.02/0.20 on EUR/USD H4 — trailing stop

Formula: The dots accelerate the longer the trend lasts. When price "touches" the dots, the indicator reverses. Step 0.02, Maximum 0.20.

Signals

  • Dots below price = uptrend (trailing stop for long positions).
  • Dots above price = downtrend (trailing stop for short positions).
  • Trailing stop for trend positions (the strongest use case).
  • Trend confirmation — dots below price = uptrend.

Recommended settings: Step 0.02, Maximum 0.20. Primary use: trailing stop for trend positions.

Common mistakes

  • Using it in a ranging market — generates constant whipsaw.
  • Modifying the step without understanding the effect.
9. Fibonacci Retracement and Extension▾

Mathematical levels derived from the Fibonacci sequence (0.236, 0.382, 0.5, 0.618, 0.786 for retracement; 1.272, 1.618, 2.0, 2.618 for extension).

Fibonacci 38.2 / 50 / 61.8 on XAU/USD H4

Formula: Identify a major swing (low → high for an uptrend). Draw the Fibonacci tool from swing low to swing high. Key levels: 38.2%, 50%, 61.8% (golden ratio) — the most watched by institutional traders.

Signals

  • Identify a major swing (low → high for an uptrend).
  • Draw the Fibonacci tool from swing low to swing high.
  • Key levels: 38.2%, 50%, 61.8% (golden ratio) — the most watched by institutional traders.
  • Extensions: 1.272, 1.618, 2.0, 2.618 — profit targets in a trend.

Recommended settings: Used on major swings on timeframes M15 and above. Most reliable levels: 38.2%, 50%, 61.8%.

Gold & oil specifics: XAU/USD respects the 61.8% retracement remarkably well during major corrections in an uptrend. Combining Fib + Order Block (see SMC below) creates high-probability confluence zones.

Common mistakes

  • Drawing Fibonacci on small, insignificant moves.
  • Using it on timeframes below M15.
10. Volume and OBV (On-Balance Volume)▾

Volume in MT4 for spot forex is tick volume (the number of price changes), NOT the actual traded volume. For index and commodity CFDs, brokers may provide volume closer to futures volume.

On-Balance Volume (OBV) on US30 Daily

Signals

  • OBV: Accumulates volume based on the direction of each candle — confirms or invalidates price moves.
  • On spot forex, tick volume has limited value — better to combine with VWAP or Order Flow tools (see the advanced indicators section).

Recommended settings: Most useful on indices (US30, DAX), equity CFDs, and crypto.

Common mistakes

  • Treating tick volume as real volume on forex.
  • Ignoring OBV on instruments where real volume is available.
11. ATR — Average True Range▾

A Wilder indicator that measures volatility, not direction. It calculates the average True Range over N periods.

ATR 14 on XAU/USD H4 — volatility $15-25

Formula: True Range = max(High − Low, |High − Previous Close|, |Low − Previous Close|).

Signals

  • Stop-loss calculation: SL = 2 × ATR(14) is a standard rule. On XAU/USD H4, ATR can be $15-25, so natural SL = $30-50.
  • Position sizing: position size scaled to the current volatility of the instrument.

Recommended settings: 14 periods. Most important uses: stop-loss calculation (SL = 2 × ATR) and position sizing proportional to volatility.

Gold & oil specifics: XAU/USD is one of the most volatile instruments — its ATR can be 5-10 times higher than EUR/USD. Position size must be adjusted proportionally.

Common mistakes

  • Fixed pip stop-loss without ATR reference — either too tight (stop hunt) or too wide (poor R:R).
  • Using ATR as a directional signal — it is not one.
12. Secondary indicators (brief overview)▾

Four additional oscillators found by default in MT4/MT5.

Secondary oscillators: CCI, Williams %R, Momentum

Signals

  • Standard Deviation: measures price dispersion from the mean — the basis of Bollinger Bands.
  • CCI (Commodity Channel Index): an oscillator developed by Donald Lambert for commodities, used at ±100 and ±200 levels; useful on XAU/USD and oil.
  • Williams %R: an oscillator similar to Stochastic, oscillates between 0 and −100; level −20 = overbought, −80 = oversold.
  • Momentum: current price / price n periods ago × 100.

Recommended settings: Used as a second or third confirmation, not as a primary signal.

Common mistakes

  • Using as a standalone entry signal without price action confirmation.

Free download: MetaTrader Indicators Checklist 2026 (PDF)

A ready-to-tick checklist of the essential MT4/MT5 indicators — recommended settings, scalping/swing combinations and installation steps. No spam.

Choose the channel; enter only the contact for the chosen channel.

Data stored in the EU • Moldova Law 195/2024 • GDPR

Privacy Policy

How indicators work — theory nobody explains

Technical indicators do not predict the future. They are mathematical formulas applied to historical prices that show you probabilities, not certainties.

The 4 major indicator families

Technical indicators do not predict the future. They are mathematical formulas applied to historical prices that show you probabilities, not certainties. Understanding this distinction is the difference between a trader who uses indicators as tools and one who treats them as a "silver bullet".

  • Trend-following: Moving Average, MACD, ADX, Ichimoku, Parabolic SAR. They answer "In which direction is the market moving?". They perform poorly in ranging markets.
  • Oscillators (momentum): RSI, Stochastic, CCI, Williams %R, MACD (partly). They answer "How far has price moved too fast?". They perform poorly in strong trends.
  • Volatility: Bollinger Bands, ATR, Standard Deviation, Keltner Channels. They answer "How much is price oscillating?". Essential for stop-loss placement and for detecting breakouts.
  • Volume/Order Flow: Volume, OBV, VWAP, Volume Profile, Cumulative Delta. They answer "Who is buying and who is selling, and with how much conviction?". Limited on spot forex, essential on indices and equities.

Leading vs Lagging indicators

No indicator is purely leading — all use historical data. The best traders combine 1-2 lagging (trend filter) + 1 leading (entry timing).

TypeExamplesAdvantageDisadvantage
LaggingMA, MACD, ADXMore reliable signalsYou enter late
LeadingRSI, Stochastic, divergencesYou enter earlyMany false signals

Indicators vs chart analysis (Price Action)

Indicators are mathematical formulas. Price action is the direct reading of price structure — supports, resistances, candle patterns, HH/HL/LH/LL structure.

  • When indicators are useful: smooth-flowing markets, beginner-to-intermediate traders, when you want objective and back-testable signals.
  • When price action is superior: highly volatile markets (XAU/USD on Fed days), institutional liquidity zones, major news moments. Indicators lag; price structure is real-time.
  • The golden rule: indicators confirm decisions based on price action, not the other way around.

The concept of divergence (bullish/bearish, regular/hidden)

"Regular" divergences are the most widely known, but "hidden" divergences are underappreciated and very effective in strong trends (useful for XAU/USD intraday).

  • Regular bullish divergence: price makes a lower low, the oscillator (RSI/MACD) makes a higher low → potential reversal up.
  • Regular bearish divergence: price makes a higher high, the oscillator makes a lower high → potential reversal down.
  • Hidden bullish divergence: price makes a higher low, the oscillator makes a lower low → continuation of the bullish trend (pullback).
  • Hidden bearish divergence: price makes a lower high, the oscillator makes a higher high → continuation of the bearish trend.

Multi-timeframe analysis (MTF) with indicators

The 4-1 rule: if you are trading on H1, define the trend on H4 or D1. Your indicator (e.g. RSI) must confirm the direction on two timeframes simultaneously. This is one of the biggest differences between inconsistent traders and profitable ones.

Confluence — the secret of high-probability setups

Confluence = multiple independent reasons pointing in the same direction. Example for a long XAU/USD on H1: EMA 200 daily is ascending (major trend filter). Price at the 61.8% Fibonacci retracement from the last swing. RSI with bullish divergence on H1. Lower Bollinger Band respected on H4. Bullish Order Block identified on H4 (SMC). 5/5 confluences = A+ setup. 2/5 confluences = better to skip.

Choosing indicators based on your trading style

"Paralysis by analysis" is the #1 trap for beginners. 3 indicators that answer different questions are more valuable than 8 indicators that answer the same question. Recommended combination: 1 trend (EMA 50/200 or Ichimoku), 1 momentum (RSI or MACD), 1 volatility (ATR or Bollinger).

StyleTimeframeRecommended indicators
ScalpingM1-M5EMA 9/21, VWAP, Stochastic 5,3,3, ATR on M5
Day tradingM15-H1EMA 50, RSI 14, standard MACD, VWAP, ADX
Swing tradingH4-D1EMA 50/200, Ichimoku, RSI 14, MACD, Fibonacci
Position tradingD1-W1MA 200, weekly MACD, ADX, Fibonacci on major swing

Advanced and custom indicators — beyond the MetaTrader standard

MetaTrader lets you add any indicator written in MQL4 (for MT4) or MQL5 (for MT5). There are thousands — some free on MQL5 Codebase, others sold on MQL5 Market.

Watch out for repaint! Many custom indicators "repaint" — they change historical signals when new price data arrives. Always test on a demo account before using with real money.

Smart Money Concepts (SMC) — LuxAlgo

LuxAlgo SMC: Order Blocks, FVG, BOS, CHoCH

SMC is the methodology popularized by Michael J. Huddleston (Inner Circle Trader / ICT), which proposes that price does not move randomly but is "delivered" through institutional algorithms that target liquidity zones. The LuxAlgo "Smart Money Concepts" indicator launched in late 2022 became the #1 most-liked indicator on TradingView Community Scripts — according to the official LuxAlgo Blog article (Sean Mackey, 26 May 2025). Available for free on MT4, MT5, TradingView, NinjaTrader, and ThinkorSwim through the LuxAlgo Library.

  • Order Blocks (OB) — the last opposing candle before an impulsive move; represents the zone where institutions accumulated their orders
  • Fair Value Gap (FVG) / Imbalance — a 3-candle formation where the wicks of the first and third candles do not overlap; a price "gap" that algorithms tend to fill
  • Break of Structure (BOS) — price breaks a major high (in an uptrend) or a major low (in a downtrend) → trend confirmation
  • Change of Character (CHoCH) — the first signal that structure is reversing: a broken low in an uptrend or a broken high in a downtrend
  • Liquidity Sweeps / Equal Highs-Lows — zones where stop-losses accumulate and where institutions "collect" this liquidity
  • Premium / Discount Zones — the upper portion of a range (premium — good for shorts) vs the lower portion (discount — good for longs)
  • Killzones (ICT) — time windows with concentrated institutional volume: Asian, London, New York AM, New York PM (all referenced to New York Local Time, EST/EDT)

Best for: Intermediate and advanced traders who want to think institutionally. Works on forex, gold, indices, crypto. Note — the core knowledge is completely free on Michael Huddleston's official channel.

UT Bot Alerts

UT Bot Alerts (QuantNomad) on XAU/USD M15

UT Bot Alerts was originally developed in Pine Script by QuantNomad (Vadim Cissa) on TradingView, building on the original idea of HPotter and the earlier work of Yo_adriiiiaan. The original script published on TradingView has accumulated 1,406,947 views, 502,502 favorites, and 49,600 boosts (verified 26 May 2026), making it one of the most popular ATR Trailing Stop indicators ever published in the TradingView community.

  • Uses an adaptive trailing stop calculated as: Trailing Stop = Key Value × ATR(period)
  • In an uptrend, the stop "climbs" and never comes back down — protecting profit
  • In a downtrend, the stop "descends" and never rises
  • When price crosses the stop, the indicator "flips" and generates a Buy/Sell signal with a colored arrow
  • Default settings: Key Value = 1, ATR Period = 10

Best for: Scalping (M1-M15) on XAU/USD, EUR/USD, GBP/USD; swing trading on H1-H4 on forex.

SuperTrend

SuperTrend ATR(10) × 3 on EUR/USD H4

A classic ATR-based indicator that places a line below price (uptrend, green) or above it (downtrend, red). Very popular as a trailing stop and as a trend filter. Available as free MQL4 and MQL5 versions on Codebase.

  • Places a line below price in an uptrend (green) or above price in a downtrend (red)
  • Frequently used as a trailing stop and as a trend filter
  • Typical settings: ATR(10), Multiplier 3
  • Available for free in MQL4 and MQL5 versions on MQL5 Codebase

HalfTrend

HalfTrend (Alex Orekhov) on USD/JPY H1

Developed by Alex Orekhov. Combines moving averages with the recent high/low channel. Generates arrows at trend changes. Less reactive than SuperTrend, better suited for H1 and above.

  • Combines moving averages with the recent high/low channel
  • Generates arrows at trend changes
  • Less reactive than SuperTrend — better suited for H1 and above
  • Reduces false signals compared to other reactive trend indicators

TTM Squeeze

TTM Squeeze (John Carter) on US30 Daily

Developed by John Carter (Simpler Trading), it combines Bollinger Bands with Keltner Channels to detect periods of volatility compression that precede major breakouts.

  • When Bollinger Bands nest entirely inside Keltner Channels → "squeeze on" (red dots on the zero line)
  • When Bollinger exits Keltner → "squeeze fired" (green dot) → a strong move follows
  • The momentum histogram indicates the probable direction of the breakout

Best for: Swing traders on daily/H4 on indices (US30, NAS100, DAX), on gold, and on equity CFDs. On spot forex it works reasonably well on EUR/USD H4 and D1.

Heikin Ashi

Heikin Ashi on XAU/USD H4 — smoothed trend

A candle type that "smooths" price movement. A Heikin Ashi candle is calculated as: Close = (Open + High + Low + Close) / 4; Open = (Previous Open + Previous Close) / 2.

  • Close = (Open + High + Low + Close) / 4
  • Open = (Previous Open + Previous Close) / 2
  • Advantage: trends become much more visible, market noise is reduced
  • Disadvantage: the displayed prices are not real prices — use for trend filtering, not for execution

Renko Charts

Renko Charts on BTC/USD — noise filter

A chart type that ignores time and records only price moves of a fixed size (box size). Filters out a great deal of noise. Not native in MT4, but custom indicators exist that "simulate" Renko on offline windows.

  • Ignores time and records only price moves of a fixed size (box size)
  • Filters market noise more effectively than standard candlestick charts
  • Not native in MT4 — custom indicators exist that simulate Renko on offline windows
  • For more serious Renko usage, MT5 is superior

QQE (Quantitative Qualitative Estimation)

QQE (Quantitative Qualitative Estimation)

Quantitative Qualitative Estimation — an RSI modification that uses an ATR-based trailing mechanism for cleaner signals. Useful as a smoother alternative to RSI for scalpers and day traders.

  • An RSI modification that applies an ATR-based trailing mechanism for smoother signals
  • A less noisy alternative to standard RSI
  • Useful for scalpers and day traders who want cleaner momentum signals

Schaff Trend Cycle (STC)

Schaff Trend Cycle (Doug Schaff) on EUR/USD H1

A combination of MACD and Stochastic created by Doug Schaff. Reactive, oscillates between 0 and 100, and generates clear signals for trending markets.

  • Combines MACD and Stochastic into a single oscillator
  • Oscillates between 0 and 100
  • More reactive than MACD and better suited for trending markets
  • Generates clear entry/exit signals under trend conditions

VWAP (Volume Weighted Average Price)

VWAP intraday on XAU/USD M5 — institutional reference

Volume Weighted Average Price — the average price weighted by volume, essential for institutional traders. According to the Quantum Trading documentation for the VWAP Pro Indicator MT4: "according to reports from the leading market makers, almost 40% of orders are now executed on this basis as they attempt to obtain a buy or sell price close to or better than the VWAP during the time it takes to complete the buy or sell order". Available for free on MT4/MT5 (simple versions) or in paid Pro versions (Quantum Trading, ClusterDelta, PipTick).

  • Calculates the volume-weighted average price for the current session
  • Essential for institutional traders — a reference for "fair" price
  • Almost 40% of large market-maker orders are executed at or around VWAP
  • Available for free in simple versions on MT4/MT5; Pro versions with standard deviation bands available from Quantum Trading, ClusterDelta, PipTick

Volume Profile / Market Profile

Volume Profile on US30 H1 — POC + Value Area

Volume distribution across price levels — shows where the most trading occurred. Useful on indices and XAU/USD CFD where the broker has real volume data.

  • Displays volume distribution across price levels (not over time)
  • Point of Control (POC) — the level with the highest traded volume
  • Value Area High / Value Area Low — the zone where 70% of the day's volume was concentrated
  • Useful on indices and XAU/USD CFD where the broker provides real volume

Cumulative Delta

Cumulative Delta on DAX H1 — buyer/seller imbalance

The difference between buyer and seller volume on each bar. Available on CFDs with real volume, not on spot forex.

  • Calculates the cumulative difference between buy-side and sell-side volume
  • Available on CFDs with real volume, not on spot forex
  • Footprint charts (granular order-flow visualization) are available mainly on NinjaTrader/ATAS, less so on standard MT4/MT5
  • Shows the imbalance between buyers and sellers — useful for confirming or diverging from price movement

Harmonic Pattern Indicators

Harmonic Pattern Gartley on EUR/USD H4

Gartley, Butterfly, Bat, Crab, Cypher, Shark — automatically identify XABCD patterns based on Fibonacci ratios. According to LiteFinance documentation: "Systematic tests of more than 3,000 patterns showed that Gartley, Bat, and Crab harmonic patterns work correctly in more than 85% of cases, both for bull and bear variants, except Bull Crab where accuracy drops to 82-83%."

  • Automatically identifies XABCD patterns: Gartley, Butterfly, Bat, Crab, Cypher, Shark
  • Based on precisely defined Fibonacci ratios between the pattern legs
  • Popular versions: Monster Harmonics Indicator (MQL5 Market, paid), Harmonic Pattern Plus (Algotrading Investment), LuxAlgo Harmonic Pattern Detection (free)
  • Note: most harmonic indicators repaint until the pattern is complete
  • Confirmed accuracy >85% for Gartley, Bat, Crab per LiteFinance tests on 3,000+ patterns

Pivot Points / Camarilla

Camarilla Pivot Points on EUR/USD H1

Daily/weekly mathematical support and resistance levels. Camarilla — developed by Nick Scott in 1989 — uses 8 levels (R1-R4, S1-S4); R3/S3 are reversal zones, R4/S4 confirm breakouts.

  • Classic Pivot Points: S1/S2/S3 and R1/R2/R3 levels calculated from the previous High/Low/Close
  • Camarilla (Nick Scott, 1989) — 8 levels (R1-R4, S1-S4) based on a proprietary formula
  • R3/S3 Camarilla — high-probability reversal zones
  • R4/S4 Camarilla — confirms breakouts; if price exceeds R4/S4 → explosive move expected
  • Available natively in MT4/MT5 or in advanced versions on MQL5 Market

Murrey Math Lines

Murrey Math Lines (0/8 ... 8/8) on XAU/USD Daily

A system developed by T. Henning Murrey based on the work of W.D. Gann — divides price movement into 9 levels (0/8 through 8/8), where 4/8 is a major support/resistance.

  • Divides price movement into 9 levels from 0/8 to 8/8
  • 4/8 — major support/resistance; the hardest level to break through
  • 8/8 and 0/8 — extreme levels; price tends to reverse strongly from these
  • 3/8 and 5/8 — reversal zones if price cannot escape the range
  • Based on W.D. Gann's work; applicable to any instrument and timeframe
  • Other indicators in the Patterns category: Elliott Wave (auto-detection — discretionary), Chart Pattern Scanner (Head & Shoulders, Triangle, Wedge, Double Top/Bottom)

Currency Strength Meter

Currency Strength Meter — 8 major currencies

Measures the relative strength of the 8 major currencies (USD, EUR, GBP, JPY, CHF, CAD, AUD, NZD) by simultaneously analyzing all 28 crosses. Basic rule: trade the strongest currency against the weakest.

  • Simultaneously analyzes all 28 major currency crosses
  • Calculates relative strength for each of the 8 major currencies: USD, EUR, GBP, JPY, CHF, CAD, AUD, NZD
  • Basic rule: buy the strongest currency against the weakest
  • Popular versions: EarnForex Currency Strength Matrix (free MT4/MT5), Markets Made Clear Currency Strength Matrix

Sessions Indicator with Killzones

Sessions Indicator + ICT Killzones

Overlays the time windows of the major trading sessions (Asian/London/NY) and ICT high-liquidity zones on the chart.

  • Marks the time windows of the major sessions: Asian, London, New York
  • Overlays ICT Killzones — maximum-liquidity windows within each session
  • Essential for SMC/ICT traders who trade at session opens
  • Helps avoid trading outside high-liquidity hours

News on Chart (Forex Factory)

Forex Factory News on Chart — NFP, FOMC, ECB

Forex Factory News on Chart — displays economic events directly on the chart — essential for avoiding NFP, FOMC, and ECB "surprises".

  • Displays economic events from the Forex Factory calendar directly on the chart
  • Marks NFP, FOMC, ECB, CPI, and other high-impact news events
  • Helps avoid open positions during the risk window around major news releases
  • Available for free on MQL5 Codebase in several versions

TDI (Traders Dynamic Index)

TDI (Traders Dynamic Index, Dean Malone)

Traders Dynamic Index — developed by Dean Malone, combines RSI, moving averages, and Bollinger Bands into a single sub-chart with 5 lines (red RSI line, green signal line, yellow market base line, two blue volatility bands). Useful for those who want an all-in-one indicator.

  • Red line — raw RSI (price speed)
  • Green line — signal line (EMA of RSI)
  • Yellow line — market base line (SMA of RSI)
  • Two blue lines — volatility bands (Bollinger of RSI)
  • Combines trend, momentum, and volatility in a single panel

Best for: Traders who prefer an "all-in-one" indicator without loading the chart with multiple panels.

FX Boom

FX Boom — momentum indicator

An impulse indicator (less documented in mainstream sources — look for updated versions on MQL5 forums and forex-station; check for repaint).

  • An impulse indicator for detecting sudden price movements
  • Less documented in mainstream sources — look for updated versions on MQL5 forums and forex-station
  • Always check for repaint before using with real money
  • Other complementary indicators in the Tools category: Trading Session High/Low markers, Multi-timeframe RSI/MACD dashboards

How to install a custom indicator in MetaTrader

  1. 1

    1. Download the file

    Download the .ex4 file (compiled, ready to use) or .mq4 (source, compiled automatically).

  2. 2

    2. Open the Data Folder

    Open MT4 → File → Open Data Folder.

  3. 3

    3. Copy to MQL4/Indicators

    Navigate to: MQL4 → Indicators → paste the file here. For EAs: MQL4 → Experts.

  4. 4

    4. Restart or Refresh

    Restart MT4 (or right-click "Indicators" in the Navigator → Refresh).

  5. 5

    5. Drag onto the chart

    The indicator appears under Navigator → Custom Indicators — drag it onto the chart.

  6. 6

    6. Test on demo — check for repaint

    Apply it on a demo account using the Strategy Tester in visual mode; check whether the arrows/zones shift after a candle closes — if they do, the indicator repaints.

For MT5: same process, but use the MQL5 → Indicators folders (files are .ex5 or .mq5).

Trusted sources

  • MQL5 Market
  • MQL5 Codebase
  • LuxAlgo Library
  • EarnForex.com
  • Forex-Station.com
  • Best-MetaTrader-Indicators.com

Warning: Avoid sites that promise a "90% win rate" or a "holy grail indicator for $97". These are repainting scams.

Frequently asked questions about MetaTrader indicators

Which indicator is best for beginners?

For a beginner trader, Moving Average (EMA 50 or EMA 200) combined with RSI 14 is the most accessible starting point. The EMA shows you the dominant trend direction, while RSI helps you identify overbought/oversold conditions. As you gain experience, add MACD for momentum and ATR for stop-loss calculation. Avoid placing more than 3-4 indicators on the chart during the first 6 months.

How do I choose indicators for gold (XAU/USD)?

Gold is a high-volatility instrument with strong moves. The most effective tested combination is: EMA 20 + EMA 50 on H4 (trend), MACD divergence (reversal timing), ATR for stop-loss (risk management proportional to volatility). For scalping on M5, add VWAP for institutional entry. Avoid purely oscillator-based setups (single RSI) — gold can stay overbought for weeks in a strong trend.

Are indicators enough to make consistent profit?

No. Indicators are tools, not systems. A profitable trader combines indicators + price action + risk management (the 1-2% rule per trade) + psychological discipline. Indicators give probabilities, not certainties. A system with a 50% win rate and 1:2 risk/reward is profitable; a system with a 70% win rate and 1:0.5 risk/reward is a loser.

Which indicators work best for scalping?

For scalping M1-M5: EMA 9 and EMA 21 (fast cross-over), VWAP (institutional price reference), Stochastic 5,3,3 (fast momentum), ATR on M5 (stop calculation). The EMA 50/100 crossover strategy on M1 GBP/USD is documented by Admiral Markets as a popular scalping strategy. Avoid slow indicators (standard MACD, ADX) on M1 — they generate signals too late.

How do I install a custom indicator in MetaTrader 4?

Steps: (1) Download the `.ex4` or `.mq4` file. (2) In MT4 → File → Open Data Folder. (3) Go to MQL4 → Indicators → paste the file there. (4) Restart MT4 or right-click "Indicators" in the Navigator → Refresh. (5) The indicator appears under Navigator → Custom Indicators — drag it onto the chart. For MT5, the folder is MQL5 → Indicators and the extensions are `.ex5`/`.mq5`.

What is the difference between MT4 and MT5 in terms of indicators?

MT4 has approximately 30 built-in indicators and uses the MQL4 language. MT5 has more than 38 built-in indicators, supports more non-standard timeframes (M2, M3, M10), and uses MQL5, which allows multi-currency back-testing. Many popular indicators (LuxAlgo SMC, UT Bot) have versions for both platforms. MT5 is better suited for complex indicators and professional back-testing; MT4 remains preferred for legacy EAs and simplicity.

Do indicators repaint? How do I recognize a repainting indicator?

Yes, many custom indicators repaint — they change historical signals when new price data arrives. This makes them unusable for live trading, even if they look perfect on historical charts. How to recognize one: (1) download it, apply it on a demo, observe whether arrows/zones shift after a candle closes; (2) use the Strategy Tester in visual mode; (3) check reviews on MQL5 Market. Standard MT4/MT5 indicators (RSI, MACD, MA) do not repaint. Indicators based on ZigZag, Fractals, or projected pivots repaint by design — they can be used, but with a clear understanding of this.

How many indicators should I use at the same time?

Maximum 3-4. The optimal combination: 1 trend indicator (MA, ADX, Ichimoku) + 1 momentum indicator (RSI, MACD, Stochastic) + 1 volatility indicator (ATR, Bollinger). Adding more indicators that answer the same question ("is the trend bullish?") adds no information — it adds noise and decision paralysis.

Do indicators work on cryptocurrencies?

Yes, but with adjustments. Crypto has much higher volatility than forex — use ATR with a larger multiplier (3-4× instead of 2×) for stop-losses. Bollinger Bands and Ichimoku work excellently on BTC and ETH on the daily. "Extreme" RSI (above 80 or below 20) is normal in crypto, not an automatic reversal zone. Smart Money Concepts works just as well on BTC/ETH as on forex — often more cleanly due to the absence of central bank intervention.

Which indicator is best for oil (WTI and Brent)?

Oil is strongly influenced by fundamentals (OPEC+, DOE inventories, geopolitics). The optimal technical combination: EMA 50 daily (major trend), ADX 14 (trend strength — below 20, avoid directional trades), MACD (timing), ATR (stop is very important — WTI can move $3-5 daily). Add the weekly events filter (EIA Crude Inventories report Wednesday 17:30 EET).

Are Smart Money Concepts (SMC) indicators better than classic indicators?

They are not "better" — they are different. Classic indicators (RSI, MACD) are mathematical formulas applied to price. SMC is a structural interpretation of institutional order flow. The best results come from combining both: SMC for context and zones (Order Blocks, FVG, Killzones) + classic indicators for precise timing (RSI divergence at an Order Block level).

Can I use indicators on a demo account before going live?

Yes, you must do this. A minimum of 2-3 months of demo testing with any new strategy, before risking real money. All MT4/MT5 brokers (XTB, Admiral Markets, IFC Markets, etc.) offer free demo accounts with conditions similar to a live account. Document every trade in a journal — wins, losses, the reason for entry, the reason for exit.

Is there a "holy grail" indicator — one that perfectly predicts the market?

No. Any promise of 90%+ win rate or a "holy grail" is a trap. No indicator can compensate for a lack of strategy, discipline, and risk management. The most profitable traders in the world use simple combinations of standard indicators plus ironclad discipline. Your "edge" comes from execution, not from the indicator.

Are there regulations in Moldova regarding trading with MetaTrader?

Yes. Comisia Națională a Pieței Financiare (CNPF) is the supervisory authority. In July 2025, through the Law amending certain normative acts (LP177/2025, published in the Official Gazette), restrictions were introduced on the aggressive distribution of leveraged derivative instruments to non-professional clients. Binary options are banned. CFDs remain legal, but their marketing is restricted. Always verify that your chosen broker is regulated by a trusted authority (FCA, CySEC, BaFin, ASIC).

Why does my indicator strategy that worked on demo fail on a live account?

The most common causes: (1) slippage — on a live account, the execution price differs from the displayed price, especially around news; (2) spread — on a live account, costs eat into the small profit per trade; (3) emotions — on demo you don't care, on a live account you close trades too early or hold them too long; (4) overfitting — the strategy was over-optimized for demo conditions. Solution: start with a small live account (50-100 EUR), 0.5% risk per trade rule, track 50 trades before scaling.

Ready to apply these indicators?

Start with a regulated MT4/MT5 broker, connect on a stable connection, and apply one or two indicators you have studied in this guide on a demo account. Document every trade in a journal for at least 50 operations before scaling up on a live account.

Free download: MetaTrader Indicators Checklist 2026 (PDF)

A ready-to-tick checklist of the essential MT4/MT5 indicators — recommended settings, scalping/swing combinations and installation steps. No spam.

Choose the channel; enter only the contact for the chosen channel.

Data stored in the EU • Moldova Law 195/2024 • GDPR

Privacy Policy

View Top BrokersView coursesBook a consultation
TRADING.mdTRADING.md

The trading community of Moldova. Solutions for trading and investing on International Financial Exchanges.

Newsletter

  • 078080840
  • [email protected]
  • Pușkin 26, Chișinău

Trading

  • What Is Trading
  • What Is Forex
  • Trading Strategies
  • Trader Discipline
  • Economic Calendar
  • Tools

Investments

  • What Are Investments
  • Start Investing
  • Investment Portfolios
  • Retirement Investing
  • Investment Instruments
  • Investor's Journal

Education

  • Courses
  • Consultations
  • Books
  • Financial Literacy
  • Glossary
  • Blog
  • Evaluation tests

Brokers

  • Trading Brokers
  • Investment Brokers
  • Prop Trading
  • How to Choose a Broker
  • All Brokers

Local Market

  • Financial System
  • Exchange Rates
  • Economic Indicators
  • Invest in Moldova
  • Stock Market Taxation
  • Business Hedging

Company

  • About Us
  • Careers
  • Contact Us
  • Remote Assistance
  • TRADING.md Club

Legal

  • Terms & Conditions
  • Privacy Policy
  • Cookie Policy
  • Disclaimer & Risk Warning
  • Personal Data Request (GDPR)

© 2026 Trading.md. All rights reserved.

Risk warning: Trading on financial markets involves a high degree of risk and may result in loss of capital. Do not invest more than you can afford to lose.