(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

Fees & Contract specifications

Rock-West Trading Fees

At Rock-West, we prioritize transparency and cost-efficiency, allowing you to focus on trading without unnecessary expenses. Our competitive fee structure is designed to maximize your profitability across all asset classes.

Zero Withdrawal Fees

We cover all third-party transaction fees, ensuring you retain more of your profits.

Tailored Account Options

Select an account type that aligns with your trading strategy, offering optimal cost structures for your preferred instruments.

Swap-Free Trading Available

At Rock-West, we prioritize transparency and cost-efficiency, allowing you to focus on trading without unnecessary expenses. Our competitive fee structure is designed to maximize your profitability across all asset classes.

Competitive Commissions & Spreads

Our pricing is structured to provide institutional-grade execution with minimal costs. Explore the details below:

Forex

Trade the world’s most liquid market with spreads starting from 0 pips on major currency pairs.

Commodities

Diversify your portfolio with oil, natural gas, and precious metals, all featuring tight spreads and deep liquidity.

Cryptocurrencies

Enjoy 24/7 swap-free trading on leading cryptocurrencies, including Bitcoin and Ethereum, with transparent pricing.

Fees.webp

Indices

Access global indices like US Tech 100 and EURO STOXX 50 with low-cost exposure to top-performing sectors.

Stocks

Trade shares of leading global companies with minimal transaction costs and rapid execution.

bottom of page