Rule-Based Entry Triggers

"Buy when it looks like a good breakout" isn't a rule — it's a feeling wearing a rule's clothes. A real entry trigger is specific enough that two different people, looking at the same chart, would flag the same entries.

~16 minsTrading System Design, Lesson 312 Interactive Labs
Target, ruler, and magnifier representing specific entry rules
Learning Goals
  • Distinguish a fully specified entry rule from a vague, feel-based description.
  • Explain why a single broad condition is rarely sufficient as a complete entry trigger.
  • Recognize pattern-matching from memory as a hidden source of subjective judgment.
  • Write an entry rule specific enough for two people to apply it identically.
  • Separate a necessary condition from a sufficient combination of conditions.
Turn a feeling into conditions

Which entry rule can a third person reproduce from the same data?

A trading rule must be decidable before it can be tested. If instrument, timeframe, data definition, or trigger remains vague, a backtest can quietly absorb hindsight.

Rule Rewriter

Turn “buy a strong breakout” into a rule another trader can reproduce

Start with a common vague instruction:

“Buy when price breaks out strongly.”

Current executable rule

Instrument: ___ → Timeframe: ___ → Trigger: ___ → Numeric threshold: ___ → Data convention: ___

Fields are still missing, so another trader could interpret it differently.

What Makes a Rule a Rule

A Rule Is Something Two People Would Apply the Same Way

"Buy when it looks like a good breakout" feels like a rule, but it isn't one in any useful sense — it leaves every important threshold up to whoever is reading a chart in that moment. A real entry trigger removes that ambiguity: the price level, the confirmation condition, and the timeframe are all stated explicitly enough that applying it doesn't depend on who's looking.

Vague

"Looks like a good setup"

Depends entirely on the individual judgment of whoever is looking at the chart.

Partial

"Closes above resistance"

Better, but still missing which level, how far above, and on what timeframe.

Specified

"Closes 0.5% above the 20-day high"

Explicit enough that two different people should flag the same entries.

Rule Specificity Explorer

Compare Four Ways of Describing the Same Kind of Entry Idea

Switch between four levels of specificity and read why each one does or doesn't hold up as a genuine, repeatable rule.

A

Feel-Based

"Buy when it looks like a good breakout." Two people looking at the same chart could easily disagree about whether this condition is met — there's no explicit, checkable threshold.

B

Partially Specified

"Buy when price closes above resistance." Better, but still incomplete: which resistance level, how far above it, and on which timeframe are all left unanswered.

C

Fully Specified

"Buy when the daily close is at least 0.5% above the prior 20-day high, within 3 bars of that high forming." Specific enough that two different people should flag the same entries from the same historical chart.

D

Pattern Memory

"Buy when the setup looks similar to previous winning trades." This relies on subjective recall of past trades rather than an explicit, checkable condition — memory is selective and easy to misremember.

Necessary vs. Sufficient

One Broad Condition Is Rarely a Complete Trigger

"Price above the 50-day average" can be true for weeks at a time across many completely different chart situations. It may be a necessary condition for a setup to qualify, but on its own it isn't sufficient to pin down a specific, repeatable entry — a complete rule usually needs several conditions stacked together.

Entry Rule Audit

Is This Rule Specific Enough to Be Repeatable?

Pick a case and judge whether the described entry rule is specific enough for two people to apply it identically.

A

Too broad on its own

An entry rule requires only "price above the 50-day average" as its entire trigger. This is too broad on its own — many very different setups could all satisfy it without being the same trade idea.

B

A fully defined combination

An entry rule specifies an exact price level, a minimum volume threshold, and a specific candle pattern, each with a stated numeric threshold. This combination is specific enough that two different people should identify the same entries from the same chart.

C

A memory-based rule

An entry rule says to enter "when the setup looks similar to previous winning trades." This relies on subjective pattern-matching from memory rather than an explicit, checkable condition.

Entry Rule Checklist

Four Details That Make an Entry Rule Repeatable

1

Explicit thresholds

Are the price level, distance, and timeframe all stated as specific numbers?

2

No memory required

Does applying the rule require comparing to remembered past trades?

3

Necessary and sufficient

Do the stacked conditions together pin down a specific moment, not just a long-lasting state?

4

Two-person test

Would a second person, given the same chart, flag the same entries?

Rule Precision

An Entry Rule Must Be Observable Before It Can Be Repeated

A rule needs explicit thresholds

Anything left to "it looks right" isn't a rule yet.

One condition is rarely enough

A necessary condition and a sufficient combination are different things.

Memory-based matching hides subjectivity

"Like previous winners" relies on selective, fallible recall.

Knowledge Check

Put Your Understanding to the Test

Submit your answers to see detailed explanations.

Question 1 of 3

Which of these is the most fully specified entry rule?

Question 2 of 3

An entry rule requires only "price above the 50-day average." What is the main issue?

Question 3 of 3

A written rule reads: "Enter when price breaks above resistance on strong volume, with the trend intact." Two colleagues apply it to the same daily chart and mark different entries. What actually fixes the rule?

Meet Your Mentor

Stuck? Ask Mira to Break It Down

Describe your current entry idea, and Mira can help you check whether every threshold is explicit enough to pass the two-person test — it won't hand you a ready-made trading rule.

Checking sign-in status...