(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

Administrador de Cuentas Múltiples (MAM)

El sistema MAM ofrece a los traders experimentados la posibilidad de gestionar múltiples cuentas de trading desde una sola interfaz.

Accede a un trading de alto nivel con MAM
 

El sistema MAM de Rock-West está disponible en la plataforma MT5 y cuenta con todas las herramientas necesarias para optimizar tu estrategia de trading.

MAM para Gestores

GESTIONA FÁCILMENTE LOS INFORMES DE CLIENTES

Supervisa las comisiones y el rendimiento en tiempo real.

GESTIÓN DE RIESGOS

Establece niveles de riesgo diferentes para cada cuenta, ajusta el tamaño de las operaciones y configura órdenes de stop-loss.

PERSONALIZACIÓN

Elige tu nivel de comisiones y disfruta de tus recompensas.

MAM.webp
MAM para Inversores

EFICIENCIA

Sigue a gestores experimentados y deja que ellos manejen las complejidades del mundo del trading.

POTENCIAL DE GANANCIAS

Combina tus recursos con otros inversores y accede a mayores oportunidades de ganancias, aprovechando las oportunidades del mercado.

ACCESIBILIDAD

Accede a servicios de trading profesionales sin necesidad de conocimiento o experiencia avanzados. Las cuentas MAM hacen que el trading de alto nivel sea accesible para todos.

DIVERSIFICACIÓN

Invierte en múltiples cuentas gestionadas por diferentes administradores y diversifica tu portafolio.

bottom of page