Forex Indices Commodities MetaTrader 4 MetaTrader 5 GBH WebTrader Accounts Contact
Log In Open Account
Home Platforms MetaTrader 4
MetaTrader 4 · Build 1380+

The World's Most
Popular Trading
Platform

MetaTrader 4 is used by over 10 million traders worldwide. Download GBH Markets' MT4 for Windows, Mac, iOS or Android — free, in under 2 minutes, with full Arabic language support.

10M+
Global traders
10k+
Free indicators
Free
To download
Full
Arabic interface
GBH Markets — MetaTrader 4 · EURUSD,H1
FileViewInsertChartsToolsWindowHelp
1.0860
1.0840
1.0820
Market Watch
EURUSD1.08415+0.18%
XAUUSD2318.40+0.41%
USOIL82.340+0.63%
GBPUSD1.26540+0.09%
USDJPY149.820−0.22%
● Connected GBH Markets Server Spread: 0.3 Balance: $10,000
What is MetaTrader 4?

The Industry Standard
Trading Platform

MetaTrader 4, developed by MetaQuotes Software and launched in 2005, is the world's most widely used retail trading platform. With over 10 million active users across more than 1,000 brokers globally, MT4 has become the undisputed industry standard for Forex and CFD trading.

MT4's enduring popularity comes from its combination of a professional charting environment, robust order management, built-in technical analysis tools, and — critically — the MQL4 programming language that allows traders to build, test, and run automated trading strategies called Expert Advisors (EAs).

GBH Markets provides MT4 pre-configured to connect directly to our trading servers, with access to all 200+ instruments across Forex, commodities, indices, stocks, and crypto CFDs. The platform is available completely free with any GBH Markets live or demo account.

Key MT4 Capabilities

Built for Serious
Traders

Advanced Charting Engine
9 chart timeframes (M1 to MN), multiple chart types including candlestick, bar, and line. Overlay multiple indicators, draw trendlines, and annotate charts with text and arrows.
Expert Advisors (EAs)
Build, import, and run automated trading strategies. EAs execute trades based on pre-defined rules with zero emotion — 24/5 while connected to our servers or via free VPS hosting.
30 Built-In Technical Indicators
Including MACD, RSI, Bollinger Bands, Moving Averages, Stochastic, and more. Plus access to 10,000+ free custom indicators via the MetaQuotes market.
All Order Types Supported
Market orders, limit orders, stop orders, stop-limit orders, and trailing stops. One-click trading mode available for rapid execution. Full order history and account statements.
Download MT4

Available on Every
Device & Platform

GBH Markets MT4 is available free of charge across all major operating systems and devices. Download, install, and connect to your GBH Markets account in under 5 minutes.

🪟
Windows Desktop
Full-featured MT4 for Windows 7, 8, 10, and 11. Supports EAs, custom indicators, and all charting tools.
Free
🍎
macOS
MetaTrader 4 for Mac via MetaQuotes wrapper. macOS 10.14 Mojave and above. Full platform functionality.
📱
iPhone & iPad
MT4 for iOS from the Apple App Store. Trade on the go, monitor positions, receive price alerts. iOS 12.0+.
Free
🤖
Android
MT4 for Android from Google Play. Works on smartphones and tablets. Android 4.4 and above. Arabic UI.

How to connect to GBH Markets: After installing MT4, open it → click "File" → "Open an Account" → search for "GBH Markets" or enter our server address manually. Your server credentials will be emailed to you after account approval. Need help? Contact support@gbhfx.com

Platform Features

Everything You Need
to Trade Professionally

MT4 with GBH Markets gives you the complete professional trading toolkit — from institutional charting to automated strategies to mobile trading.

