Execution Algorithms¶
Algorithms that slice a parent order into child orders to minimize total cost (slippage + impact + opportunity).
Difficulty expert
Reading order¶
- TWAP — time-weighted average price
- VWAP — volume-weighted average price
- Implementation Shortfall — arrival-price benchmark, Almgren-Chriss
- Smart Order Routing — venue selection across fragmented markets
What you should walk away with¶
- A view on which algorithm fits which order profile.
- The math behind the cost / risk tradeoff that drives every execution decision.
- An understanding of why best execution isn't a single fixed strategy.