100% public sources

V4 Server

The data engine behind RoadTo1M. Over a year of relentless work to turn free public feeds into real-time market intelligence.

390K+
Lines of code
45+
Python Services
540+
Real-time pairs
<1s
Analysis latency
7 GB+
Data in database
24/7
Continuous uptime

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.

Architecture

4 layers that transform raw feeds into actionable intelligence.

Ingestion
WebSocket
Traitement
Workers
Analysis
Services
Stockage
3 bases

Tech stack

Python (FastAPI + asyncio)

Backend asynchrone haute performance

PostgreSQL

7 GB+ of historical and real-time data

MongoDB

300K+ documents (signaux, calls, trades)

Redis

3,200+ live keys for real-time cache

The data

Main PostgreSQL tables — all from free sources.

TableTailleDescription
anomaly_scores2.7 GBReal-time anomaly scores, 540+ pairs
ohlcv_aggregated2 GBCandles agrege multi-timeframe
ohlcv_1m600 MBCandles 1 minute (rotation 3 jours)
liquidations480 MBLiquidations live Binance Futures
big_trades480 MBLarge trades detected in real-time
futures_metrics400 MBOI, funding, volumes sur 3 mois

Data sources

All public. All free. Zero subscription.

Binance WebSocket
Binance REST API
CoinGecko API
Internal Calculations

The journey

2025 — Debut

V1 : Le prototype

First Python script. Basic price collection via Binance REST API. A single pair. No analysis.

2025 — Evolutions

V2: WebSocket + multi-pairs

Migration to real-time WebSocket. 50 pairs. First anomaly scoring system. PostgreSQL pour le stockage.

2025 — Maturite

V3 : Le radar

Introduction of the pre-pump radar. Multi-factor scoring. MongoDB for signals. Redis for cache. 100+ pairs.

2026 — Maintenant

V4: The current server

540+ pairs, 45+ async services, spoofing detection, footprint analysis, liquidation tracking, CVD multi-TF, simulateur de trading autonome. 390 000+ lignes de code.

What it computes in real-time

Anomaly Scoring

Composite score 0-200 for each pair, based on 8+ factors.

CVD Delta

Cumulated Volume Delta sur 5min, 15min, 1h. Pression achat vs vente.

Spoofing Detection

Orderbook analysis to detect fake walls and manipulations.

Liquidation Mapping

Zones de liquidation above/below avec imbalance ratio et biais directionnel.

Indicators Engine

RSI, MACD, EMAs, ADX, Bollinger, ATR — computed internally, no external API.

Signal Performance

Tracking post-detection a 15m, 30m, 1h pour mesurer la fiabilite.

All of this, completely free.

Access RoadTo1M
← Back to home