A high-frequency trading and market-making backtesting and trading bot 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
2.01k
stars
395
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
WIP