Track 02Closed

Informed Flow Detection

volume passes without moving price → someone is absorbing/accumulating → price follows them

Key metric

2,090 signals → MFE/MAE = 0.99 across all types

Why an edge should exist / hypothesis
An equities-microstructure classic: absorption, stealth buy/sell, breakout-after-quiet as signs of informed order flow.
Construction
Tick bars (500), 3 detectors: absorption (vol>2× + low price impact), stealth divergence (sell% vs direction), post-quiet breakout.
Test data
Binance aggTrades, 90 days, 5 coins — 2,090 signals.
Results
MFE/MAE = 0.99 across all types — direction after the signal is random. A strength filter does not help.
Validation
Large sample; every type and filter is noise.
Root cause
Crypto futures carry no informed flow like equities: wash-trading + delta-neutral MM blur buy/sell classification. Closes the whole TIB/VIB/DIB/CVD block.
Verdict
Dead. sell%/buy% in crypto carries no directional information.
Source
scripts/research/informed_flow_detector.py · archive/CASCADE_TICK_BARS_RESEARCH.md

Want the same check on your strategy?

Validation →