(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 Open a Classic+ Account?

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

Follow these steps to set up your Classic+ account and start trading: 

Registration and Verification - Ensure you have completed the registration process and your account has been verified. You should receive a confirmation email once verification is complete.

Log In to Your Trading Platform - Access your trading platform using your credentials.

Navigate to the Accounts Section - In the main menu, go to the “Accounts” section.

Open a New Account - Click on the “Classic+” button to initiate the process of opening a new account.

Select Account Type - Choose the “Classic+” option from the list of available account types.

Select the appropriate Leverage - The following Leverages are available for Classic + accounts; 1:100, 1:200. 

Create Your Account - After selecting the Classic+ account type and configuring leverage settings, press the “Create Account” button.

Your Classic+ account will be created successfully. 


ree

ree

You will receive a notification confirming the creation of your account. 

ree

Access Your Classic+ Account

Go back to the “Accounts” section. You should now see your Classic+ account listed there.


ree

Classic+ Account Details:

  • Spread: 2.2 pips

  • Commission: $0 commission

  • Account Currency: USD

  • Minimum Deposit: $50

  • Minimum Lots: 0.1

  • Stop Out Level: 100%

  • Rebate Bonus: 30% Floating Bonus

  • Max Bonus: $300


Leverages for  Classic+ Account

  • For Forex: 1:200

  • For Metals: 1:100

  • For Indices: 1:100

  • For Commodities: 1:100

  • For Crypto: 1:10 


For more details on leverage terms and conditions, click here.

With your Classic+ account set up, you can now deposit funds, set up trading strategies, and start trading. If you encounter any issues or need further assistance, please contact our customer support team.

Additionally, we provide a comprehensive YouTube video tutorial guiding you to open an account. You can access the tutorial by clicking here: https://www.youtube.com/watch?v=za_UKCQxVtQ 

Happy trading with Rock-West!

bottom of page