reader9 min read

Anatomy of a Trading System

A trading system is a written set of rules that decides, without discretion, what to trade, when to enter, how much to risk, and when to exit. If two people follow it on the same chart they take the same trades.

Target audience: Discretionary traders who get results but cannot say exactly what their rules are, and want a system they can test and trust.

Learning objectives

  • List the five components a complete system must specify: universe, entry, exit, sizing, and management.
  • Distinguish a rule (testable) from a guideline (discretionary).
  • Explain why expectancy, not the last trade, measures a system.
  • Write a one-page system spec for an idea you already trade.

Definition

A trading system is a written set of rules that decides, without discretion, what to trade, when to enter, how much to risk, and when to exit. If two people follow it on the same chart they take the same trades.

Why it matters

An edge you cannot write down is an edge you cannot test, repeat, or improve. Putting the system on paper converts 'I think this works' into a claim you can measure, and it is the single change that lets you judge your process separately from any one trade's outcome.

The five components

Every complete system answers five questions. Universe: what instruments and timeframe does it trade? Entry: what exact, observable condition triggers a position? Exit: where do you get out for a loss, and where for a win? Sizing: how much do you risk per trade as a fraction of equity? Management: what, if anything, do you do to the position while it is open (trail, scale, time-stop)? Leave any of the five unspecified and the system has a hole that your emotions will fill in real time.

Rules versus guidelines

A rule is a condition a computer could evaluate: 'enter when price closes above the 20-period high.' A guideline is a feeling: 'enter when the breakout looks strong.' Guidelines cannot be backtested, because 'looks strong' is not in the data. The discipline of system design is rewriting every guideline as a rule, or admitting it is discretionary and excluding it from the test. You can keep discretion, but you cannot measure it, so keep it small and separate.

The edge is the distribution, not the trade

A system does not promise the next trade wins. It promises a distribution of outcomes whose average is positive after costs. That average, the expectancy per trade measured in risk units, is the thing you are really testing. A single trade tells you almost nothing; a few hundred trades following the same rules tell you whether the edge is real. Judging the system by its last result is the fastest way to abandon a good system after a normal losing streak.

Visual models

Process-outcome matrix: judge the decision, not the result; the lucky win is the trap
Process-outcome matrixA two-by-two matrix of process quality against trade outcome: a good process winning or losing should be repeated, a bad process losing should be fixed, and a bad process that wins is a dangerous lucky win to flag rather than celebrate.LOSSWINGOODBADprocessEarned winRepeat itCorrect lossVariance, repeat itDeserved lossFix the ruleLucky winDanger: do not repeatthe trapoutcome

Worked examples

Example 1: A one-page spec

Universe: ES futures, 5-minute chart, regular session. Entry: go long when a 5-minute bar closes above the prior 30-minute high after 10:00. Exit: stop at the breakout bar's low; target at +2R; otherwise time-stop at the close. Sizing: 0.5 percent of equity per trade. Management: move stop to breakeven at +1R. Every line is checkable, so the whole thing can be backtested exactly as written.

Common mistakes

Trading an idea you have never written down, so the rules drift trade to trade.

Mixing rules and guidelines, then backtesting only the rules and trading the guidelines.

Specifying entries in detail but leaving exits and sizing vague.

Changing the system after every loss instead of after enough evidence.

Judging the whole system by the most recent trade.

Myth vs reality

Myth

That a good trader does not need written rules.

Reality

No paired reality note provided.

Myth

That more rules always make a system better.

Reality

No paired reality note provided.

Myth

That a system must win most trades to be profitable.

Reality

No paired reality note provided.

Risk considerations

  • An unspecified sizing rule is the most dangerous hole; without it, one trade can undo many.
  • Discretion you keep should be bounded and logged, so you can tell whether it helps or hurts.

Practice exercises

1. Write your system on one page

Take a setup you already trade and specify all five components so a stranger could trade it identically.

  1. Define the universe: instruments, timeframe, and session.
  2. Write the entry as a condition a computer could check.
  3. Write the stop and the exit-for-a-win as explicit prices or rules.
  4. Fix risk per trade as a percentage of equity, and note any in-trade management.

Quiz

Q1. What are the five components of a complete trading system?

Q2. What is the difference between a rule and a guideline?

Q3. What does a system actually promise?

Next lesson

Entry Signals That Are Testable

This lesson is educational content only and is not financial advice. Trading involves substantial risk. A tested process improves decision quality and survivability; it does not predict the market or guarantee any outcome. Trade only with risk you can afford to lose.