(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: Demo

 
 

 

La cuenta demo sin riesgo de Rock-West te permite entrenar tus habilidades, probar estrategias de trading y dominar herramientas avanzadas sin ningún riesgo financiero.

Beneficios de usar la Cuenta Demo de Rock-West

Nuestra cuenta demo puede ser tu "arma secreta" para probar estrategias y mejorar tus habilidades sin asumir riesgos. Aquí te mostramos los beneficios:

PRUEBA DE TIPOS DE CUENTA

¿No sabes cuál cuenta te conviene más? Prueba ambas opciones en la demo y elige la mejor, sin necesidad de depósito.

PRÁCTICA SIN RIESGO

Aprende a operar sin riesgo financiero, perfecciona tus estrategias y aprende de tus errores.

DESARROLLO DE HABILIDADES

Mejora tus habilidades de trading, desde el análisis de mercado hasta la toma de decisiones.

Demo account.webp

CONOCIMIENTO DE LA PLATAFORMA

Familiarízate con las herramientas y funciones de la plataforma de trading.

PRUEBA DE ESTRATEGIAS

Experimenta con diferentes estrategias en condiciones reales de mercado.

bottom of page