nkaz001 / hftbacktest

A high-frequency trading and market-making backtesting tool in Python and Rust, which accounts for limit orders, queue positions, and latencies, utilizing full tick data for trades and order books, with real-world crypto market-making examples for Binance Futures
MIT License
1.78k stars 357 forks source link

feat: add latency adjustment for cross-exchange backtesting when the data is collected at a site that differs from the site where the strategy is performed. #123

Closed nkaz001 closed 3 weeks ago

nkaz001 commented 4 weeks ago

WIP