From Idea to Testable Rules
Turning "buy strong stocks" into precise, unambiguous instructions a computer can follow.
A trading idea (“buy strong stocks in an uptrendThe prevailing direction of price: up, down or sideways.”) is not yet a strategy. To test or trade it systematically, you must convert that vague intuition into precise, unambiguous rules — instructions exact enough that a computer (or a disciplined human) executes them identically every time.
- Define every term objectively — replace “strong,” “cheap,” “overboughtA condition suggesting price has risen too far, too fast.” with exact, computable conditions.
- Specify all six parts — universe, entry signal, entry timing, exit rules, position sizingDeciding how much to bet on each trade or holding., costs (the backtestTesting a trading strategy on historical data. anatomy).
- No subjectivity — if a rule needs human judgement to apply, it can’t be tested or repeated; remove the ambiguity.
- Falsifiable — precise rules can be backtested, measured and disproven; a vague idea can only be rationalised.
What if my idea relies on judgement that’s hard to quantify?
Then either find an objective *proxy* for that judgement (a measurable rule that captures most of it), or accept that the strategy is discretionary, not systematic — and can’t be rigorously backtested. Many great intuitions can be approximated by clear rules; the effort of quantifying them often reveals whether the “edge” was real or imagined.