Overview of HftBacktest features
masterHftBacktest is a Rust framework for high-frequency trading (HFT) and market-making strategies. It provides accurate market replay-based backtesting using full order book and trade tick feed data.
Key capabilities include:
- Tick-by-tick simulation: Customizable time intervals or based on feed/order receipt.
- Order Book Reconstruction: Supports L2 Market-By-Price and L3 Market-By-Order feeds.
- Latency Accounting: Models both feed and order latency.
- Order Fill Simulation: Accounts for order queue position.
- Multi-asset/Multi-exchange: Supports complex models across different assets and exchanges.
- Live Bot Deployment: Run the same algorithm code for live trading (currently supports Binance Futures and Bybit).