Entry Rules: a bounded definition
Entry Rules are the predefined conditions that must be met before a trader initiates a position. In other words, they answer: “Under what rules am I allowed to enter?” This is a planning concept, not a live trigger. Even when Entry Rules use market information (for example, price location relative to a level), they are still the framework that determines eligibility.
A useful way to keep the idea bounded is to separate it from execution and from broader plan goals:
- Entry Rules: the permission logic for starting a trade.
- Execution mechanics: how the order is placed, routed, and filled.
- Trading plan components: risk management, position sizing, and exit logic.
Mechanism: what inputs Entry Rules typically use
Entry Rules usually specify at least three things, even if they are written informally:
- Condition: a measurable state that must be true (for example, price has reached a stated zone, or a specific set of criteria from a checklist is satisfied).
- Timing assumption: whether the condition is evaluated once or continuously (for example, “at the moment price touches X” versus “while price stays within Y”).
- Trigger-to-action mapping: what you do after eligibility is confirmed (for example, “place an order” or “wait for the next confirmation step”).
Because market conditions change continuously, Entry Rules often include limitations such as “only if volatility is within a range” or “only during defined hours.” These are still assumptions embedded in the rules, not guarantees.
Adjacent concept 1: Entry signal vs Entry Rules
In many discussions, “entry signal” is treated like a standalone indicator message. Entry Rules are different because they are broader than a message from a single source. A signal can be one input, but Entry Rules decide whether that input actually authorizes entry.
Key difference:
- An entry signal is a claim that a condition looks favorable.
- Entry Rules define the eligibility gate and the procedure for acting (including what to do when the signal is present but other required conditions are not).
This matters because a procedure can be consistent even when the underlying inputs fluctuate. Without an explicit eligibility framework, people often overfit to whichever input “felt right” after the fact.
Adjacent concept 2: Order execution vs Entry Rules
Entry Rules do not automatically determine how you get filled. Order execution concepts—like limit vs market orders, or whether an order is filled partially—belong to execution mechanics.
Key difference:
- Entry Rules decide whether you try to enter.
- Execution mechanics influence how entry becomes a fill, including slippage and timing effects.
Even with the same Entry Rules, different execution choices and real-world frictions can lead to different realized entry prices and therefore different outcomes. Historical backtests that assume ideal fills often differ from live fills.
Adjacent concept 3: Entry point vs Entry Rules
“Entry point” is a specific price level or time moment where a trade begins. Entry Rules are the rule set that governs how you decide that entry point.
Key difference:
- Entry point is an instantiated value (one concrete start location).
- Entry Rules generate or validate that value under defined conditions.
This is why two traders can both say they enter at “a level,” yet have different Entry Rules (one requires the level plus additional criteria; the other requires only touch). The difference shows up in the checklist and in what happens when the level is touched but other conditions fail.
Adjacent concept 4: Risk management rules vs Entry Rules
Risk management rules are about exposure once a position exists: for example, how much of account equity is allocated, how maximum loss is defined, or when a position must be reduced or closed. Entry Rules can reference risk constraints, but they are not the same thing.
Key difference:
- Entry Rules govern authorization to start.
- Risk rules govern how big the position can be and what loss limits apply.
Even if two trades share the same Entry Rules, their risk rules can differ in ways that change the distribution of outcomes. A conservative risk rule might reduce losses, but it can also affect whether trades remain viable or are frequently stopped out.
Evidence and example (bounded): how the differences show up
Consider a simple scenario with explicit assumptions:
- Assumption A: Entry Rules require that price is inside a predefined zone at the time of evaluation.
- Assumption B: If eligibility is confirmed, you place an order.
- Assumption C: You allow either a limit order or a market order depending on your procedure.
Now compare two implementations:
- Same Entry Rules, different execution: Eligibility is met in both cases. If you use a limit order, you might not get filled if price moves away before execution. If you use a market order, you are more likely to be filled, but the realized entry price may differ.
- Same entry action idea, different Entry Rules: One trader enters after zone touch only. Another trader requires the zone touch plus an additional checklist item. Both may “look similar” on a chart, but the second trader’s Entry Rules are stricter, leading to fewer eligible moments.
These examples illustrate why Entry Rules should not be conflated with either entry signals (single inputs) or execution mechanics (order fill behavior).
Limitations and failure modes to recognize
Entry Rules can fail in specific, explainable ways. At least one material failure mode is commonly:
1) Eligibility drift: People change the rules while keeping the same wording. For example, they start interpreting “inside the zone” more loosely after losses. This turns Entry Rules into a retrospective story rather than a decision gate.
2) Condition ambiguity: If the condition is not measurable, execution becomes inconsistent. “A trend looks strong” is not the same as “price closes above a stated level for N minutes,” even though both are often discussed as “entry criteria.”
3) Backtest overconfidence: Historical relationships do not establish future results. Even if Entry Rules performed well in the past, market regimes and liquidity conditions can change, and live fills can differ from modeled fills.
4) Hidden costs and frictions: Spread, commissions, and slippage are not the same across time and venues. Since outcomes vary with costs and execution, Entry Rules alone cannot ensure a favorable result.