(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

Cuenta de Trading: Estándar

Una cuenta de trading sin comisiones que es adecuada para la mayoría de los traders. Regístrate hoy y disfruta de todas las ventajas de la cuenta más popular en Rock-West.

Account Type
Standard
RAW
Depósito Mínimo
$50
$250
Spreads Desde
1.4 pips
0.0 pips
Comisiones de Trading
$0 de comisión
$8 por lote
Apalancamiento Forex
2000
1000
Apalancamiento Metales
800
400
Apalancamiento Índices
100
100
Apalancamiento Materias Primas
100
100
Apalancamiento Cripto
10
10
Moneda de la Cuenta
USD
USD
Bono
100%
n/a
Bono Máximo
$10,000
n/a
Bono Retirable
$2 por lote al alcanzar el objetivo
n/a
Copy trading
No
Swap Free
Bajo solicitud
n/a
Lotes Mínimos
0.01
0.01
Nivel de Stop Out
30%
30%
Moneda Base
USD
USD
Plataformas
App Móvil RW, MetaTrader 5
App Móvil RW, MetaTrader 5
Trading con Un Solo Clic
Estrategias Permitidas
Todas
Todas
Adecuada Para
Traders de todos los niveles de experiencia
Traders de alta frecuencia y scalpers
bottom of page