9 Chart Timeframes
From M1 (1-minute) to MN (monthly). Analyse markets on any timeframe, switch instantly, and run multiple charts simultaneously in any layout.
30+ Technical Indicators
Built-in indicators including MACD, RSI, Bollinger Bands, Ichimoku, ATR, Fibonacci, Parabolic SAR, and many more. Add unlimited custom indicators via MQL4.
Expert Advisors (EAs)
The world's largest ecosystem of automated trading strategies. Import any MQL4 EA, run backtests, and execute algorithmic strategies automatically 24/5.
Strategy Backtesting
Test any trading strategy against years of historical price data before risking real money. Optimise EA parameters using the built-in Strategy Tester tool.
All Order Types
Market, Limit, Stop, Stop-Limit, and Trailing Stop orders. Set Stop Loss and Take Profit on every order. One-click trading mode for instant execution.
Push Notifications
Receive price alerts, margin warnings, and news notifications directly to your mobile device. Set custom alerts on any instrument, price level, or condition.
Built-In News Feed
Access real-time financial news directly inside MT4. Stay informed about economic data releases, central bank decisions, and market-moving events without leaving the platform.
200+ Instruments
All GBH Markets instruments are available on MT4 — including 70+ Forex pairs, gold, silver, oil, indices, stocks, and crypto CFDs. All in one platform, one login.
Full Arabic Interface
GBH Markets MT4 supports complete Arabic (RTL) language display across all menus, charts, and platform panels — making it the preferred choice for Gulf and MENA traders.
Automated Trading

Trade Automatically
with Expert Advisors

MT4's Expert Advisor (EA) ecosystem is the world's largest automated trading library. Run any pre-built strategy or develop your own using MQL4 programming.

Zero-emotion trading — EAs execute based on rules, not feelings
24/5 automated execution — trades even while you sleep
Free VPS hosting available on GBH Pro & Prime accounts
Strategy backtesting against years of historical data
10,000+ free EAs available via MetaQuotes Marketplace
MQL4 language — easy to learn, vast community support
Download MT4 + EA Get Free VPS
Sample MQL4 Expert Advisor — Simple MA Crossover
// GBH Markets — Moving Average Crossover EA input int FastMA = 10; input int SlowMA = 50; input double LotSize = 0.1; input int StopLoss = 50; input int TakeProfit = 100; int OnInit() { // Initialise EA on chart return(INIT_SUCCEEDED); } void OnTick() { double fast = iMA(NULL,0,FastMA,0,MODE_EMA,PRICE_CLOSE,1); double slow = iMA(NULL,0,SlowMA,0,MODE_EMA,PRICE_CLOSE,1); double prev_fast = iMA(NULL,0,FastMA,0,MODE_EMA,PRICE_CLOSE,2); double prev_slow = iMA(NULL,0,SlowMA,0,MODE_EMA,PRICE_CLOSE,2); // Bullish crossover — BUY signal if(fast > slow && prev_fast <= prev_slow) { OrderSend(Symbol(),OP_BUY,LotSize,Ask,3, Ask-StopLoss*Point,Ask+TakeProfit*Point, "GBH MA Cross",0,0,clrGreen); } // Bearish crossover — SELL signal if(fast < slow && prev_fast >= prev_slow) { OrderSend(Symbol(),OP_SELL,LotSize,Bid,3, Bid+StopLoss*Point,Bid-TakeProfit*Point, "GBH MA Cross",0,0,clrRed); } }
Getting Started

Up & Trading in
5 Simple Steps

From zero to live trading on MT4 with GBH Markets in under 24 hours.

Open Account
Register at gbhfx.com and complete KYC verification in under 5 minutes.
Download MT4
Download the GBH Markets MT4 installer for your device — Windows, Mac, iOS or Android.
Connect to Server
Enter your GBH Markets server credentials (emailed after account approval) to connect MT4.
Deposit Funds
Fund your account via card, crypto, bank wire, Skrill, or UAE exchange — from $100.
Start Trading
Open MT4, select your instrument, set your order parameters and place your first trade.
Open Account & Download MT4 Try Demo First (Free)
Platform Comparison

MT4 vs MT5 —
Which Should You Choose?

Both platforms are available free on GBH Markets. Here's a direct comparison to help you decide which suits your trading style.

