(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 最受欢迎账户的所有优势。

Account Type
Standard
RAW
最低存款额
$50
$250
传播开始于
1.4 点
0.0 点
交易佣金
$0 委员会
$8 每手
杠杆外汇
2000
1000
杠杆金属
800
400
杠杆指数
100
100
杠杆商品
100
100
利用加密货币
10
10
账户币种
USD
USD
奖金
100%
不适用
最高奖金
$10,000
不适用
可提取奖金
达到目标后每手 2 美元
不适用
复制交易
是的
免掉期
根据要求
不适用
最小手数
0.01
0.01
止损水平
30%
30%
基础货币
USD
USD
平台
RW 移动应用程序,MetaTrader 5
RW 移动应用程序,MetaTrader 5
一键交易
是的
是的
允许的策略
全部
全部
适合于
各个经验水平的交易者
高频交易者和剥头皮者。
bottom of page