Swing Trading — For Those Who Don't Sit at the Screen All Day
Most people who want to trade have a job, a family, and roughly an hour a day for the market. The industry sells them day trading — a style that demands full availability — and then acts surprised when most of them lose. Meanwhile there's a style built exactly for these conditions: swing trading, trading moves that last from a few days to a few weeks, with decisions made once a day, after the candle closes.
What's more important — swing strategies (on the daily timeframe) have the best backtest documentation of any trading style. Not because they're magic, but because daily data is easy to test rigorously. And some of those tests show something rare: strategies that have worked out of sample for over a decade.
What Swing Trading Actually Is
A swing trader isn't trying to catch every twitch of price. They hunt "swings" — single market oscillations lasting days or weeks: a pullback in an uptrend, a bounce after a panic, a move following a breakout from consolidation. Characteristics:
- Decision timeframe: D1 (daily candles), sometimes H4; broader context on W1.
- Holding time: 2 days to a few weeks.
- Number of trades: a few a month, not a few a day.
- Time commitment: 20–60 minutes a day, after the candle closes.
- Costs: with only a few trades a month, commission and spread are background noise, not the main opponent — the opposite of scalping.
Two main families of swing strategies:
- Mean reversion: you buy a short-term dip within a broader uptrend and sell on the bounce. Short positions (2–7 days), high win rate, small individual gains.
- Continuation / breakout: you enter in the direction of the trend after a pullback, or after a breakout from consolidation, and ride the move for weeks. Lower win rate, larger individual gains.
Both families share one thing: the signal forms at the daily candle close, so the entire trade can be handled in the evening, with pending orders.
What the Numbers Say
QuantifiedStrategies — one of the few places that publishes strategies with full rules and test results — released a set of 10 backtested swing strategies (tested in Amibroker, mostly on US indices and ETFs). The most interesting part isn't the result itself, it's the methodology: some of these strategies were published as early as 2012 and kept working in the years that followed — on data the author didn't know at the time of publication (data from QS summaries — verify at the source before citing).
Why does this matter so much? Because publishing the rules is the most honest out-of-sample test there is. Anyone can fit a strategy to the past — just keep tweaking parameters long enough (that's overfitting). But a strategy publicly announced in 2012 that keeps earning from 2013–2024 has passed a test that can't be faked: the future was unknown on the day of publication. Very few such strategies exist in circulation, and almost all of them belong to the short-term mean-reversion family on stocks/indices.
A specific, well-documented example from this family is covered separately — Connors' RSI-2 system: buying panic within an uptrend, exiting on the first bounce; in tests on the QQQ ETF, a ~75% win rate and a 3.0 profit factor while being exposed to the market only ~14% of the time.
Mandatory caveats: all these numbers come from historical tests — past results don't guarantee future ones, and a popular strategy can lose its edge over time. The tests cover US stocks and indices — the most "mean-reversive" markets in the world; BTC and ETH have historically behaved more momentum-like, so transferring this to crypto requires your own backtest, not an act of faith. And as always with third-party data: verify the numbers at the source.
How to Apply It Step by Step
The skeleton of a complete swing strategy — the trend-continuation variant, the easiest to understand and monitor:
- Trend filter (W1/D1): you trade long only when the market is in an uptrend — the simplest version: price above the D1 SMA200 (a more demanding variant: the golden cross, i.e. SMA50 > SMA200). Below it — you watch, you don't trade.
- Entry signal: a 3–8 daily-candle pullback into a support zone (previous resistance, EMA20/50), ending in a bullish demand candle (a close in the upper half of the range, ideally with higher volume). Enter on that candle's close, or with a stop order above its high.
- Stop loss: below the pullback low, with a buffer of ~0.5–1x ATR(14) (where to place a stop). This is a technical stop — if price gets there, the setup is invalidated.
- Target and management: minimum target = the previous swing high; if the RR to that level falls below 2:1, skip the trade (why RR decides survival). After a 1R move in your favor, you can move the stop to breakeven.
- Risk: 1% of the account per trade from the %-risk model; a maximum of 2–3 open positions at once (on crypto, correlation with BTC means three alt positions are often just one position in disguise).
Numerical example on BTC (illustrative): a $10,000 account, 1% risk = $100. BTC is in an uptrend (price $100,000, SMA200 at $87,000). A five-day pullback drags price to $95,000 — the zone of the previous resistance and the EMA50. The sixth candle closes as a demand candle at $96,200. You enter at $96,200, stop below the pullback low at $93,800 (risk $2,400 per BTC) → position = 100 / 2,400 ≈ 0.042 BTC (notional ~$4,000). Target at the previous high, $103,500: profit $7,300/BTC → RR ≈ 3:1. Win: about +$304. Loss: −$100. At a 3:1 RR, the breakeven win rate is 25% — you have margin for most pullbacks never becoming a new high.
[Chart coming soon: BTC D1 chart with SMA200, the marked pullback into the support zone, the demand candle, entry, a stop below the low, and a target at the previous high]
The Swing Trader's Weekly Routine
- Sunday (30–45 min): review W1 and D1 on your watchlist (e.g., BTC, ETH + 3–5 liquid alts), determine the regime (trend/consolidation), list the levels for the coming week.
- Every evening (15–20 min): after the daily candle closes — has a signal appeared? If yes: calculate the position, set orders (entry, SL, TP). If not: nothing. Zero chart-watching during the day — the orders work on their own.
- End of month: review the journal — win rate, average RR, the biggest process mistakes.
When It Doesn't Work and the Most Common Mistakes
- A sideways market with no structure. Trend-continuation strategies in a multi-month consolidation generate a series of false signals. The trend filter (SMA200) removes part of the problem, but not all of it — sometimes the best position is no position at all.
- Gaps and overnight risk. A swing trader holds positions through nights and weekends — on crypto the market runs 24/7, but overnight liquidity can be thin, and on traditional markets an opening gap can jump straight past a stop loss. This is a structural cost of the style; you control it with position size, not incantations.
- Tight stops borrowed from intraday timeframes. A 1%-from-entry stop on a swing position is asking to get stopped out by ordinary daily noise. The stop needs to give the market room to breathe — that's why it's measured from structure (the pullback low + ATR), and position size is fit to the stop, not the other way around.
- Checking the position every hour. The style's biggest psychological trap: the signal was daily, and you're closing the position in a panic over a 15-minute pullback. If your decisions are made on the D1, an intraday chart is of no use to you whatsoever.
- Carrying stock results over to crypto without testing. The best-documented swing strategies (mean reversion) were calibrated on US indices. Crypto has a different character — momentum-driven, 24/7, deeper drawdowns. The rules may need different parameters or may not work at all; measurement decides, not opinion.
- Boredom as the enemy. A few trades a month feels like too little "action" for many people — so they invent signals the strategy never called for. If you need daily adrenaline, that's a temperament problem, and the market will make you pay for it in cash.
It's also worth saying clearly what swing trading does not solve. It doesn't relieve you of the need for a tested edge — the slower pace just lowers the cost of not having one. It doesn't eliminate emotion — a position held for two weeks through a red weekend can cost more nerves than ten quick trades. And it isn't "passive income" — it's still active work with risk, just packed into an hour a day instead of eight.
The "no hype" conclusion: swing trading isn't easier to master technically, nor less demanding on discipline, than day trading — but it has structurally better boundary conditions: lower costs, fewer decisions, fewer chances for mistakes, and the best base of backtested strategies. For someone with a job and an hour a day for the market, it's simply the only style where the rules of the game aren't stacked against you from the start.
FAQ
How much time a day does swing trading require?
Is swing trading better than day trading?
What's the best swing trading strategy to start with?
Trader and founder of Strefa Tradingu. He’s been breaking crypto down on YouTube for years — no hype, no signals, with a focus on market structure and risk management.
🎁 Grab Strefa’s free TradingView indicators
Drop your email — we’ll send you links to our free TradingView indicators plus a no-fluff starter kit. Zero spam.
You’re joining the Strefa Tradingu list. Unsubscribe with one click, anytime.Check your inbox (and the Spam/Promotions folders) and add us to your contacts.