// PAPER 03 — MATERIAL STATE THEORY
CFE
Coercive Field Engine.
Support and resistance are not lines — they are latent barriers with fatigue, damage, and healing. CFE tracks each level's material state in real time and reports the probability that the next attack breaks it. The field is live behind this text.
// live stress field · price particles
The glowing plane is a barrier under attack. The amber point is price; the cyan halo is the field of latent resistance surrounding it. When accumulated damage crosses the fatigue threshold, the plane fractures — that is the CFE signal.
Abstract
Conventional support and resistance are drawn as static lines — but markets are not static, and neither are the levels they respect. This paper introduces the Coercive Field Engine (CFE), a framework that treats support and resistance as latent barriers with real material state: mass, load, fatigue, asymmetric damage, and participation-clocked healing. Barriers are organized into an L0–L4 layered architecture and the engine reports a live break probability per level. Rather than fighting the market with fixed zones, CFE coerces the market to reveal its own structural truth — the engine's job is to make the hidden material state of every level visible before the market does. Optional coupling to a Deep RL (A2C) trading adapter allows agentic parameter selection; the paper discloses where that coupling is aspirational and where it is live.01The Static Line Fallacy
A level that has been tested nine times is treated identically to a level tested once — by both indicator lines and most traders. But structure degrades with every attack. The market's respect for a level is a material property that accumulates wear. CFE makes the wear measurable.
The engine converts the market's level-respect into a physics of stress and fracture: every touch deposits energy into the barrier; every break releases it. Tracked correctly, the fatigue curve of a barrier is observable — and it leads the price action.
02Latent Barrier Framework
A latent barrier B is characterized by a statistical profile rather than a line:
The barrier's half-width defines its influence zone — attacks inside this band are counted as touches:
With band-based identification:
Because every touch updates the profile, a barrier's location is never static — it creeps with the structure that creates it.
03Mass, Load, and Fatigue
Barriers accumulate mass from interactions, the heavier a level is, the more material it has to absorb:
The load at time t sums the influence of recent price with a time-decay kernel, keeping the field alive for every bar:
Damage is what attacks actually do — and it is asymmetric: approaching a level causes less damage than leaving it, mirroring how resistance is more fragile when attacked from below than above:
04Healing and the Fatigue Threshold
Barriers heal — but only during participation, the window where price is inside the barrier's half-width band. Time outside the band does not heal; it only preserves:
When accumulated damage crosses the fatigue threshold, the barrier's structural integrity fails and break probability goes non-linear:
05Layered Architecture — L0 to L4
The engine resolves structure at five scales simultaneously:
Higher layers read lower layers; the decision layer never sees raw price directly.
06The Optional A2C Adapter
// Live laboratory — attack the barrier
● LIVE
Move your mouse inside the field to drive price at the amber barrier. Load accumulates with every close approach; damage grows and heals on a participation clock; when damage crosses the fatigue threshold, the barrier fractures and a new one forms. The engine's break probability is computed exactly as in the paper.
07Live Evidence
Production output from the CFE indicator on TrendSpider — fatigue curves and break probabilities plotted beneath the same market every other tool describes with straight lines. Chart screenshot forthcoming.
08System Parameters
| System Parameter | Evaluated Value / Setting |
|---|---|
| Latent Barrier Half-Width | σ/2 of touch cluster |
| Initial Mass | Minit = 1.0 |
| Load Decay Time Constant | τ = 50 bars |
| Fatigue Threshold | Dthr = 0.80 |
| Damage Asymmetry | κ₊ = 1.00 up · κ₋ = 0.40 down |
| Healing Rate | λ = 0.006 per bar in participation band |
| Break Probability Emission | Beff / (Beff + e^(−T·Beff)) |
| Architecture | L0–L4 layered barrier model |
09Falsification Gates — Where This Model Can Be Proven Wrong
- If break frequency is independent of measured damage (D vs. actual break rate shows no monotonic relationship), the fatigue model fails.
- If healing occurs outside the participation band, the participation clock is wrong.
- If break probability is not monotone in Beff over a large out-of-sample set, the probability mapping fails.
- If the L0–L4 layering adds no predictive value over a flat two-feature model, the architecture is decorative.
10Conclusion
Every level in every market is a material under stress. CFE makes that stress legible — then converts it into the one number a trader needs: will this hold, or will it break? The framework is shipped live, the physics is testable, and the failure conditions are public.
// FRAMEWORK SERIES
Three frameworks. One coherent thesis.
DoD measures how unusual the volatility itself is. TED-PE places the market in kinematic phase space. CFE gives structure a material state. Read the series in order, or drop into the lab.