Skip to content

Algo Strategies

StrategyDescription
ARRIVAL PRICE (Implementation Shortfall) order algorithmCaptures the mid-price at the moment the order arrives (the “arrival price”).
ICEBERG order algorithmConsumes “orders.routed” from the bus (strategy=ICEBERG).
IMPLEMENTATION SHORTFALL (IS) order algorithmMinimises total execution cost vs the arrival (decision) price by balancing market impact against timing risk.
LIMIT order algorithmConsumes “orders.routed” from the bus (strategy=LIMIT).
MOMENTUM order algorithmSignal-driven EMA crossover strategy.
POV (Percent of Volume) algorithmConsumes “orders.routed” from the bus (strategy=POV).
SNIPER order algorithmMulti-venue smart routing strategy.
TWAP (Time-Weighted Average Price) algorithmConsumes “orders.routed” from the bus (strategy=TWAP).
VWAP (Volume-Weighted Average Price) algorithmConsumes “orders.routed” from the bus (strategy=VWAP).