Feature MetaTrader 4 MetaTrader 5
Trading & Instruments
Forex Trading Full support Full support
CFD Trading (Indices, Commodities)
Stocks & Equities (exchange orders) Supported
Crypto CFDs
Hedging (same symbol, opposite positions)~ Netting only
Charting & Analysis
Chart Timeframes9 timeframes21 timeframes
Built-in Technical Indicators30 indicators38 indicators
Depth of Market (DOM)
Economic Calendar Built-in
Automated Trading
Expert Advisors (EAs) MQL4 MQL5
Strategy BacktestingSingle-threadedMulti-threaded (faster)
EA Ecosystem / CommunityLargest globallyGrowing rapidly
Copy Trading / Signals
Best For
Recommended forForex & EA tradersMulti-asset traders
Learning curveLow — very intuitiveModerate
Industry familiarityUniversal standardGrowing fast

Can't decide? GBH Markets lets you run both MT4 and MT5 simultaneously on the same account.

View MT5 Platform
FAQ

MT4 Questions

Is MetaTrader 4 free to download?
Yes, MT4 is completely free to download and use. There is no charge for the platform itself. You will need a GBH Markets live or demo account to connect to our trading servers. Both live and demo accounts are free to open — a demo account requires no deposit and gives you $10,000 in virtual funds to practise with.
How do I connect MT4 to my GBH Markets account?
After your account is approved, you will receive a welcome email containing: (1) your MT4 login number, (2) your MT4 password, and (3) the GBH Markets server address. Open MT4 → File → Login to Trade Account → enter these credentials. If you cannot find the GBH Markets server, contact support@gbhfx.com and we will provide the server address manually.
Can I use Expert Advisors on my GBH Markets MT4 account?
Yes, Expert Advisors are fully supported on all GBH Markets MT4 accounts. There is no restriction on EA types (scalping EAs, grid EAs, hedging EAs are all permitted). To ensure EAs run 24/5 without requiring your computer to be on, GBH Markets Pro and Prime account holders receive free VPS hosting. Contact support for VPS setup assistance.
Is MT4 available in Arabic?
Yes. MetaTrader 4 supports full Arabic language display with right-to-left (RTL) text layout. To switch to Arabic: open MT4 → Tools → Options → General → Language → Arabic. The change will take effect after restarting the platform. All menus, labels, and the terminal panels will display in Arabic. Our support team can assist with Arabic MT4 setup via WhatsApp or live chat.
What is the difference between MT4 and MT5?
MT4 is the Forex trading standard — simpler, with the largest EA ecosystem and deepest community support. It is the best choice for Forex traders and EA developers. MT5 is the newer platform with more timeframes (21 vs 9), more indicators, a built-in economic calendar, faster backtesting, and depth of market. MT5 is better for multi-asset trading including stocks. Both are available free on GBH Markets.
Can I run MT4 on an iPhone or Android?
Yes. MT4 is available for both iOS (iPhone and iPad) and Android smartphones and tablets. Search for "MetaTrader 4" in the Apple App Store or Google Play Store, download the free app, then log in with your GBH Markets credentials. The mobile version includes charting, order placement, position management, and price alerts — though Expert Advisors can only run on the desktop version.
Does GBH Markets offer free VPS hosting for MT4?
Yes. GBH Markets Pro and Prime account holders receive free VPS (Virtual Private Server) hosting. VPS keeps your MT4 running 24/5 on a remote server so your EAs and strategies continue executing even when your computer is off or your internet connection drops. To apply for free VPS: log in to your client portal → contact your account manager, or email support@gbhfx.com with your account number and "VPS Request" in the subject line.
I forgot my MT4 password — how do I reset it?
MT4 passwords can be reset from within your GBH Markets client portal: log in at gbhfx.com/login.html → navigate to "Platform Credentials" → click "Reset MT4 Password". A new password will be generated instantly. Alternatively, email support@gbhfx.com with your account number and a verified request, and our team will reset it within 4 business hours. Note: MT4 login numbers cannot be changed.
Download MT4 Free Today

Open a GBH Markets account, download MT4 for your device, and start trading 200+ instruments. Free demo with $10,000 virtual funds — no deposit required.