(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

MetaTrader 5 

Advanced multi-asset trading platform for forex, stocks, commodities, and cryptocurrencies — with institutional-grade execution.

Rock-West MetaTrader 5
Rock-West MetaTrader 5

Why Choose MetaTrader 5?

The fifth-generation MT5 platform builds on its predecessor’s legacy, offering enhanced tools for technical analysis, algorithmic trading, and market execution. Trusted by traders worldwide.

Trusted by traders worldwide, MT5 provides

Multi-Asset Capability

Trade 160+ CFDs across forex, energy, metals, indices, stocks, and cryptocurrencies.

Algorithmic Trading

Develop and deploy Expert Advisors (EAs) using MetaEditor.

Hedging

Support

Open opposing positions on the same instrument for risk management.

Copy

Trading

Automatically replicate strategies of top-performing traders.

Key Features

    • 38 built-in indicators + 22 analytical objects for precision charting.

    • Economic Calendar: Track high-impact events and forecasts directly in-platform.

    • Real-time news feeds: Stay updated with global financial developments.

    • MetaEditor IDE: Code custom indicators, scripts, and EAs with MQL5.

    • Strategy Tester: Backtest algorithms with historical data before live execution.

    • Hedging Mode: Flexible position management for sophisticated strategies.

    • Millisecond Order Execution: Liquidity from bank and institutional providers.

Trade 160+ Instruments on MT5

Asset Type
Example
Benefits
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
Stocks
Apple (AAPL), Tesla (TSLA), Coca-Cola (KO)
Trade zero-commission equity CFDs
Cryptocurrencies
BTC/USD, ETH/EUR, LTC/GBP
RAW spread crypto CFDs with deep liquidity
Indices
US30, NAS100, GER40, JP225
Access global markets 24/5
RWApp.webp

Why Rock-West is for MT5?

Regulated Broker

  • Segregated funds + FSA compliance.

Ultra-Fast Execution

  • Orders filled in <100ms.

Competitive Pricing

  • Raw spreads from 0 pips (Raw Account).

24/7 Support

  • Dedicated assistance via live chat, email, and phone.

Maximize your potential with MT5 

Powered by Rock-West’s institutional infrastructure.

bottom of page