(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

Rock-West App

Trade global markets anytime, anywhere with institutional-grade execution at your fingertips.

Google Play (1).avif
Apple Store.avif
RWApp.webp

Seamless Mobile Trading,

Optimized for Performance

The Rock-West Trade App delivers a powerful yet intuitive platform, combining competitive pricing, advanced tools, and robust security to empower your trading journey.

Key Features

Full Account Management

Open, verify, and manage accounts seamlessly.

Instant Deposits & Withdrawals

Support for multiple payment methods with automated processing.

Multilingual Support

Real-time assistance via in-app live chat.

Zero-Commission Trading

Ultra-low spreads on forex, crypto, commodities, and more.

Available on

Android and App Store

Google Play (1).avif
Apple Store.avif

Advanced Analytical Tools

Enhance your strategy with integrated professional resources

  • Track high-impact news and macroeconomic events to anticipate market movements.

  • Curated updates from global financial hubs to inform your decisions.

  • Built-in indicators, charting tools, and customizable alerts.

RWApp.webp

Why Traders Choose Rock-West App?

1. Unmatched Execution Speed

  • Orders executed in <100 milliseconds with no requotes.

  • Liquidity from top-tier banks and institutional providers.

2. Stop-Out Protection

  • Unique algorithm to delay or prevent forced liquidations during volatility.

3. Withdrawal Efficiency

  • Instant approval for most payment methods.

  • Zero fees on withdrawals (third-party charges covered by Rock-West).

4. Security First

  • Instant approval for most payment methods.

  • Zero fees on withdrawals (third-party charges covered by Rock-West).

Trade Smarter, Wherever You Are

Financial markets in your pocket

Google Play (1).avif
Apple Store.avif
bottom of page