DFNS
A live trading dashboard that turns a real-time futures tick feed into clean, logged buy/sell signals — on screen the instant they fire.
DFNS watches the NQ and ES futures markets in real time. A single persistent WebSocket pulls live trade ticks, the engine aggregates them into per-second bars, and a multi-factor confluence check — trend, momentum, volume and volatility all have to line up — decides when there’s a trade worth calling.
Every signal is followed and logged: entry, target and stop, then the take-profit or stop-loss the moment price reaches it. The result is a permanent, queryable record of exactly what the system saw and when — not screenshots after the fact.
Built end to end — a Node and MongoDB backend feeding a Next.js dashboard with live candlesticks, streamed to the browser over server-sent events. It watches and records; it does not place orders. Our own tool, running live.