function Landing({ go }) { const wide = useWide(); const pad = wide ? '0 32px' : '0 20px'; return (
{/* Hero */}
❦ A JOURNAL FOR SYSTEMATIC CRYPTO TRADERS
Trade with your
head, not your heart.
Walkforward is a friendly research desk for crypto traders who want to get better. Read our weekly memos, run real backtests on our tools, and trade alongside a community that shows its work — no hype, no gurus.
go('signup')}>Start free → go('pricing')}>See what's inside
✓ NO PAID PROMOS ✓ OPEN METHODOLOGY ✓ CRYPTO BILLING
{wide && (
RESEARCH INDEX
● LIVE
{[ { tag: 'BACKTEST', t: 'SMA 50/200 · BTC · 2019–2026', r: 'Sharpe 1.82', c: TH.green }, { tag: 'MEMO', t: 'Funding regime shift — who pays to be long?', r: '7 min', c: TH.accent }, { tag: 'SIGNAL', t: 'ETH/BTC mean reversion · 4H', r: 'Open', c: TH.green }, { tag: 'BACKTEST', t: 'Donchian breakout · SOL · walk-fwd', r: 'Sharpe 1.21', c: TH.green }, { tag: 'MEMO', t: 'A note on survivorship bias in altcoin baskets', r: '11 min', c: TH.accent }, { tag: 'SIGNAL', t: 'Perp basis divergence · multi-venue', r: 'Closed +4.2%', c: TH.muted }, { tag: 'VIDEO', t: 'Position sizing for volatile assets — part II', r: '18 min', c: TH.accent }, ].map((row, i) => (
{row.tag} {row.t} {row.r}
))}
go('videos')} style={{ fontFamily: TH.mono, fontSize: 11, color: TH.accent, padding: '14px 0', letterSpacing: 1, cursor: 'pointer' }}> + 284 more in the vault →
)}
{/* Divider strip — numbers */}
{[ ['487', 'Members'], ['142', 'Memos published'], ['2.3M+', 'Backtests run'], ['94', 'Video lectures'], ].map(([n, l], i) => (
{n}
{l}
))}
{/* What you get */}
§ WHAT'S INSIDE
Everything you need to move from feeling to knowing.
{[ { k: '01', t: 'SMA & strategy backtester', d: 'Test moving-average crossovers, mean-reversion, and breakout systems on 7 years of BTC, ETH, and SOL data. Walk-forward validated. Export CSV.', foot: 'TOOL · INCLUDED', }, { k: '02', t: 'Weekly research memo', d: 'Every Sunday, a short, peer-reviewed dispatch on regime, funding, and cross-asset signals. Written to be read, not sold.', foot: '≈ 8 min / week', }, { k: '03', t: 'Private Telegram', d: 'Trade tape from the community. Every call tagged, timestamped, and archived. Mods keep it signal, not noise.', foot: '487 members · active', }, { k: '04', t: 'Portfolio tracker', d: 'Connect wallets and exchanges, see a consolidated PnL curve, and benchmark against BTC. Read-only, always.', foot: 'ON-CHAIN + CEX', }, { k: '05', t: 'Video lecture archive', d: '94 hours of recorded workshops on position sizing, risk management, and reading on-chain data. No gatekeeping.', foot: '94 LECTURES', }, { k: '06', t: 'Live Q&A + reviews', d: 'Monthly open calls with working quants. Bring a trade, get a walk-through. Everything recorded.', foot: 'MONTHLY', }, ].map((c, i) => (
{c.k} {c.foot}
{c.t}
{c.d}
))}
{/* Quote / voice */}
"Every serious trader I know reads Walkforward. It's the closest thing to a Bloomberg terminal for retail — with the curiosity of a grad seminar."
— M. CHEN · FORMER JANE STREET
{/* CTA */}
Come trade thoughtfully.
Start with the free sample memo and backtester preview. No card, no pressure.
go('signup')}>Create free account → go('pricing')}>View pricing
); } Object.assign(window, { Landing });