How we automated Smart Money Concepts detection and pushed live signals through a FastAPI + Flutter pipeline.
Smart Money Concepts (SMC) trade the footprints institutions leave behind. For XAUUSD (gold), we automated detection of two key events:
A BOS confirms trend continuation when price breaks the previous swing high or low.
A CHOCH is the first sign of a possible reversal — the market shifts its character.
Our FastAPI backend ingests live tick data, runs the SMC engine, and pushes signals to the Flutter app over WebSockets in real time.
An AI layer then filters false positives before any alert reaches the trader.