06-reference

swing trading guide

2026-04-04·article·source: https://x.com/kevinxu/status/2007539219774972395·by Kevin Xu

Swing Trading Guide: $35K to $8M in 21 Months

Summary

Kevin Xu's breakdown of his swing trading approach -- single stocks, held for days to weeks, built on a small number of high-conviction principles. The core thesis: attention moves price before fundamentals do, and volume is the primary indicator because it measures how many people care about a stock at any given moment.

Key concepts:

Agentic Trading System Design

The founder flagged this domain as a potential small bet -- not the specific strategy, but the broader question: what would an always-on agentic trading system look like?

This maps naturally to a data pipeline architecture:

  1. Data pipeline — ingest volume data, price action, news feeds, social sentiment, SEC filings. This is fundamentally a [[01-projects/data-marketplace/index|data marketplace]] problem: signal detection is a data product, and the quality of inputs determines the quality of outputs.
  2. Signal detection — identify catalysts in real time. NLP on news, volume spikes relative to historical baselines, unusual options activity. Each signal type is a [[06-reference/concepts/compounding-knowledge|compounding knowledge]] asset -- the system gets better at distinguishing real catalysts from noise with every trade.
  3. Decision — given a signal, should we act? This is where [[06-reference/concepts/systems-over-goals|systems over goals]] matters most. A systematic decision framework (position sizing rules, entry/exit criteria, risk limits) removes the emotional component that kills most traders.
  4. Execution — place the trade. An [[SOUL.md|always-on agent]] reacting to signals in real time has a structural advantage over a human who sleeps, works, and checks charts intermittently.
  5. Feedback — did the trade work? Why or why not? Log every decision and outcome.
  6. Compound learning — the feedback loop trains the next iteration. This is the real edge: not any single trade, but the system's ability to learn from thousands of trades faster than a human could.

Founder's Caveat

Not endorsing Xu's specific strategy or claims. The $35K→$8M headline is attention-grabbing by design -- survivorship bias is real, and for every success story there are thousands of quiet wipeouts. What's interesting here is the domain characteristics: data-intensive, clear feedback mechanisms, real-time signal processing, and a use case where an always-on agent has a genuine structural advantage over manual execution.

Open Questions