(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 Log in to your Trading Account?

  • Writer: rockwesttrading
    rockwesttrading
  • Nov 20, 2024
  • 2 min read

Updated: Nov 21, 2024

A Step-by-Step Guide


ree

Accessing your trading account is easy. Whether you've just opened your account or have had it for some time, this guide will provide a clear, step-by-step walkthrough to help you get started.

Step 1: Open a Trading Account

If you don’t yet have a trading account, you will need to open one with Rock-West to start trading. Rest assured, the steps outlined in this guide apply to all account types, regardless of which one you choose.

How to Open a Trading Account

After successfully verifying your profile with Rock-West by completing the registration process using your personal details and submitting the required documents, you can proceed to open a Real trading account.


  1. Go to “Accounts” and click to open a Real Account.

    ree

Picture 1


  1. Once you open a real trading account, you’ll receive a confirmation email notifying you that your Rock-West trading account is ready to use. You can also find this email in the notifications section of your client portal.


    ree

Picture 2


Step 2: Trading Account Login Credentials


Once your trading account is created, your login credentials will be sent to your registered email. These credentials, including your username and password, are essential for accessing the trading platform.


Note: If you opened your account some time ago, you should have received both an email and a notification in the portal. 

You may search for emails with the subject line "Your trading account is ready."


ree

Picture 3

Important!

If you cannot find your trading account password, please click here to learn how to reset it.

Step 3: Access the Rock-West Trading Environment

In the Client Portal, click on "Trade" next to the trading account you wish to connect to.


ree

Picture 4


Note: the Rock-West web trading environment is also accessible through this link.


The Rock-West web trading environment will open, and no additional software is required to get started.

ree

Picture 5


On the login page, enter the credentials provided in the notification email:

  • Login (Trading Account ID)

  • Password


Note: If you would like the platform to remember your login details for quicker access in the future, make sure to check the "Save password" option.


Step 4: Start Trading


Once logged in, you can monitor existing trades, and execute strategies directly through the Rock-West Web trading environment.


With these simple steps, you are ready to take full control of your trading journey. Start exploring opportunities today!

Happy Trading!

bottom of page