Direct answer
A false break is a situation where price moves beyond a previously identified support or resistance level, but the move does not hold. Instead, price later re-enters the prior range (or closes back on the “inside” side of the level), suggesting the break may have been temporary rather than a real structural change.
A worked example can be numerical and explicit: you define a level, choose what counts as “beyond” and what counts as “re-entering,” then apply the same rules to each step in time. Because markets vary, the example cannot prove future outcomes; it only shows how to classify the event under stated assumptions.
Mechanism and definition (what you assume)
To make “false break” testable, you need concrete rules. In this example, assume:
- You have identified a resistance level at R = 1.2000.
- You use a tolerance of 0.0002 to define “beyond” the level (this represents measurement discretion, not a universal standard).
- You sample price at discrete moments (think: completed candles), and you treat each moment as one “check.”
- A “close back inside” means the later check’s price is at or below R.
With those assumptions, a false break occurs if:
- At some check, price moves above R + tolerance (a clear “break”), and
- At a later check, price is back at or below R, indicating it did not hold.
Evidence or worked numerical example (with every assumption stated)
Assume the resistance level is R = 1.2000 and tolerance = 0.0002.
Step-by-step checks
- Check 1 (identification state): Before the event, price is at 1.1980. This is below R, so the level is relevant.
- Check 2 (break attempt): Price rises to 1.2005. Since 1.2005 > 1.2000 + 0.0002 = 1.2002, this qualifies as breaking above the level under our tolerance rule.
- Check 3 (re-entry): Price later closes at 1.1994. Since 1.1994 ≤ 1.2000, this is a re-entry back inside the prior range.
Numerical classification
Under the stated criteria, Checks 2 and 3 satisfy both conditions for a false break:
- Break condition: beyond R + tolerance was met at Check 2.
- Failure/return condition: close back inside (≤ R) was met at Check 3.
A comparison to avoid confusion
If instead Check 3 were 1.2010, then the level would not be re-entered by our rule, and you would not classify that specific sequence as a false break using the same assumptions.
Limitations and risks (material failure modes)
- Rule ambiguity: The meaning of “return” depends on your thresholds (tolerance, what you treat as a close, and how many checks you require). Change the assumptions and the classification can change.
- Market microstructure effects: Real trading involves bid/ask spreads and execution differences. An apparent close “back inside” on one reference price may not match executable entry/exit levels.
- Volatility spikes: During fast moves, price can oscillate around a level. A sequence might look false on one timeframe but behave differently on another.
What can be independently verified
You can verify the classification by writing down your exact level (R), your tolerance, and your criteria for re-entry, then checking whether the later observed prices meet those numeric conditions. Without those stated rules, “false break” becomes descriptive rather than checkable.
Verification or next question
If you want to independently verify a claim that a move was a false break, ask:
- What exact level was used (R), and how was it defined?
- What threshold counted as “beyond” (tolerance)?
- What exact definition of “close back inside” was applied?
- On which timeframe were the checks performed?
If you can answer those points with numbers, you can test the classification consistently—even though historical patterns do not guarantee future behavior.