(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

取引口座:RAW口座

経験豊富なトレーダーのニーズに応える口座です。ゼロスプレッドまたは低スプレッドに加え、スキャルパー、デイトレーダー、自動売買トレーダーに適した超高速約定が魅力です。

Account Type
RAW
Standard
最低入金額
$250
$50
スプレッド
0.0ピップから
1.4ピップから
取引手数料
1ロットあたり8米ドル
手数料無料
FXレバレッジ
1000
2000
貴金属レバレッジ
400
800
株価指数レバレッジ
100
100
商品レバレッジ
100
100
暗号資産レバレッジ
10
10
口座通貨
USD
USD
ボーナス
n/a
100%
最大ボーナス額
n/a
$10,000
出金可能ボーナス
n/a
条件達成時、1ロットにつき2米ドル
コピートレード
いいえ
はい
スワップフリー
n/a
リクエストに応じて対応
最小ロット
0.01
0.01
ストップアウトレベル
30%
30%
基準通貨
USD
USD
対応プラットフォーム
RWモバイルアプリ、MetaTrader 5(MT5)
RWモバイルアプリ、MetaTrader 5(MT5)
ワンクリック取引
はい
はい
利用可能な戦略
すべての取引戦略に対応
すべての取引戦略に対応
この口座が適しているトレーダー
ハイフリークトレーダーおよびスキャルパー
初心者から上級者まで全レベルのトレーダー
bottom of page