(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

Full Terms & Conditions


Competition Period
 

  • October 6 – October 31, 2025 (first draw)
     

  • November 1 – November 30, 2025 (second draw)
     


Eligibility
 

  • Must hold a real trading account with MAIV Limited (Rock-West)
     

  • First-time deposit (FTD) of ≥ $200 in one transaction within promo period
     

  • Must trade at least 1 lot on real account
     

  • No withdrawals until end of promo period
     

  • New clients only, one entry per person
     


Winner Selection
 

  • Winners chosen randomly via Random.org
     

  • One winner per month (October & November)
     

  • Draw held shortly after competition period ends
     


Prize
 

  • iPhone 17 Pro Max 256GB (Blue)
     

  • Option to receive prize value as account credit instead
     



General Conditions
 

  • Organized by MAIV Limited
     

  • No geographic restrictions (beyond standard eligibility rules)
     

  • MAIV reserves the right to verify eligibility, disqualify non-compliant entries, or amend/cancel promo
     

  • By participating, entrants agree to these Terms & Conditions
     

  • In case of dispute, decision of MAIV Limited is final

Week 3 winners
Realised profit %
MT5 account 75835
120.59%
MT5 account 75841
85.01%
MT5 account 75890
32.56%
Week 1 winners
Realised profit %
MT5 account 75215
211.12%
MT5 account 70693
156.97%
MT5 account 70705
87.21%
Week 2 winners
Realised profit %
MT5 Account 69699
191,98%
MT5 Account 69862
140,55%
MT5 Account 69916
129,39%
Contest Winners
Winner #1
Winner #2
Winner #3
bottom of page