303 lines
13 KiB
HTML
303 lines
13 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="en" data-theme="light" data-page-lang="en">
|
||
<head>
|
||
<meta charset="UTF-8">
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
<title>428th Terminal — auto trading via TradingView signals</title>
|
||
<meta name="description" content="428th Terminal — auto-trading via TradingView signals on BingX, Bybit and MEXC. Positions open automatically with stop-loss and take-profit.">
|
||
<meta name="robots" content="index, follow">
|
||
<link rel="canonical" href="https://428th.com/en/terminal/">
|
||
<link rel="alternate" hreflang="ru" href="https://428th.com/terminal/">
|
||
<link rel="alternate" hreflang="en" href="https://428th.com/en/terminal/">
|
||
<link rel="alternate" hreflang="uk" href="https://428th.com/ua/terminal/">
|
||
<link rel="alternate" hreflang="x-default" href="https://428th.com/terminal/">
|
||
|
||
<meta property="og:type" content="website">
|
||
<meta property="og:site_name" content="428th">
|
||
<meta property="og:locale" content="en_US">
|
||
<meta property="og:url" content="https://428th.com/en/terminal/">
|
||
<meta property="og:title" content="428th Terminal — auto trading via TradingView signals">
|
||
<meta property="og:description" content="428th Terminal — auto-trading via TradingView signals on BingX, Bybit and MEXC. Positions open automatically with stop-loss and take-profit.">
|
||
<meta property="og:image" content="https://428th.com/og.png">
|
||
<meta property="og:image:width" content="1200">
|
||
<meta property="og:image:height" content="630">
|
||
|
||
<meta name="twitter:card" content="summary_large_image">
|
||
<meta name="twitter:title" content="428th Terminal — auto trading via TradingView signals">
|
||
<meta name="twitter:description" content="428th Terminal — auto-trading via TradingView signals on BingX, Bybit and MEXC. Positions open automatically with stop-loss and take-profit.">
|
||
<meta name="twitter:image" content="https://428th.com/og.png">
|
||
|
||
<meta name="theme-color" content="#C4622A">
|
||
<script>
|
||
(function () {
|
||
var saved = localStorage.getItem('theme');
|
||
var theme = (saved === 'light' || saved === 'dark')
|
||
? saved
|
||
: (window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light');
|
||
document.documentElement.setAttribute('data-theme', theme);
|
||
})();
|
||
</script>
|
||
<script>
|
||
(function () {
|
||
var pageLang = document.documentElement.getAttribute('data-page-lang');
|
||
var saved = localStorage.getItem('lang');
|
||
if (saved === 'uk') { saved = 'ua'; localStorage.setItem('lang', 'ua'); }
|
||
|
||
function normalizePath(path) {
|
||
if (!path || path === '/') return '/';
|
||
return path.replace(/\/+$/, '') || '/';
|
||
}
|
||
|
||
function pathFor(lang) {
|
||
var path = location.pathname || '/';
|
||
var rest = path.replace(/^\/(en|ua)(?=\/|$)/, '') || '/';
|
||
if (rest === '/index.html') rest = '/';
|
||
rest = normalizePath(rest);
|
||
|
||
if (lang === 'ru') {
|
||
if (rest === '/') return '/';
|
||
if (rest === '/terminal') return '/terminal/';
|
||
return rest;
|
||
}
|
||
if (rest === '/') return '/' + lang + '/';
|
||
if (rest === '/terminal') return '/' + lang + '/terminal/';
|
||
return '/' + lang + rest;
|
||
}
|
||
|
||
function needsRedirect(target) {
|
||
return normalizePath(location.pathname) !== normalizePath(target);
|
||
}
|
||
|
||
if (saved === 'ru' || saved === 'en' || saved === 'ua') {
|
||
if (saved !== pageLang) {
|
||
var target = pathFor(saved);
|
||
if (needsRedirect(target)) location.replace(target);
|
||
}
|
||
return;
|
||
}
|
||
|
||
if (pageLang !== 'ru') {
|
||
localStorage.setItem('lang', pageLang);
|
||
return;
|
||
}
|
||
|
||
var browser = String(navigator.language || '').slice(0, 2).toLowerCase();
|
||
var preferred = 'ru';
|
||
if (browser === 'en') preferred = 'en';
|
||
else if (browser === 'uk' || browser === 'ua') preferred = 'ua';
|
||
|
||
if (preferred !== 'ru') {
|
||
var preferredTarget = pathFor(preferred);
|
||
if (needsRedirect(preferredTarget)) location.replace(preferredTarget);
|
||
} else {
|
||
localStorage.setItem('lang', 'ru');
|
||
}
|
||
})();
|
||
</script>
|
||
<link rel="stylesheet" href="/styles.css">
|
||
</head>
|
||
<body>
|
||
|
||
<header class="site-header">
|
||
<div class="container header-inner">
|
||
<nav class="lang-switch" id="langSwitch" aria-label="Language">
|
||
<a href="/en/terminal/" data-set-lang="en" class="active" aria-current="page">EN</a>
|
||
//
|
||
<a href="/ua/terminal/" data-set-lang="ua">UA</a>
|
||
//
|
||
<a href="/terminal/" data-set-lang="ru">RU</a>
|
||
</nav>
|
||
<div class="header-actions">
|
||
<a href="/en/" class="home-link">HOME PAGE</a>
|
||
<button class="theme-toggle" id="themeToggle" aria-label="Toggle theme">
|
||
<svg class="icon-sun" viewBox="0 0 24 24" width="20" height="20"><circle cx="12" cy="12" r="5"></circle><g stroke-width="2"><line x1="12" y1="1" x2="12" y2="4"></line><line x1="12" y1="20" x2="12" y2="23"></line><line x1="4.2" y1="4.2" x2="6.3" y2="6.3"></line><line x1="17.7" y1="17.7" x2="19.8" y2="19.8"></line><line x1="1" y1="12" x2="4" y2="12"></line><line x1="20" y1="12" x2="23" y2="12"></line><line x1="4.2" y1="19.8" x2="6.3" y2="17.7"></line><line x1="17.7" y1="6.3" x2="19.8" y2="4.2"></line></g></svg>
|
||
<svg class="icon-moon" viewBox="0 0 24 24" width="20" height="20"><path d="M21 12.8A9 9 0 1111.2 3a7 7 0 009.8 9.8z"></path></svg>
|
||
</button>
|
||
</div>
|
||
</div>
|
||
</header>
|
||
|
||
<main>
|
||
|
||
<section class="terminal-hero container">
|
||
<div class="terminal-stage">
|
||
<div class="terminal-brand">
|
||
<div class="terminal-brand-inner" id="terminalBrandInner">
|
||
<h1 class="terminal-logo"><span class="accent">428th</span><span class="terminal-logo-main">Terminal</span></h1>
|
||
</div>
|
||
</div>
|
||
|
||
<nav class="main-nav terminal-nav" aria-label="Sections">
|
||
<a href="#functionality">Features</a>
|
||
<a href="#pricing">Pricing</a>
|
||
<a href="#contact" class="nav-cta">DM us →</a>
|
||
</nav>
|
||
</div>
|
||
</section>
|
||
|
||
<div class="post-hero-lift">
|
||
|
||
<!-- ФУНКЦИОНАЛ -->
|
||
<section id="functionality" class="section reveal">
|
||
<div class="container">
|
||
<span class="eyebrow">Features</span>
|
||
<h2>Link a TradingView indicator with an exchange</h2>
|
||
<p class="lead">Basically, that's the main reason we built the terminal. Say you or someone else has a great indicator:</p>
|
||
|
||
<div class="two-col">
|
||
<div>
|
||
<h4>Trade signals manually</h4>
|
||
<ul class="dash-list">
|
||
<li>You need to sit at your computer or phone 24/7</li>
|
||
<li>Easy to miss a signal</li>
|
||
<li>You might not get in on time</li>
|
||
</ul>
|
||
</div>
|
||
<div>
|
||
<h4>Connect to the terminal</h4>
|
||
<ul class="dash-list">
|
||
<li>Position opens automatically</li>
|
||
<li>Stop and take-profit set right away</li>
|
||
<li>If needed, do whatever you want with it manually</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="note-box">
|
||
<p>The point is to automate trading with an indicator you like.</p>
|
||
</div>
|
||
|
||
<ol class="numbered-list" data-count="4">
|
||
<li><span class="num">01</span><p>Sign up, connect your BingX, ByBit, or MEXC account via API. You need to be our referral or pay up.</p></li>
|
||
<li><span class="num">02</span><p>Modify your script for our webhooks. It's not scary.</p></li>
|
||
<li><span class="num">03</span><p>Set up alerts, enjoy. The bot won't break even if you trade alongside it and manually adjust its positions.</p></li>
|
||
<li><span class="num">04</span><p><span class="fw-400">Not much of a programmer?</span> We'll help rewrite the script and get you connected — for free.</p></li>
|
||
</ol>
|
||
|
||
<p class="lead">We originally built the terminal for auto trading with our own indicators. <span class="fw-400">So it does exactly what we need:</span></p>
|
||
|
||
<ul class="dash-list dash-list--block">
|
||
<li>Accepts webhooks from TradingView.</li>
|
||
<li>Opens positions on BingX, ByBit, or MEXC accordingly.</li>
|
||
<li>Accepts manual edits: you can close positions, reduce their sizes, or move SL/TPs on the exchange.</li>
|
||
<li>Shows trading statistics.</li>
|
||
</ul>
|
||
|
||
<div class="note-box">
|
||
<p><span class="fw-400">Now we're coming up with and adding new features.</span> Want something? DM us.</p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
|
||
<!-- ЦЕНЫ -->
|
||
<section id="pricing" class="section reveal">
|
||
<div class="container">
|
||
<span class="eyebrow">Pricing</span>
|
||
<h2>This is actually the fun part</h2>
|
||
<p class="lead">Work for free if your account is our referral. <span class="fw-400">If not — it'll be expensive :(</span></p>
|
||
|
||
<ul class="dash-list dash-list--block">
|
||
<li>We couldn't come up with a payment option more convenient than the exchange partner system.</li>
|
||
<li>If it's really important for you to trade without our referral, you probably don't care how much you pay anyway.</li>
|
||
<li>Direct service payment — $500/month per API key.</li>
|
||
<li>Reminder: no payment needed for trading on a referral account. Your commission bonuses are enough for us.</li>
|
||
<li>If you're an influencer and a partner of your chosen exchange — DM us, we'll work something out.</li>
|
||
</ul>
|
||
|
||
<div class="note-box">
|
||
<p>Being our referral is <span class="fw-400">cool either way.</span></p>
|
||
</div>
|
||
|
||
<ol class="numbered-list" data-count="4">
|
||
<li><span class="num">01</span><p>With $500k+/month in crypto volume, you get free Premium group access. More info — <a href="/en/#premium">here</a>.</p></li>
|
||
<li><span class="num">02</span><p>Your trading fees drop by 30-50%, and if you're a whale, we'll arrange cashbacks.</p></li>
|
||
<li><span class="num">03</span><p>Exchange questions or issues can be solved through us quickly. Especially on BingX — they're true bros for real.</p></li>
|
||
<li><span class="num">04</span><p><span class="fw-400">Downsides? None.</span> Registration links are at the bottom of the page.</p></li>
|
||
</ol>
|
||
</div>
|
||
</section>
|
||
|
||
<!-- КОНТАКТ -->
|
||
<section id="contact" class="section reveal contact-section">
|
||
<div class="container center">
|
||
<span class="eyebrow">Contact</span>
|
||
<p><span class="fw-400">For all questions — DMs only.</span> Sales aren't automated, and we never planned them to be.</p>
|
||
<p>Write to us — we'll figure out your situation and find a solution. <span class="fw-400">Like bros.</span></p>
|
||
|
||
<a class="btn-outline" href="https://t.me/artemium" target="_blank" rel="noopener">
|
||
<span>Telegram @artemium</span> →
|
||
</a>
|
||
|
||
<button class="link-underline" id="openContactForm"><span class="fw-400">Want to stay anonymous?</span> Here's a contact form</button>
|
||
</div>
|
||
</section>
|
||
|
||
<!-- ССЫЛКИ / FOOTER -->
|
||
<footer class="site-footer">
|
||
<div class="container two-col">
|
||
<div>
|
||
<h5>Our channels</h5>
|
||
<ul class="dash-list">
|
||
<li>Telegram: <a href="https://t.me/+QIZFJDaZjrliMDI6" target="_blank" rel="noopener">@a428th</a> + <a href="https://t.me/+cJfqh9ZTHswwMThi" target="_blank" rel="noopener">work chat</a></li>
|
||
<li>YouTube: <a href="https://www.youtube.com/channel/UCdAD0ER3neqgjhCsgetY1bw" target="_blank" rel="noopener">428th // Crypto</a></li>
|
||
<li>X (Twitter): <a href="#" target="_blank" rel="noopener">428th // Crypto</a></li>
|
||
</ul>
|
||
</div>
|
||
<div>
|
||
<h5>Referral links with the best terms</h5>
|
||
<ul class="dash-list">
|
||
<li><span><span class="fw-400">Favorite</span> crypto exchange</span> <a href="https://bingxdao.com/partner/artemium/" target="_blank" rel="noopener">BingX</a></li>
|
||
<li><span>Top TradFi on</span> <a href="https://partner.bybit.com/b/ARTEMIUM" target="_blank" rel="noopener">ByBit</a></li>
|
||
<li>
|
||
<a href="https://www.binance.com/register?ref=ARTEMIUM" target="_blank" rel="noopener">Binance</a>,
|
||
<a href="https://partner.bitget.com/bg/artemium" target="_blank" rel="noopener">BitGet</a>,
|
||
<a href="https://promote.mexc.com/b/artemium" target="_blank" rel="noopener">MEXC</a>,
|
||
<a href="#" target="_blank" rel="noopener">OKX</a>
|
||
</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
<div class="container footer-bottom">
|
||
<span class="footer-wolf">🐺</span>
|
||
<span class="footer-copy">© 2026 // 428th.com</span>
|
||
</div>
|
||
</footer>
|
||
|
||
</div>
|
||
|
||
</main>
|
||
|
||
<!-- Модалка формы связи -->
|
||
<div class="modal-overlay" id="contactModal">
|
||
<div class="modal-box">
|
||
<button class="modal-close" id="closeContactForm">×</button>
|
||
<h3>Contact form</h3>
|
||
|
||
<form id="contactForm" data-status-loading="..." data-status-success="Sent ✓">
|
||
<label>
|
||
<span>Name</span>
|
||
<input type="text" name="name" required="">
|
||
</label>
|
||
|
||
<label>
|
||
<span>How to reach you</span>
|
||
<input type="text" name="contact" placeholder="Telegram @username, Email, WhatsApp..." required="">
|
||
</label>
|
||
|
||
<label>
|
||
<span>Message</span>
|
||
<textarea name="message" rows="4" required=""></textarea>
|
||
</label>
|
||
|
||
<button type="submit" class="btn-solid">Send</button>
|
||
<p class="form-status" id="formStatus"></p>
|
||
</form>
|
||
</div>
|
||
</div>
|
||
|
||
<link rel="stylesheet" href="/fonts/inter.css">
|
||
<script src="/common.js"></script>
|
||
<script src="/terminal.js"></script>
|
||
|
||
</body>
|
||
</html>
|