← All work
Helios Capital· 2025· Lead engineer · motion design

Helios Trading Terminal

A real-time trading terminal where every price tick is felt, not just shown — GPU-rendered charts at 120fps and a latency budget under 8ms.

WebGLRealtimeDesign systems
helios-trading cover
Helios Trading Terminal — full cover
120fps Frame rate
<8ms Input latency
40k Live candles

Traders abandoned the previous terminal because the charts stuttered under load. Re-rendering 40k candles on each tick blew the frame budget, and the UI froze exactly when markets moved fastest.

I moved chart rendering off the DOM and onto a custom WebGL pipeline with instanced geometry, and pushed price aggregation into a worker. The interface layer stayed declarative; only the canvas hot path was hand-tuned.

The terminal now holds a steady 120fps with 40k live candles, and input-to-paint latency dropped below 8ms. Helios rolled it out to their full desk in six weeks.

Visit live project