blog · ~6 min read

MetaTrader 4/5: Complete Getting Started Guide

A step-by-step beginner walkthrough to install MetaTrader, connect a broker, place first trades, and run a basic expert advisor from scratch.

T By tradernewbie · Curated for beginners
#platforms#tools
この記事は英語です。あなたの言語で表示しますか? Google Translate →

翻訳ビューではインタラクティブツールが動作しない場合があります。

MetaTrader 4/5: Complete Getting Started Guide

MetaTrader 4 (MT4) and MetaTrader 5 (MT5) remain the most widely used retail trading platforms. The setup is the same once you understand the workflow. This is the path from download to first automated trade.

Step 1: Install and Connect

Download MT4 or MT5 only from your broker's website, not from a search ad. The broker-specific build is preconfigured with its server addresses. During install, choose MT5 if your broker supports it; MT5 is the active development branch, MT4 is legacy FX-only.

After install, launch the platform and go to File, Open an Account. Enter your broker login, or open a demo account directly. Confirm the connection icon in the bottom-right shows bars, not a "no connection" warning.

Step 2: Set Up the Charts

  • Press Ctrl+N to open the Navigator. Drag your first symbol onto a chart.
  • Right-click the chart, Properties, and switch to a dark background with green/red candles for clarity.
  • Add two moving averages: a 20 EMA and a 50 EMA, via Insert, Indicators, Trending, Moving Average.
  • Set the timeframe with the toolbar buttons. Keep one chart per timeframe visible.

Save the layout as a template (right-click, Templates, Save Template) so a crash restores your setup.

Step 3: Place Your First Trade

Press F9 to open the Order window:

  • Symbol: confirm the instrument.
  • Volume: in lots. 0.01 is a micro lot, the minimum safe size for learning.
  • Stop Loss / Take Profit: set these before clicking Buy or Sell. A common starting rule is SL at 1.5x ATR(14) and TP at 2x SL distance.
  • Type: Market Execution for immediate fill, or Pending for limit/stop orders.

Never click Buy/Sell without an SL entered. The platform allows it, but it is the single most expensive beginner mistake.

Step 4: Run a Basic Expert Advisor

MT ships with sample EAs. In the Navigator under Expert Advisors, find "MACD Sample." Drag it onto a chart, allow live trading, and watch the journal tab. It will trade a demo account automatically based on MACD crosses.

To write your own, press F4 to open MetaEditor. The MQL5 wizard scaffolds a new EA. Compile with F7. Errors appear in the bottom panel. Test in the Strategy Tester (Ctrl+R) before any live use.

Step 5: Mobile and Monitoring

Install MetaTrader on iOS or Android, log in with the same credentials, and you can monitor and close positions remotely. Do not place new trades from mobile while learning; the small screen invites sizing errors.

Common Pitfalls

  • Using a non-broker download leaves you unable to log in.
  • Forgetting to check "Allow live trading" disables EAs silently.
  • Trading standard lots (1.00) on a small account triggers margin calls within a few losing trades.

Start with 0.01 lots, always use a stop loss, and graduate to automation only after manual execution is consistent.

Related market data, powered by TradingView.

Educational content · Not financial advice · Trade at your own risk