Qm

Topic · Trading & Microstructure

← All topics

HFT & Latency

25 articles · 4 checkpoints · 13 deeper reads · 8 reference notes

Every article, in reading order

plant a flag as you finish each

Read these first

  1. An FPGA is a chip you wire into the exact circuit your strategy needs, instead of running instructions one at a time on a general-purpose CPU, trading a little flexibility for a latency advantage measured in tens of microseconds.

  2. When the same asset trades on two venues and news reaches one microseconds before the other, a faster firm can trade on the stale, not-yet-updated price before it catches up, a race that requires no forecasting skill, only speed.

  3. A backtest that reacts to a price the instant it appears in the data is trading with information it wouldn't actually have had yet, realistic execution latency has to be inserted between "signal fires" and "order arrives," or the backtest is quietly cheating.

  4. Tick-to-trade latency is the clock from a market data update landing on your wire to your resulting order leaving the building, every microsecond in that path is a microsecond someone faster can trade on the same information first.

Then the rest

Reference notes8 short entries