At a glance
- Holding period
- Seconds to a few minutes
- Trades per day
- 10 to several hundred
- Target per trade
- Often 1 to 5 ticks
- Deciding factor
- Cost per round trip relative to target
- Competition
- Automated market makers with microsecond latency
Key takeaways
- Scalping is an execution business. The difference between a good and a bad fill is a large fraction of the entire expected profit.
- The viable retail version is liquidity provision with limit orders, not chasing momentum with market orders.
- Because targets are tiny, the win rate must be high and the loss discipline absolute: one held loser can erase fifty wins.
- Commissions, exchange fees, and spread must be computed per trade before any strategy design begins.
- Adverse selection is the core risk: your limit order gets filled precisely when someone informed is on the other side.
What scalping means
Scalping takes many small positions, each targeting a move of a few ticks, and holds for seconds to minutes. The aim is not to predict direction over any meaningful horizon, but to capture the small, repeated inefficiencies that exist in the order book: the spread itself, brief imbalances, and the price concessions that urgent participants must offer.
It is the purest form of the trade-off described throughout this library: maximum number of opportunities, minimum edge per opportunity, and maximum sensitivity to cost. A strategy targeting four ticks with a two-tick round-trip cost keeps only half of what it earns before a single loss is counted.
The arithmetic that decides everything
Given: target T ticks, stop S ticks, cost C ticks (spread + fees)
Break-even win rate = (S + C) / (T + S)
Example 1: T = 4, S = 4, C = 1.5
Break-even = (4 + 1.5) / 8 = 68.75%
Example 2: T = 2, S = 6, C = 1.5 (typical of "let it come back" behaviour)
Break-even = (6 + 1.5) / 8 = 93.75%
Example 3: T = 8, S = 4, C = 1.5
Break-even = (4 + 1.5) / 12 = 45.8%Example 2 is the shape most failing scalpers actually trade: small targets and large stops, because winners are taken quickly and losers are given room. It requires a win rate that essentially no one sustains. The structural fix is not better entries; it is refusing to accept a reward-to-risk ratio below roughly 1:1 after costs.
The three edges available
1. Liquidity provision (maker)
Post limit orders on both sides and earn the spread, plus any maker rebate. This is what professional market makers do. The retail version is slower and one-sided: place resting limit orders where urgent flow is likely to hit them, such as at short-term extremes, and accept that you are providing a service rather than predicting anything.
The risk is adverse selection: your buy limit is most likely to fill when sellers are informed and the price is about to continue lower. Professional systems manage this with cancellation logic measured in milliseconds; retail traders must manage it with position size and hard stops.
2. Order flow and book imbalance (taker)
Read the depth of book and the tape for evidence that one side is being absorbed, then take liquidity in the direction of the imbalance. This requires real-time depth data, a fast platform, and considerable screen skill. It is also the area where competition from automated systems is most direct, and the half-life of any specific pattern is short.
3. Structural micro-events
Predictable moments: the seconds after an economic release, the closing auction imbalance, the roll of a futures contract, or the reopening after a halt. These produce temporary dislocations with a defined start and end. They are the most accessible scalping edges for individuals because the timing is known in advance and preparation substitutes for speed.
A realistic retail scalping specification
- Instrument
- One highly liquid contract with a tight, stable spread: micro index futures, a major FX pair, or a top-tier crypto perpetual. Never a thin instrument.
- Session window
- A specific 60 to 120 minute window with reliable liquidity, typically around the open or a scheduled release.
- Setup
- A defined short-term extreme: for example price extends more than 2 x 1-minute ATR from VWAP within a 5-minute window, in a session without a strong directional trend.
- Entry
- Limit order at the extreme, not a market order. If not filled, no trade. Chasing destroys the cost structure.
- Target
- Return to VWAP or a fixed number of ticks giving at least 1:1 after costs.
- Stop
- Hard stop, no more than 1.5 times the target distance, placed immediately on fill.
- Time stop
- Exit after 3 minutes regardless of outcome. Scalps that do not work quickly do not work.
- Daily limits
- Maximum 10 trades, stop at 3 consecutive losses or a 1 percent account loss.
- Position size
- 0.1 to 0.25 percent of equity per trade, because trade count is high and losses cluster.
What scalping requires that other styles do not
- Low, tiered commissions and, where available, maker rebates. Direct market access rather than retail routing.
- A stable, fast platform with one-click or hotkey order entry and reliable bracket orders. Platform latency and outages are direct financial losses.
- Real-time depth data for order-flow variants, and accurate time-and-sales.
- Uninterrupted attention for the whole session window. A phone call during an open position is a risk event.
- Physical and mental stamina. Several hundred decisions per session degrades judgement measurably; professional scalpers typically trade short, defined windows for this reason.
- A written rule for stopping. Fatigue-driven trading late in a session is the single largest source of losses in this style.
Before you scalp, consider the alternatives
Most people drawn to scalping want frequent feedback and action. Both are available at lower cost elsewhere. A day trading strategy with a 30-minute holding period faces the same market with a tenth of the cost drag. An automated version of a short-term strategy removes the fatigue problem entirely, and algorithmic execution can capture some of the same liquidity-provision edge without requiring continuous attention.
If the appeal is the intellectual problem of microstructure, that interest is far better expressed by studying order books and building automated systems than by manually clicking against machines.
Frequently asked questions
Is scalping profitable for retail traders?
For a small minority with excellent execution, low fees, and rigid discipline, yes. For most, the cost structure alone makes it unviable: retail commissions and spreads consume a large share of each target, and the competition consists of automated systems with structurally lower costs. Run the break-even win rate calculation with your real fees before deciding.
What is the best timeframe for scalping?
One-minute bars with tick or time-and-sales data for execution, plus a 5 or 15 minute chart for context. Some traders use volume or range bars instead of time bars, which adapts the sampling to activity and avoids empty periods during quiet stretches.
How many trades per day should a scalper take?
Fewer than most beginners expect. Ten to thirty high-quality opportunities in a defined window generally outperforms two hundred marginal ones, because costs scale linearly with count while edge does not. Set a hard daily maximum and treat exceeding it as a rule violation regardless of results.
Do brokers allow scalping?
Exchange-traded markets have no such restriction. Some retail forex and CFD providers restrict very short holding periods or apply different execution to frequent traders, particularly on dealing-desk models. Check the terms, and prefer venues where you trade on a central order book rather than against your broker.
Can scalping be automated?
It is the style most suited to automation, since the edges are mechanical and the enemy is human reaction time and fatigue. The barrier is infrastructure: latency, colocation, and data costs. A realistic retail approach is semi-automation, where the system manages entries, stops, and targets while you supervise the regime and the daily limits.
Test this idea before you trade it
Describe the rules in plain language and AlgoTrader AI turns them into a structured strategy blueprint with a configurable historical backtest, cost assumptions, and exportable code.
Build a backtestKeep reading
- StrategiesDay Trading Strategy: What Works, What Costs, and What Fails
- StrategiesMarket Making Strategy: Getting Paid to Provide Liquidity
- MechanicsThe Order Book Explained: Reading Market Depth
- MechanicsThe Bid-Ask Spread: The Cost You Pay on Every Trade
- MechanicsSlippage Explained: Why You Never Get the Price You Saw
- Algo & QuantHigh-Frequency Trading Explained: What It Is and Is Not
Referenced by
Educational use only. This guide explains how a strategy works. It is not investment advice, not a recommendation, and no result described here is a forecast. Test any approach on historical and out-of-sample data, size positions conservatively, and never risk money you cannot afford to lose.