#60 — Indicator-vs-optimal-direction screen
Hypothesis — what it tests
Whether any indicator in the library, momentum or contrarian, carries usable agreement with the direction of the trades a perfect-foresight oracle would take — i.e. whether the entry-direction problem is solvable at all with these features.
Description
With the oracle's optimal trades in hand (entry #59), the natural next question was whether ANY indicator in the project's library agrees with the direction a perfect trader would take at the entry bar. All ~70 indicators — 45 from the causal Kalman10 parquets plus 24 'encyclopedia gap' classes computed bar-at-a-time — were aligned to each oracle optimal-trade entry with a closed-M5 lookahead guard, then scored by point-biserial correlation and best-sign directional agreement (sign flips allowed, so a contrarian read counts). Nothing predicts direction: the best agreement was ~53% against a 50% coin flip, and the only signal surviving on both test pairs was DeltaPrice = tanh(ΔClose/ATR) at r = −0.06 — contrarian, like every other above-noise reading. RSI at M5/M15 never helps (only D1 RSI2, weak and contrarian). This is one plank of the session-wide conclusion that direction is unpredictable net of spread while magnitude and exhaustion are not.
Key result
Indicators
Algorithms
Code
Interactive version (search, filters, figures): the experiment explorer.