Summary: Learn MT4 from scratch with this comprehensive 2026 tutorial. Covering platform setup, chart analysis, indicator application, EA installation, and mobile trading operations.




MT4 (MetaTrader 4) remains the world's most popular trading platform in 2026. This tutorial covers the most frequently searched operations and features to help you master the platform step by step.

Step 1: Download and Install MT4

Visit your chosen broker’s official website (ensure it is regulated by authorities like ASIC or FCA). Download the MT4 installer for Windows or Mac. Run the installer and follow the on-screen instructions. Launch MT4 after installation completes.

To open a demo account for risk-free practice: After launching MT4, click “File” > “Open an Account.” Select your broker’s server (e.g., “BrokerName-Demo”), click “Next,” fill in your details, and choose a deposit amount. Your demo account credentials will be generated automatically.

*Reference: MetaQuotes official documentation *

Step 2: Navigate the Core Interface

The MT4 interface consists of four main panels:

  • Market Watch (Left): Displays real-time bid/ask prices for all tradable instruments. Right-click and select “Show All” to view all symbols.


  • Navigator (Below Market Watch): Contains your Expert Advisors (EAs), custom indicators, and scripts. Drag and drop any item directly onto a chart.


  • Chart Window (Center): Where price movements are displayed. You can open multiple charts and arrange them in tiles.


  • Terminal (Bottom): Shows open positions, account balance, margin levels, trade history, and system alerts. Press Ctrl+T if it disappears.


  • To customize the language to Simplified Chinese: Click “View” > “Languages” > “Simplified Chinese.”

    *Reference: TIOmarkets MetaTrader User Guide *

    Step 3: Open and Customize a Chart

    From Market Watch, right-click any trading instrument (e.g., EURUSD) and select “Chart Window.” The chart will appear in the main workspace.

    Common customization operations:

  • Change Timeframe: Click M1, M5, H1, D1 on the toolbar, or right-click the chart and select “Period.”


  • Change Chart Type: Toggle between candlestick (most common), bar, and line charts using the toolbar icons.


  • Add Grid or Zoom: Right-click the chart > “Properties” (F8) to adjust colors and grid settings. Use mouse scroll wheel or the zoom buttons to zoom in/out.


  • Save as Template: After setting up your preferred indicators and colors, right-click the chart > “Template” > “Save Template.” Apply it to any chart with “Load Template.”


  • *Reference: FX168 MT4 Complete Tutorial *

    Step 4: Add Technical Indicators

    MT4 comes with 30 built-in indicators. Two methods to add them:

    Method 1 – Via Menu: Click “Insert” > “Indicators” > choose a category (Trend, Oscillator, Volumes, etc.) > select an indicator (e.g., Moving Average).

    Method 2 – Drag and Drop: In the Navigator window, expand “Indicators” folder. Drag any indicator onto your chart. A settings window will pop up where you can adjust parameters (period, style, colors).

    To add custom indicators downloaded from the MQL5 community: Place the `.ex4` file in `MQL4/Indicators` folder inside your MT4 Data Directory (File > Open Data Folder). Restart MT4, and the custom indicator will appear in Navigator under “Indicators.”

    *Reference: Community MQL4 tutorial resources *

    Step 5: Place Your First Trade

    Press F9 on your keyboard or click “New Order” on the toolbar. The order window contains these settings:

  • Symbol: Select the instrument you want to trade (defaults to the active chart’s symbol).


  • Volume: Set lot size. 1.00 = 100,000 units, 0.10 = 10,000 units (mini lot), 0.01 = 1,000 units (micro lot). Beginners should start with 0.01.


  • Stop Loss: The price where your trade automatically closes if the market moves against you. Calculated based on your risk tolerance.


  • Take Profit: The price where your trade automatically closes at a profit.


  • Buy/Sell: Click “Buy” if you expect prices to rise, “Sell” if you expect prices to fall.


  • After confirming, the trade appears in the Terminal window under the “Trade” tab. To modify an open trade, right-click the position in Terminal and select “Modify or Delete Order.”

    *Reference: TIOmarkets trading guide *

    Step 6: Set Stop Loss and Take Profit Correctly

    Stop-loss and take-profit orders are essential risk management tools. Without them, a single trade could wipe out significant capital.

    Calculating Stop Loss: Before entering a trade, decide the maximum loss you are willing to accept (e.g., 1-2% of account balance). Convert that into pips based on your lot size.

    Entry Methods:

  • During order placement: Enter the Stop Loss and Take Profit levels in the F9 order window.


  • After trade opened: In Terminal > Trade tab, right-click the position > “Modify or Delete Order” > adjust levels > click “Modify.”


  • On-chart modification: Click and drag the horizontal SL/TP lines displayed directly on the chart.


  • Important: Never move your stop loss further away when a trade is losing. This behavior leads to larger losses than originally planned.

    *Reference: Risk management principles from industry guides *

    Step 7: Install and Run an Expert Advisor (EA)

    EAs allow automated trading 24/7. Follow this process:

    Install the EA: Locate your EA files (.ex4 or .mq4). Copy them into the `MQL4/Experts` folder. To find this folder: In MT4, click “File” > “Open Data Folder” > navigate to `MQL4/Experts`. Paste the files here.

    Refresh MT4: Restart MT4 or right-click “Expert Advisors” in Navigator and select “Refresh.”

    Attach EA to Chart: From Navigator, drag the EA onto any chart. A settings window will appear.

    Enable Auto-Trading: Click the “Auto-Trading” button on the toolbar (or press Ctrl+E). The button should turn green.

    Configure EA Settings: In the EA’s properties window, go to “Common” tab. Check “Allow live trading” and (if needed) “Allow DLL imports.” DLL imports should only be enabled for trusted EAs due to security risks.

    Verify EA is Running: Look for a smiley face icon on the chart’s top-right corner. If you see a frowning face or a stop icon, the EA is not active.

    *Reference: MT4 common issues guide *

    Step 8: Use MT4 Mobile App

    MT4 offers full-featured mobile apps for iOS and Android, completely synchronized with your desktop.

    Download: Search “MetaTrader 4” in App Store (iOS) or Google Play Store (Android). The developer is MetaQuotes Software Corp.

    Log In: Tap “Settings” > “New Account” > “Login to an Existing Account.” Enter your broker’s server name, account number, and password. Search for the server if it doesn’t appear automatically.

    Mobile Features Supported:

  • Real-time quotes and interactive charts with zoom and scroll


  • All 30 technical indicators and 9 timeframes


  • One-click trading, modification, and closing of positions


  • Push notifications for price alerts (set in desktop version under Tools > Options > Notifications)


  • View account history and equity curve


  • *Reference: MT5 mobile tutorial (applicable to MT4) *

    Step 9: View Account History and Export Data

    To analyze your trading performance and generate an equity curve:

    Open Account History: Press Ctrl+T to open Terminal, then click the “Account History” tab.

    Select Time Period: Right-click inside the Account History area > select “Last 3 Months,” “Last Month,” or “Custom Period.”

    Export Report: Right-click > “Save as Detailed Statement.” This generates an HTML file containing:

  • Complete list of all closed trades with timestamps, prices, and profits


  • An equity curve chart (balance vs. time)


  • Statistical summary (profit factor, maximum drawdown, win rate)


  • Alternative Format: Right-click > “Save as Report” for a different file format suitable for spreadsheet import.

    *Reference: MetaQuotes platform documentation *

    Step 10: Troubleshoot Common Login and Connection Errors

    Problem 1: “No connection” or server list empty

  • Check internet connection and disable VPN/proxy temporarily.


  • Add MT4 (terminal.exe) to firewall and antivirus whitelists.


  • Update MT4 to the latest version (currently build 1470).


  • For Chinese users: The server list may be periodically restricted. Use a stable network during first connection to cache server addresses, or manually enter the broker’s server IP.


  • Problem 2: “Invalid account”

  • Ensure you are using the trading password, not the investor (read-only) password.


  • Verify the correct server is selected (Real for live accounts, Demo for demo accounts).


  • Check if your broker issued an MT4 account (some now default to MT5 only).


  • Problem 3: Charts not updating

  • Right-click the chart > “Refresh” or “Reload.”


  • Go to “Tools” > “History Center” > select symbol and timeframe > click “Download” to re-download data.


  • *Reference: Industry reports on MT4 accessibility *

    Reference Sources: MetaQuotes Help Desk (2025-2026), TIOmarkets User Guide, FX168 MT4 Complete Tutorial, Industry troubleshooting documentation.