(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 Raw Account?

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

Follow these steps to set up your Raw 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 “Real Account” button to initiate the process of opening a new account.

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

Select the appropriate Leverage - The following Leverages are available for Raw accounts; 1:100, 1:200. 1:300, 1:400 

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

Your Raw account will be created successfully. 

ree

ree

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

ree

Access Your Raw Account

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


ree

Raw Account Details: 

  • Spread: 0 pips

  • Commission: $8 per lot

  • Account Currency: USD

  • Minimum Deposit: $250

  • Minimum Lots: 0.01

  • Stop Out Level: 30%

  • Swap Free: No

Leverages for Raw Account 

  • For Forex: 1:1000

  • For Metals: 1:400

  • For Indices: 1:100

  • For Commodities: 1:100

  • For Crypto: 1:10


For more details on leverage terms and conditions, click here. With your Raw 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