(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
Coming Soon

株式CFD

Apple、Tesla、Amazonをはじめ、100種類以上の世界中の株式をCFDとして取引可能。最大1:20のレバレッジ、さらに手数料はゼロ。

株式CFDとは?

株式CFDは、実際の株式を保有せずに、主要企業の株価変動を予測して取引できる商品です。テック大手や優良企業、新興市場株まで、1つの口座からロングもショートも可能です。

Rock-Westで株式CFDを取引する理由

スタンダード口座では取引手数料が無料。

一部の株式では最大1:20のレバレッジが利用可能。

ロングポジションに対する配当調整あり。

Rock-West Stocks

ディーリングデスク介入なしの即時執行。

1つのプラットフォームで世界中の市場を取引可能。

1つのプラットフォームで世界中の市場を取引可能。

bottom of page