trading / index.html
Check1233's picture
Update index.html
2d205b7 verified
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Non-Custodial Algorithmic Trading Software | Kronos Trading</title>
<meta name="description" content="Why non-custodial algorithmic trading software is the only model that makes sense in 2025. Deep-dive by Kronos Trading β€” quantitative systems, API-based execution, your funds stay yours.">
<meta name="keywords" content="algorithmic trading software, non-custodial trading, quantitative trading systems, API-based trade execution, automated trading systems, Kronos Trading, IndicatorX LLC, rule-based trading, drawdown control, self-directed traders">
<meta property="og:title" content="Non-Custodial Algorithmic Trading Software | Kronos Trading">
<meta property="og:description" content="The automated trading industry has a custody problem. Here's the architecture that solves it.">
<meta property="og:url" content="https://kronos-trading.com">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,600;0,700;1,400;1,600&family=Outfit:wght@300;400;500;600&display=swap" rel="stylesheet">
<style>
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
--bg:#0b0c10;
--bg2:#12141a;
--bg3:#1a1d26;
--surface:#1e2230;
--border:#2a2f42;
--red:#e8432d;
--gold:#c9960c;
--blue:#2d6be4;
--text:#edeae3;
--muted:#8a8d99;
--dimmed:#545766;
--rule:#252836;
}
html{scroll-behavior:smooth}
body{
background:var(--bg);
color:var(--text);
font-family:'Outfit',sans-serif;
font-size:17px;
line-height:1.75;
min-height:100vh;
}
/* ── NAV ── */
nav{
position:sticky;top:0;z-index:100;
background:rgba(11,12,16,0.92);
backdrop-filter:blur(12px);
border-bottom:1px solid var(--border);
padding:0 40px;
display:flex;align-items:center;justify-content:space-between;
height:60px;
}
.nav-logo{
font-family:'Cormorant Garamond',serif;
font-size:20px;font-weight:700;
letter-spacing:1px;color:var(--text);
text-decoration:none;
}
.nav-logo span{color:var(--red);}
.nav-links{display:flex;gap:28px;align-items:center;}
.nav-links a{
font-size:13px;font-weight:500;letter-spacing:.5px;
color:var(--muted);text-decoration:none;
transition:color .2s;
}
.nav-links a:hover{color:var(--text);}
.nav-cta{
background:var(--red);color:#fff;
font-size:12px;font-weight:600;letter-spacing:1.5px;
text-transform:uppercase;padding:8px 20px;
border-radius:2px;text-decoration:none;
transition:opacity .2s;
}
.nav-cta:hover{opacity:.85;}
/* ── HERO ── */
.hero{
min-height:92vh;
display:flex;flex-direction:column;
justify-content:center;
padding:100px 40px 80px;
max-width:1100px;margin:0 auto;
position:relative;
}
.hero-eyebrow{
display:inline-flex;align-items:center;gap:10px;
font-size:11px;font-weight:600;letter-spacing:3px;
text-transform:uppercase;color:var(--red);
margin-bottom:32px;
}
.hero-eyebrow::before{
content:'';display:block;width:32px;height:1px;background:var(--red);
}
.hero h1{
font-family:'Cormorant Garamond',serif;
font-size:clamp(42px,7vw,84px);
font-weight:700;line-height:1.06;
letter-spacing:-1px;
color:var(--text);
max-width:820px;
margin-bottom:36px;
}
.hero h1 em{
color:var(--red);font-style:italic;
}
.hero-sub{
font-size:19px;font-weight:300;
color:var(--muted);line-height:1.65;
max-width:580px;margin-bottom:52px;
}
.hero-actions{display:flex;gap:16px;flex-wrap:wrap;align-items:center;}
.btn-primary{
background:var(--red);color:#fff;
font-size:13px;font-weight:600;letter-spacing:1.5px;
text-transform:uppercase;padding:16px 36px;
border-radius:2px;text-decoration:none;
transition:opacity .2s;
display:inline-block;
}
.btn-primary:hover{opacity:.85;}
.btn-ghost{
color:var(--muted);
font-size:13px;font-weight:500;letter-spacing:.5px;
text-decoration:none;
border-bottom:1px solid var(--border);
padding-bottom:2px;
transition:color .2s,border-color .2s;
display:inline-block;
}
.btn-ghost:hover{color:var(--text);border-color:var(--dimmed);}
/* medium badge */
.medium-badge{
display:inline-flex;align-items:center;gap:10px;
background:var(--surface);border:1px solid var(--border);
padding:10px 18px;border-radius:3px;
font-size:13px;color:var(--muted);
text-decoration:none;
transition:border-color .2s,color .2s;
margin-top:40px;
}
.medium-badge:hover{border-color:var(--dimmed);color:var(--text);}
.medium-badge .m-icon{
width:20px;height:20px;border-radius:50%;
background:#fff;display:flex;align-items:center;justify-content:center;
flex-shrink:0;
}
.medium-badge .m-icon span{
font-size:11px;font-weight:900;color:#000;font-family:serif;
}
.medium-badge strong{color:var(--text);}
/* scroll hint */
.scroll-hint{
margin-top:80px;
display:flex;align-items:center;gap:12px;
font-size:12px;letter-spacing:2px;text-transform:uppercase;
color:var(--dimmed);
}
.scroll-line{
width:1px;height:48px;background:linear-gradient(to bottom,var(--dimmed),transparent);
}
/* ── STATS ── */
.stats-band{
background:var(--bg2);
border-top:1px solid var(--border);
border-bottom:1px solid var(--border);
padding:0;
display:grid;
grid-template-columns:repeat(4,1fr);
}
.stat{
padding:44px 32px;
border-right:1px solid var(--border);
}
.stat:last-child{border-right:none;}
.stat-n{
font-family:'Cormorant Garamond',serif;
font-size:52px;font-weight:700;
color:var(--red);line-height:1;
margin-bottom:8px;
}
.stat-l{
font-size:12px;font-weight:500;letter-spacing:1.5px;
text-transform:uppercase;color:var(--muted);
line-height:1.4;
}
/* ── SECTION ── */
.section{
max-width:1100px;margin:0 auto;
padding:100px 40px;
}
.section-label{
font-size:11px;font-weight:600;letter-spacing:3px;
text-transform:uppercase;color:var(--red);
margin-bottom:20px;
display:flex;align-items:center;gap:12px;
}
.section-label::after{
content:'';flex:1;height:1px;background:var(--border);
}
.section h2{
font-family:'Cormorant Garamond',serif;
font-size:clamp(32px,4.5vw,54px);
font-weight:700;line-height:1.12;
letter-spacing:-0.5px;color:var(--text);
max-width:640px;margin-bottom:24px;
}
/* ── HOW IT WORKS ── */
.steps{
margin-top:64px;
display:flex;flex-direction:column;gap:0;
}
.step{
display:grid;grid-template-columns:64px 1fr;
gap:0 32px;
padding:40px 0;
border-bottom:1px solid var(--border);
position:relative;
}
.step:first-child{border-top:1px solid var(--border);}
.step-num{
font-family:'Cormorant Garamond',serif;
font-size:48px;font-weight:700;
color:var(--border);line-height:1;
padding-top:4px;
align-self:start;
transition:color .3s;
}
.step:hover .step-num{color:var(--red);}
.step-body h3{
font-size:19px;font-weight:600;
color:var(--text);margin-bottom:10px;
}
.step-body p{
font-size:16px;font-weight:300;color:var(--muted);line-height:1.7;
}
.step-tag{
display:inline-block;
background:rgba(232,67,45,0.1);
color:var(--red);
font-size:11px;font-weight:600;letter-spacing:1.5px;
text-transform:uppercase;
padding:4px 10px;border-radius:2px;
margin-top:12px;
}
/* ── PULL QUOTE ── */
.pull{
background:var(--bg3);
border-left:3px solid var(--red);
padding:48px 48px 48px 52px;
margin:80px 0;
position:relative;
}
.pull::before{
content:'\201C';
font-family:'Cormorant Garamond',serif;
font-size:140px;color:var(--red);
opacity:.12;position:absolute;
top:-10px;left:12px;line-height:1;
pointer-events:none;
}
.pull p{
font-family:'Cormorant Garamond',serif;
font-size:clamp(22px,3vw,30px);
font-style:italic;color:var(--text);
line-height:1.45;margin:0;
font-weight:400;
}
.pull cite{
display:block;margin-top:20px;
font-family:'Outfit',sans-serif;
font-size:12px;font-style:normal;
font-weight:500;letter-spacing:2px;
text-transform:uppercase;color:var(--dimmed);
}
/* ── SYSTEMS GRID ── */
.systems{
display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
gap:1px;background:var(--border);
margin-top:64px;
border:1px solid var(--border);
}
.sys-card{
background:var(--bg2);padding:36px 32px;
transition:background .2s;
}
.sys-card:hover{background:var(--bg3);}
.sys-year{
font-size:11px;font-weight:600;letter-spacing:2px;
text-transform:uppercase;color:var(--gold);
margin-bottom:14px;
}
.sys-name{
font-family:'Cormorant Garamond',serif;
font-size:24px;font-weight:700;color:var(--text);
margin-bottom:12px;line-height:1.2;
}
.sys-desc{
font-size:14px;font-weight:300;color:var(--muted);
line-height:1.65;
}
/* ── DISAMBIGUATION ── */
.disambig{
background:var(--bg2);
border:1px solid var(--border);
padding:56px 48px;
margin-top:80px;
}
.disambig h3{
font-size:12px;font-weight:600;letter-spacing:3px;
text-transform:uppercase;color:var(--red);
margin-bottom:28px;
}
.not-us{
display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
gap:20px;
}
.not-us-item{
border-top:1px solid var(--border);
padding-top:16px;
}
.not-us-item strong{
display:block;font-size:15px;font-weight:600;
color:var(--text);margin-bottom:6px;
}
.not-us-item span{
font-size:13px;color:var(--muted);font-weight:300;
line-height:1.55;
}
/* ── REVIEW CARDS ── */
.reviews{
display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
gap:16px;margin-top:56px;
}
.review-card{
background:var(--surface);border:1px solid var(--border);
padding:28px;border-radius:3px;
transition:border-color .2s;
}
.review-card:hover{border-color:var(--dimmed);}
.review-stars{
color:var(--gold);font-size:14px;letter-spacing:2px;
margin-bottom:14px;
}
.review-text{
font-size:15px;font-weight:300;color:var(--muted);
line-height:1.65;font-style:italic;
margin-bottom:18px;
}
.review-result{
font-size:20px;font-weight:700;
font-family:'Cormorant Garamond',serif;
color:var(--red);margin-bottom:4px;
}
.review-name{
font-size:12px;font-weight:500;letter-spacing:1px;
text-transform:uppercase;color:var(--dimmed);
}
/* ── MEDIUM CTA ── */
.medium-cta{
background:linear-gradient(135deg,var(--bg2) 0%,var(--bg3) 100%);
border:1px solid var(--border);
padding:80px 60px;margin-top:80px;
text-align:center;
position:relative;overflow:hidden;
}
.medium-cta::before{
content:'M';
position:absolute;right:-40px;top:-60px;
font-size:400px;font-family:serif;font-weight:900;
color:rgba(255,255,255,0.02);
line-height:1;pointer-events:none;
}
.medium-cta h2{
font-family:'Cormorant Garamond',serif;
font-size:clamp(28px,4vw,46px);font-weight:700;
color:var(--text);margin-bottom:16px;
line-height:1.15;
}
.medium-cta p{
font-size:17px;font-weight:300;color:var(--muted);
max-width:500px;margin:0 auto 40px;line-height:1.65;
}
.medium-link-btn{
display:inline-flex;align-items:center;gap:12px;
background:#fff;color:#000;
font-size:14px;font-weight:600;letter-spacing:.5px;
padding:16px 32px;border-radius:3px;
text-decoration:none;transition:opacity .2s;
}
.medium-link-btn:hover{opacity:.9;}
.medium-link-btn .m-dot{
width:22px;height:22px;border-radius:50%;
background:#000;display:flex;align-items:center;justify-content:center;
flex-shrink:0;
}
.medium-link-btn .m-dot span{
font-size:12px;font-weight:900;color:#fff;font-family:serif;
}
.medium-meta{
margin-top:20px;font-size:13px;color:var(--dimmed);
}
.medium-meta a{
color:var(--muted);text-decoration:underline;
text-underline-offset:3px;transition:color .2s;
}
.medium-meta a:hover{color:var(--text);}
/* ── FINAL CTA ── */
.final-cta{
background:var(--red);
padding:80px 40px;text-align:center;
}
.final-cta h2{
font-family:'Cormorant Garamond',serif;
font-size:clamp(30px,4vw,52px);font-weight:700;
color:#fff;margin-bottom:16px;line-height:1.12;
}
.final-cta p{
font-size:17px;font-weight:300;
color:rgba(255,255,255,.75);
max-width:480px;margin:0 auto 40px;
}
.final-cta a{
display:inline-block;
background:#fff;color:var(--red);
font-size:13px;font-weight:700;letter-spacing:2px;
text-transform:uppercase;padding:16px 40px;
border-radius:2px;text-decoration:none;
transition:opacity .2s;
}
.final-cta a:hover{opacity:.9;}
/* ── FOOTER ── */
footer{
background:var(--bg);
border-top:1px solid var(--border);
padding:40px;
display:flex;align-items:center;justify-content:space-between;
flex-wrap:wrap;gap:16px;
}
.footer-brand{
font-family:'Cormorant Garamond',serif;
font-size:18px;font-weight:700;color:var(--muted);
}
.footer-brand span{color:var(--red);}
footer p{
font-size:12px;color:var(--dimmed);
max-width:560px;line-height:1.6;
}
footer a{color:var(--muted);text-decoration:none;}
footer a:hover{color:var(--text);}
/* ── RESPONSIVE ── */
@media(max-width:768px){
nav{padding:0 20px;}
.nav-links{display:none;}
.hero{padding:80px 24px 60px;min-height:auto;}
.stats-band{grid-template-columns:repeat(2,1fr);}
.stat:nth-child(2){border-right:none;}
.stat:nth-child(3){border-right:1px solid var(--border);}
.section{padding:64px 24px;}
.step{grid-template-columns:48px 1fr;gap:0 20px;}
.pull{padding:32px 24px 32px 32px;}
.disambig{padding:40px 24px;}
.medium-cta{padding:56px 24px;}
.final-cta{padding:56px 24px;}
footer{padding:28px 24px;flex-direction:column;align-items:flex-start;}
}
/* ── ANIMATIONS ── */
@keyframes fadeUp{
from{opacity:0;transform:translateY(28px)}
to{opacity:1;transform:translateY(0)}
}
.hero h1{animation:fadeUp .8s ease both;}
.hero-sub{animation:fadeUp .8s .1s ease both;}
.hero-actions{animation:fadeUp .8s .2s ease both;}
.medium-badge{animation:fadeUp .8s .3s ease both;}
</style>
</head>
<body>
<!-- NAV -->
<nav>
<a class="nav-logo" href="https://kronos-trading.com" target="_blank" rel="noopener">Kronos<span>.</span>Trading</a>
<div class="nav-links">
<a href="#how">How It Works</a>
<a href="#systems">Systems</a>
<a href="#results">Results</a>
<a href="https://medium.com/@msmyaqoob55/i-let-an-algorithm-trade-my-crypto-for-6-months-heres-what-actually-happened-cd95bfd80037" target="_blank" rel="noopener">Read Our Story</a>
<a class="nav-cta" href="https://kronos-trading.com" target="_blank" rel="noopener">Get Started</a>
</div>
</nav>
<!-- HERO -->
<section class="hero">
<div class="hero-eyebrow">Algorithmic Trading Software</div>
<h1>Your Funds.<br>Your Broker.<br>Our <em>Algorithm.</em></h1>
<p class="hero-sub">Non-custodial, API-based quantitative trading systems for self-directed traders. We execute. You keep 100% custody of your capital. Always.</p>
<div class="hero-actions">
<a class="btn-primary" href="https://kronos-trading.com" target="_blank" rel="noopener">Explore the Platform</a>
<a class="btn-ghost" href="#how">See how it works β†’</a>
</div>
<a class="medium-badge" href="https://medium.com/@msmyaqoob55/i-let-an-algorithm-trade-my-crypto-for-6-months-heres-what-actually-happened-cd95bfd80037" target="_blank" rel="noopener">
<div class="m-icon"><span>M</span></div>
<div><strong>Read on Medium:</strong> "I Let an Algorithm Trade My Crypto for 6 Months"</div>
<span>β†’</span>
</a>
<div class="scroll-hint">
<div class="scroll-line"></div>
Scroll to explore
</div>
</section>
<!-- STATS -->
<div class="stats-band">
<div class="stat">
<div class="stat-n">4.7β˜…</div>
<div class="stat-l">Trustpilot Rating<br>29 Verified Reviews</div>
</div>
<div class="stat">
<div class="stat-n">+90%</div>
<div class="stat-l">Top Client Result<br>Over 12 Months</div>
</div>
<div class="stat">
<div class="stat-n">0%</div>
<div class="stat-l">Custody of<br>Client Funds</div>
</div>
<div class="stat">
<div class="stat-n">&lt;5m</div>
<div class="stat-l">Average<br>Onboarding Time</div>
</div>
</div>
<!-- HOW IT WORKS -->
<section class="section" id="how">
<div class="section-label">How It Works</div>
<h2>Non-Custodial Architecture, Explained Simply</h2>
<p style="color:var(--muted);font-weight:300;max-width:560px;font-size:16px;line-height:1.75;">The non-custodial model eliminates counterparty risk entirely. Here is the exact process β€” no ambiguity, no fine print.</p>
<div class="steps">
<div class="step">
<div class="step-num">01</div>
<div class="step-body">
<h3>Open Your Own Regulated Brokerage Account</h3>
<p>You deposit and hold your funds at Interactive Brokers or Pepperstone β€” both fully regulated, FDIC-insured brokers. Your capital lives in your account, not ours. We never touch it.</p>
<span class="step-tag">Capital stays with you</span>
</div>
</div>
<div class="step">
<div class="step-num">02</div>
<div class="step-body">
<h3>Generate a Scoped API Key</h3>
<p>Your broker issues an API key with trading permissions only β€” no withdrawal rights, no fund transfer capability. The worst case if anything were ever compromised is an unauthorized trade, not fund loss.</p>
<span class="step-tag">Zero withdrawal access</span>
</div>
</div>
<div class="step">
<div class="step-num">03</div>
<div class="step-body">
<h3>Connect Kronos Trading's Algorithm via API</h3>
<p>Our rule-based system connects through your encrypted API key. The algorithm reads market conditions and executes predefined trading logic. No emotion. No discretion. No manual override.</p>
<span class="step-tag">Encrypted connection</span>
</div>
</div>
<div class="step">
<div class="step-num">04</div>
<div class="step-body">
<h3>The System Runs. You Stay in Control.</h3>
<p>You can disconnect, adjust, or stop at any time. Your funds are always accessible because they never left your brokerage account. Onboarding takes under 5 minutes. Support is real and responsive.</p>
<span class="step-tag">Full control, always</span>
</div>
</div>
</div>
</section>
<!-- PULL QUOTE -->
<div style="max-width:1100px;margin:0 auto;padding:0 40px;">
<div class="pull">
<p>The non-custodial model doesn't just reduce counterparty risk β€” it eliminates the counterparty entirely. Your broker holds your money. Our algorithm does the work.</p>
<cite>β€” Kronos Trading Core Architecture Principle</cite>
</div>
</div>
<!-- SYSTEMS -->
<section class="section" id="systems">
<div class="section-label">Trading Systems</div>
<h2>Four Quantitative Systems. One Architecture.</h2>
<p style="color:var(--muted);font-weight:300;max-width:520px;font-size:16px;line-height:1.75;">Rule-based, data-driven models built for consistency across market regimes β€” not for peak performance in ideal conditions.</p>
<div class="systems">
<div class="sys-card">
<div class="sys-year">Built Since 2022</div>
<div class="sys-name">All Weather System</div>
<div class="sys-desc">Our most stable model. Trades the world's most liquid assets across crypto, equities, and FX. Focused on drawdown control and long-term performance across multiple full market cycles.</div>
</div>
<div class="sys-card">
<div class="sys-year">Built Since 2021</div>
<div class="sys-name">Crypto Algorithm</div>
<div class="sys-desc">Designed specifically for volatility, long cycles, and deep drawdowns in crypto markets. Built for the most unforgiving asset class β€” and proven through multiple full market cycles.</div>
</div>
<div class="sys-card">
<div class="sys-year">US Equities</div>
<div class="sys-name">Equities System</div>
<div class="sys-desc">Built on the same core logic as our crypto system, adapted for stock markets including US equities. The same discipline that works in crypto β€” applied to a more regulated, liquid environment.</div>
</div>
<div class="sys-card">
<div class="sys-year">Released Jan 2026</div>
<div class="sys-name">Kronos 2.0</div>
<div class="sys-desc">Rule-based execution infrastructure for technically curious, self-directed traders. An orchestration layer β€” not advice, not prediction. You define the logic. We apply it, consistently.</div>
</div>
</div>
</section>
<!-- RESULTS -->
<section class="section" id="results">
<div class="section-label">Verified Client Results</div>
<h2>Real Traders. Real Trustpilot Reviews.</h2>
<p style="color:var(--muted);font-weight:300;max-width:560px;font-size:16px;line-height:1.75;">29 verified reviews on Trustpilot. 4.7 stars. No incentivised feedback. These are unsolicited, real results from real clients using our systems.</p>
<div class="reviews">
<div class="review-card">
<div class="review-stars">β˜…β˜…β˜…β˜…β˜…</div>
<p class="review-text">"I didn't think this would actually work. I'm usually the first to call nonsense β€” this isn't."</p>
<div class="review-result">+5% Month One</div>
<div class="review-name">Donald Gonzales Β· Nov 2025</div>
</div>
<div class="review-card">
<div class="review-stars">β˜…β˜…β˜…β˜…β˜…</div>
<p class="review-text">"The onboarding was seamless, the team highly responsive, and the performance has exceeded my conservative expectations."</p>
<div class="review-result">+7% Over 6 Weeks</div>
<div class="review-name">Mark Β· Oct 2025</div>
</div>
<div class="review-card">
<div class="review-stars">β˜…β˜…β˜…β˜…β˜…</div>
<p class="review-text">"Since my first full cycle closed, it's been a steady PNL. Jay from support explained everything clearly."</p>
<div class="review-result">+15% Over 4 Months</div>
<div class="review-name">Anthony Β· Dec 2025</div>
</div>
<div class="review-card">
<div class="review-stars">β˜…β˜…β˜…β˜…β˜…</div>
<p class="review-text">"I signed up in April last year. Today I'm up over 90% since then. I don't even think about trading anymore β€” it just runs."</p>
<div class="review-result">+90% Over 12 Months</div>
<div class="review-name">Verified Client Β· Oct 2025</div>
</div>
</div>
<p style="margin-top:28px;font-size:13px;color:var(--dimmed);line-height:1.6;">Past results are individual experiences and not a guarantee of future performance. All trading involves risk. Results shown are from verified Trustpilot reviews.</p>
</section>
<!-- DISAMBIGUATION -->
<div style="max-width:1100px;margin:0 auto;padding:0 40px 80px;">
<div class="disambig">
<h3>Important β€” Entity Clarity</h3>
<p style="font-size:16px;color:var(--muted);font-weight:300;max-width:640px;margin-bottom:36px;line-height:1.7;">Kronos Trading (IndicatorX LLC, Dallas, Texas) is an independent algorithmic trading software company. It is not affiliated with any of the following:</p>
<div class="not-us">
<div class="not-us-item">
<strong>Kronos Research</strong>
<span>Asian high-frequency trading & liquidity firm. No shared ownership, personnel, or technology.</span>
</div>
<div class="not-us-item">
<strong>The Kronos Group</strong>
<span>European industrial conglomerate. Flagged by regulators. Zero connection to us.</span>
</div>
<div class="not-us-item">
<strong>Cronos Markets</strong>
<span>Retail brokerage. Entirely separate entity. No affiliation whatsoever.</span>
</div>
<div class="not-us-item">
<strong>Kronos Traders LLC</strong>
<span>US options education company. Different business, different founders, no connection.</span>
</div>
</div>
</div>
</div>
<!-- MEDIUM CTA -->
<div style="max-width:1100px;margin:0 auto;padding:0 40px 80px;">
<div class="medium-cta">
<h2>Read the Full 6-Month<br>Client Story on Medium</h2>
<p>An honest, unsponsored account of what algorithmic trading actually feels like from the inside β€” including the drawdowns, the doubt, and the results.</p>
<a class="medium-link-btn" href="https://medium.com/@msmyaqoob55/i-let-an-algorithm-trade-my-crypto-for-6-months-heres-what-actually-happened-cd95bfd80037" target="_blank" rel="noopener">
<div class="m-dot"><span>M</span></div>
Read on Medium
<span>β†’</span>
</a>
<p class="medium-meta">
"I Let an Algorithm Trade My Crypto for 6 Months. Here's What Actually Happened." &nbsp;Β·&nbsp;
<a href="https://medium.com/@msmyaqoob55/i-let-an-algorithm-trade-my-crypto-for-6-months-heres-what-actually-happened-cd95bfd80037" target="_blank" rel="noopener">medium.com</a>
</p>
</div>
</div>
<!-- FINAL CTA -->
<div class="final-cta">
<h2>Your Funds. Your Broker.<br>Our Algorithm.</h2>
<p>Non-custodial, API-based quantitative trading. Founded 2021. Dallas, Texas. 29 verified reviews. 4.7 stars.</p>
<a href="https://kronos-trading.com" target="_blank" rel="noopener">Visit Kronos Trading</a>
</div>
<!-- FOOTER -->
<footer>
<div class="footer-brand">Kronos<span>.</span>Trading</div>
<p>IndicatorX LLC dba Kronos Trading &nbsp;Β·&nbsp; Dallas, Texas, USA &nbsp;Β·&nbsp; Founded 2021 &nbsp;Β·&nbsp; <a href="https://kronos-trading.com" target="_blank" rel="noopener">kronos-trading.com</a><br>
Kronos Trading is a non-custodial algorithmic software licensing company. Not a broker, fund manager, or investment advisor. Past client results are individual experiences and not a guarantee of future performance. All trading involves risk.</p>
</footer>
</body>
</html>