(function() { const utmParams = ['utm_source', 'utm_medium', 'utm_campaign', 'utm_term', 'utm_content']; const urlParams = new URLSearchParams(window.location.search); let hasParams = false; utmParams.forEach(param => { const value = urlParams.get(param); if (value) { localStorage.setItem(param, value); hasParams = true; } }); if (hasParams) { console.log('%c✅ UTM-метки сохранены в localStorage.', 'color: green; font-weight: bold;'); if (typeof gtag === 'function') { const eventParams = {}; utmParams.forEach(param => { eventParams[param] = localStorage.getItem(param); }); gtag('event', 'utm_parameters_captured', eventParams); console.log('%c📊 UTM-метки отправлены в GA4 как event utm_parameters_captured', 'color: blue; font-weight: bold;'); } } console.log('%c📦 UTM в localStorage:', 'color: orange; font-weight: bold;'); utmParams.forEach(param => { console.log(`${param}: ${localStorage.getItem(param)}`); }); // Навешиваем обработчик на кнопку регистрации const registerButton = document.querySelector('.StylableButton2545352419__container'); if (registerButton) { registerButton.addEventListener('click', function(e) { e.preventDefault(); let link = registerButton.querySelector('a') ? registerButton.querySelector('a').href : null; if (!link) { console.warn('⚠️ Кнопка не содержит ссылку'); return; } const url = new URL(link); utmParams.forEach(param => { const value = localStorage.getItem(param); if (value) { url.searchParams.set(param, value); } }); console.log('%c➡️ Переход на URL с UTM:', 'color: purple; font-weight: bold;', url.toString()); window.location.href = url.toString(); }); } else { console.warn('⚠️ Кнопка регистрации не найдена'); } })();
top of page
Untitled design-9.gif

MetaTrader 5 App

Trade global markets anytime, anywhere—

with institutional-grade tools in your pocket.

mt5 app.webp

Why Choose the MT5 Mobile App?

The MetaTrader 5 app combines advanced functionality with intuitive design, offering:

 

  • Real-time execution for 160+ instruments (forex, metals, crypto, and more).

  • Full account management—deposit, withdraw, and monitor trades on the go.

  • Seamless sync with desktop and web platforms.

Key Features

    • 30+ technical indicators & 24 analytical objects for precision analysis.

    • 3 chart types (Candlesticks, Bars, Line) across 9 timeframes (M1 to MN).

    • Economic calendar and real-time news alerts integrated into charts.

    • One-tap trading with instant order placement.

    • Full order suite: Market, Limit, Stop Loss, Trailing Stop, and more.

    • Sync watchlists and strategies between mobile, desktop, and web.

    • Customizable alerts for price movements and economic events.

Trade All Markets on
MT5 Mobile

Asset Type
Example
Benefit
Forex
EUR/USD, GBP/JPY, Exotics
All major pairs, tight spreads from 0 pips
Metals
XAU/USD, XAG/EUR, XPT, XPD
Hedge against volatility with spot metals
Energies
Brent Crude (UKOIL), Natural Gas (XNG)
Trade oil & gas with leverage up to 1:200
Indices
US30, NAS100, GER40, JP225
Leverage up to 1:200
Cryptocurrencies
BTC/USD, ETH/EUR, LTC/USD
100+ pairs, spreads from 0.1 pips
Stocks
AAPL, TSLA
Zero-commission CFDs on global equities

Maximize your potential with MT5 

Powered by Rock-West’s institutional infrastructure.

bottom of page