(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

How to activate the 100% Bonus?

  • Writer: Rock-West Team
    Rock-West Team
  • Oct 29, 2024
  • 2 min read

Updated: Sep 2


ree

Welcome to the Rock-West! Our Rebate Bonus is designed to reward you for trading with us. Follow this step-by-step guide to activate your bonus and start maximizing your trading experience.


Eligibility Criteria


Before you begin the activation process, ensure you meet the following conditions:


  1. Account Activation: Your Rock-West account must be fully activated, including

    completing the account setup and the Know-Your-Client (KYC) process.


  2. Standard Account: The bonus is available only for standard accounts. Make sure you opened a standard account.


Bonus Terms and Conditions


  • Minimum Deposit: To qualify for the Rebate Bonus, you need to make a minimum deposit of 100 USD.


  • Maximum Bonus: You can receive a maximum cumulative bonus of USD 10,000.


  • Bonus Activation: After making your deposit, you have 7 days to activate the bonus. If you do not activate it within this timeframe, the bonus will expire.


  • Bonus Utilization: The bonus will not be withdrawable or losable directly. It will be credited to your account and can only be withdrawn after meeting the trading volume target. Specifically, you must generate a trading volume equal to your deposit amount divided by $2 per lot.


  • Equity Requirement: If your account equity falls below the bonus amount, all positions will be closed, and the bonus will be removed.


  • Bonus Exclusions: This bonus is not applicable to Crypto CFDs.


  • Duration: Once activated, the bonus will remain in your Trading Account for 90 calendar days. After this period, it will be automatically removed.


Step-by-Step Guide to Activate the Rebate Bonus


Step 1: Open the “BONUSES” section from the client menu. Access the "All Bonuses" Section and select the Rebate Bonus.



ree

Step 2: Make a Deposit- Below the bonus details, you will see a "Deposit" button. Click on it and follow the prompts to deposit funds into your Standard Account.



ree

Important Note: The Rebate Bonus is only for Standard Accounts. If you accidentally deposit to your trading account or wallet, you will need to make an internal transfer to your Standard Account.



Step 3:  Once your deposit is completed and the balance is available in your Standard Account, return to the "All bonuses" section. You will see a button labeled "Get Bonus." Initially, it will be inactive.



ree


ree

Step 4: To activate the bonus, click on the "Choose Deposit to Receive the Bonus" option.


Select your Standard Account from the dropdown list. Accept the terms and conditions, then press "Get Bonus."



ree

Congratulations! Your bonus is now successfully activated!


Checking the Status of Your Bonus


To check the status of your activated bonus:

  1. Open the "Bonuses" section.

  2. Select "My Bonuses."

  3. You will see your activated bonus listed there.


    ree


ree

If you have any questions or need further assistance, please reach out to our support team.


Happy trading with Rock-West!



bottom of page