Transformer market-structure analysis
Wyckoff Trading Assistant
A transformer that labels price action against Richard Wyckoff’s market-phase method.
- Method encoded
- Wyckoff phases
- 2025
The problem
Wyckoff analysis is judgement-heavy and slow: a human reads chart structure phase by phase.
What made it hard
Market phases are sequential and context-dependent, so the model has to see a window, not a candle.
Architecture
- 01Sequence windows of OHLCV data built into training examples
- 02Transformer encoder trained to classify market phase
- 03Served behind a web frontend for chart-by-chart inspection
Outcomes
- Encodes a discretionary method into a reproducible classifier
- Deployed as a live web application