Build a Simple Trading Strategy
9 min read
Learn how to construct a straightforward, rules-based trading strategy that you can actually stick to under pressure.
9 min read
Learn how to construct a straightforward, rules-based trading strategy that you can actually stick to under pressure.
A simple trading strategy is a written set of rules covering four things: when not to trade (context), when to enter, when to exit (stop and target), and how much to risk per trade. If any of the four is missing, you don't have a strategy — you have a hunch.
One of the biggest mistakes new traders make is trying to trade without a clear plan. They jump into trades based on emotion, signals from YouTube, or what someone said on Twitter.
The result? Inconsistent performance, early losses, and eventually, burnout.
The truth is:
A simple, repeatable strategy beats a complex, inconsistent one—every time.
In this post, you’ll learn how to build a clean, logic-based trading strategy that:
A good trading strategy includes 4 key components:
Use market structure (covered in Understanding Market Structure) to define where you are in the market cycle.
Ask:
Only trade when structure gives you directional bias.
Pick a simple, repeatable setup that aligns with structure. For this lesson we'll assume BTCUSDT on the 15m chart during US session — a high-liquidity, high-structure environment good for break-and-retest.
Example Setup: “Break + Retest”
Alternative Setup: MSS Trap
Stick to one or two setups max when starting out.
Your trade isn’t finished when you enter—it’s finished when you exit correctly.
Define 1R = your dollar risk per trade. If 1R = $100 and your target = $200, you are taking a 2R trade. Your win-rate then has to clear ~33% just to break even. Use a fixed R:R ratio at first — but remember fees and slippage erode the realized R, so a "paper 2R" is closer to 1.7-1.8R live. Plan accordingly.
The R-multiple framing comes from Van Tharp's Trade Your Way to Financial Freedom — it is the cleanest way to compare trades across different stop sizes.
At 2R, you break even at roughly 33% win-rate; at 3R, roughly 25%. The table below extends the same math across common R:R targets so you can pick the win-rate your setup must clear.
Break-even and edge win-rates by R:R target.
| R:R | Break-even win-rate | Win-rate needed for +20% edge |
|---|---|---|
| 1R | 50% | 60% |
| 1.5R | 40% | 48% |
| 2R | 33% | 40% |
| 3R | 25% | 30% |
| 4R | 20% | 24% |
| 5R | 17% | 20% |
This is the equation you are actually trading. Every rule in this lesson exists to keep that equation positive after fees and slippage.
E = (W × A_w) − (L × A_l)
The goal isn’t to win every trade. The goal is to stay in the game.
Basic risk rules:
Reality check: at 50% win-rate, a 7-loss streak shows up roughly every 128 trades. At 40% win-rate, a 10-loss streak is nearly certain inside 200 trades. Your 1–2% rule isn't conservative — it's the minimum that keeps you solvent through the loss streaks the math guarantees.
Position Size = (Risk Percent × Account Size) / Stop Size
Worked example: Account = $5,000 Risk per trade = 1 percent = $50 Stop distance = $25 per coin (entry $1,000, stop $975) Position size = $50 / $25 = 2 coins
Simple wins for a measurable reason: with N rules and a finite sample of trades, complex strategies overfit historical noise and decay live. Simple rules have fewer degrees of freedom, so the edge you measure on the past is closer to the edge you'll get tomorrow.
A clean, simple strategy based on structure and risk will outperform: Indicator-stacking Signal-hopping Gut-feeling trades
Before taking a trade, confirm:
- Market is trending or reversing (no chop)
- Clear MSS or BOS is present
- Clean entry setup (retest, rejection candle, etc.)
- Risk is calculated, stop and target are defined
- Entry follows your strategy—not emotion
Run your first 20 trades at fixed 1R = 0.5% of account. Don't change rules mid-sample. Only after 20 closed trades is your data even worth reading.
Track:
Over time, this becomes your personal edge. You'll learn what works for you—and what doesn't.
Context (when not to trade), entry criteria (rule-based triggers), exit plan (stop-loss and take-profit levels), and risk management (how much to risk and how to size positions). If any of the four is missing, you don't have a strategy — you have a hunch.
1–2% of account per trade, max. Below 0.5% you can't measure your edge in a reasonable sample; above 2% one ordinary losing streak can end your account. At 50% win-rate, a 7-loss streak shows up roughly every 128 trades — your sizing has to survive that.
Position Size = (Account Risk % × Account Size) / Stop Size. Example: a $5,000 account risking 1% ($50) with a $25-per-coin stop sizes to 2 coins.
Just below a structural level (a swing low, prior breakout, or imbalance edge) — never an arbitrary distance. Structural stops invalidate your trade thesis when hit; arbitrary stops just bleed account.
Start at a fixed 2R. It forces you to break even at roughly 33% win-rate, which is achievable on most clean structure setups. After fees and slippage, expect a "paper 2R" to land closer to 1.7–1.8R live.
Next up: Real Trade Walkthrough — we take this exact 5-line checklist and run it bar-by-bar on a real BTCUSDT setup, showing where it fires, where it skips, and where structure invalidates the trade mid-flight.