The data engine behind RoadTo1M. Over a year of relentless work to turn free public feeds into real-time market intelligence.
The V4 Server uses no paid sources. Everything comes from free public APIs: Binance WebSocket for prices, OI, funding, and real-time trades. CoinGecko for market data. No Bloomberg subscription, no Reuters terminal. Just ingenuity, code, and many sleepless nights.
The result: a system capable of analyzing 540+ pairs simultaneously, computing multi-factor anomaly scores, detecting orderbook spoofing, and generating pre-pump signals — all on a single dedicated Hetzner server.
4 layers that transform raw feeds into actionable intelligence.
Backend asynchrone haute performance
7 GB+ of historical and real-time data
300K+ documents (signaux, calls, trades)
3,200+ live keys for real-time cache
Main PostgreSQL tables — all from free sources.
| Table | Taille | Description |
|---|---|---|
| anomaly_scores | 2.7 GB | Real-time anomaly scores, 540+ pairs |
| ohlcv_aggregated | 2 GB | Candles agrege multi-timeframe |
| ohlcv_1m | 600 MB | Candles 1 minute (rotation 3 jours) |
| liquidations | 480 MB | Liquidations live Binance Futures |
| big_trades | 480 MB | Large trades detected in real-time |
| futures_metrics | 400 MB | OI, funding, volumes sur 3 mois |
All public. All free. Zero subscription.
First Python script. Basic price collection via Binance REST API. A single pair. No analysis.
Migration to real-time WebSocket. 50 pairs. First anomaly scoring system. PostgreSQL pour le stockage.
Introduction of the pre-pump radar. Multi-factor scoring. MongoDB for signals. Redis for cache. 100+ pairs.
540+ pairs, 45+ async services, spoofing detection, footprint analysis, liquidation tracking, CVD multi-TF, simulateur de trading autonome. 390 000+ lignes de code.
Composite score 0-200 for each pair, based on 8+ factors.
Cumulated Volume Delta sur 5min, 15min, 1h. Pression achat vs vente.
Orderbook analysis to detect fake walls and manipulations.
Zones de liquidation above/below avec imbalance ratio et biais directionnel.
RSI, MACD, EMAs, ADX, Bollinger, ATR — computed internally, no external API.
Tracking post-detection a 15m, 30m, 1h pour mesurer la fiabilite.