GBPUSD β "Cable" to traders who came up through London β is the highest-volatility major forex pair. 100β150 pip daily ranges are normal; 200+ pip days are routine on BoE announcement weeks. That makes it rewarding for automated strategies that can handle the moves, and punishing for strategies calibrated on tamer pairs like EURUSD or USDCAD.
This guide covers automated GBPUSD trading on MT5 with the specific settings and session timing that make Cable work as an algo target instead of a blow-up risk.
What makes Cable different
1. Wider spreads than EURUSD. Typical GBPUSD spreads are 0.5β2.0 pips on ECN brokers, versus 0.1β1.0 for EURUSD. That's 2β5Γ the transaction cost on an equivalent strategy. A 10-pip mean-reversion signal that pays 9+ pips net on EURUSD might pay only 8 on GBPUSD β strategies with thin margins need to be rechecked.
2. Higher volatility, longer stops needed. A 15-pip stop that works on EURUSD is a guaranteed stop-out on GBPUSD. Cable strategies typically need 25β50 pip stops on intraday timeframes and 80β150 pip stops on swing timeframes.
3. News-sensitive to UK data. BoE rate decisions, UK CPI, and employment releases move GBPUSD harder than USD-specific news in most quarters. Filter these events or design the strategy around them β don't just ignore them.
4. London session dominance. GBPUSD makes most of its daily range in the first three hours of London (07:00β10:00 UTC) and the LondonβNY overlap. Asian session is usually chop.
Setting up a GBPUSD strategy
1. TradingView alert template:
{
"key": "KEY-YOUR-LICENSE-KEY",
"magic": 30001,
"alert_name": "alertX",
"action": "BUY",
"symbol": "GBPUSD",
"price": {{close}},
"sl_pips": 30,
"tp_pips": 60
}
The 30/60 stop/target is a reasonable intraday starting point β roughly 2Γ what you'd use on EURUSD, reflecting Cable's volatility multiplier.
2. EA configuration:
- MagicNumber:
30001 - MaxPositions: 1β2 (Cable's volatility means stacking is riskier than on major pairs)
- DefaultLotSize: calibrate to 0.5% account risk per trade initially (GBPUSD's wider stops mean the same % risk requires smaller position size than EURUSD)
- TrailingStopPips:
40if using trailing β shorter trails get shaken out
3. Symbol name consistency:
Most brokers use GBPUSD cleanly. Some use GBPUSD.m, GBPUSD.ecn, or GBP/USD. iNakaTrader's symbol mapping handles these automatically.
When to trade Cable automatically
GBPUSD's session profile is steeper than EURUSD's:
| Session (UTC) | Behavior | Automation-friendly? |
|---|---|---|
| 00:00β06:00 (Asia) | Tight range, low volume | No β usually not worth trading |
| 07:00β10:00 (London open) | Major directional moves | Yes β highest-conviction window |
| 10:00β12:00 (London mid) | Continuation or consolidation | Yes for trend-following |
| 13:00β17:00 (London+NY) | Peak volatility and range extension | Yes β second-best window |
| 17:00β21:00 (NY late) | Often fades into close | Mixed β depends on strategy |
| 22:00β00:00 | Wide spreads, thin | Skip |
Events to filter: BoE rate announcements (second Thursday of most months, 12:00 UTC), UK CPI releases (~06:00 UTC third Wednesday), UK employment (~06:00 UTC second Tuesday), and any FOMC day that spills into Cable. iNakaTrader supports EXCLUSION_PERIODS in its config for news-window filtering.
Risk sizing for GBPUSD
Because stops are wider than EURUSD, position size at equivalent dollar risk is smaller:
On a $10,000 account risking 1%: - $100 risk budget per trade - 30-pip stop at $10/pip per standard lot = $300 risk per lot - Position size: $100 Γ· $300 = ~0.33 standard lots, or 3.3 mini lots
Compared to EURUSD with a 15-pip stop, you're taking roughly half the position size for the same dollar risk. That's expected β it's the cost of Cable's volatility.
Common pitfalls specific to GBPUSD
- Spread widening on UK data. Spreads can jump from 1 pip to 10+ pips in the seconds before a BoE release. Pending orders can fill at terrible prices. Pause strategies during announcement windows.
- Late-London reversal trap. Cable often makes a strong directional move 07:00β11:00 UTC and then reverses in the afternoon. Trend-following strategies that don't close positions before the reversal window often give back gains.
- Weekend gap risk. GBPUSD gaps more than EURUSD on Sunday open, especially during UK political volatility (elections, BoE speeches, referendum weekends). Either close positions Friday or widen stops to absorb typical 20β40 pip gaps.
- FX-related UK political risk. GBPUSD is more sensitive to UK-specific political news than most pairs. Strategy parameters that were tuned on stable political periods may need recalibration during election or referendum windows.
How iNakaTrader handles GBPUSD
GBPUSD is covered on all tiers β it's a major pair in the Basic symbol set. Cable's volatility makes Pro tier features particularly useful: trailing stops to ride the London momentum moves, 4-level partial TP to scale out as volatility peaks, and breakeven to lock in gains before the afternoon reversal window.
The EA's EXCLUSION_PERIODS config lets you define UTC time ranges to skip β useful for BoE days and UK CPI mornings without having to pause the entire strategy manually.
Ready to automate your Cable strategy? Start with iNakaTrader β
Related guides: - How TradingView webhook to MT5 works (pillar guide) - TradingView alert to MT5 setup guide - Automated EURUSD trading on MT5 - Automated XAUUSD trading on MT5