___________________________
__/___|___|___|___|___|___|___]=====o
|_○_◌_◎_◌_○_◌_|
followthedamntrain v3.0Hyperliquid-native quantitative trading framework. Real-time whale copy-trading, multi-provider AI research, derivatives analytics, and order book microstructure — all in one CLI.
“All you had to do was follow the damn train, CJ!” — Big Smoke
Four Pillars
Real-time Hyperliquid WebSocket monitoring. Five signal types — OPEN, CLOSE, SIZE_UP, SIZE_DOWN, FLIP. Twelve-exchange ccxt execution with automatic sizing and risk management.
Six interactive dashboard modules — volatility & variance, market positioning, options skew, events calendar, regime detection, cross-asset relative value.
Real-time L2 order book streaming. Canvas SLS heatmaps with Raw, Gravity, and Curvature modes. Ten-pair universe scanner with WebGL scatter rendering at 60fps.
Telegram channel scraper for real-time market intelligence. Alerting engine with twelve conditions and five rule types. Trade.xyz ticker integration for Hyperliquid market data.
Architecture
Hyperliquid WS ──► Signal Detection ──► Signal Router │ userFills │ │ │ clearinghouseState │ OPEN/CLOSE/ │ │ │ SIZE_UP/SIZE_DOWN │ │ │ FLIP │ │ │ │ ┌───────────────────────────────┤ │ ▼ ▼ │ Auto-Execute AI Pipeline │ ┌─────────────┐ ┌─────────────┐ │ │ Risk Manager │ │ Hermes Agent │ │ │ Sizing Calc │ │ (X, TG, Web) │ │ │ Market Order │ └──────┬──────┘ │ └──────┬──────┘ ▼ │ │ LLM Analysis │ │ (OpenAI/Claude/DS/Ollama) │ │ │ │ │ ┌─────────▼─────────┐ │ │ │ Human-in-the-Loop │ │ │ │ Terminal / TG Bot │ │ │ └─────────┬─────────┘ │ │ │ │ └──────────────┬───────────────┘ │ ▼ │ ccxt Execution │ (Hyperliquid default) │ │ │ ▼ │ SQLite DB
Get Started
$ git clone https://github.com/ramseshk/followthedamntrain.git $ cd followthedamntrain $ npm install && npm run build $ ftdt watch ┌─ smart_money_1 ───────────────────────┐ │ Value: $142,350 | NTL: $85,000 │ │ Positions (3): │ │ BTC LONG ×2 $60,000 @ $105,200 │ │ ETH SHORT ×1 $15,000 @ $3,120 │ │ PURR LONG ×10 $10,000 @ $0.42 │ └────────────────────────────────────────┘
Requires Hyperliquid API keys • Node.js ≥20 • MIT License