nkaz001 / hftbacktest

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: implement reader for parquet type files #161

Open bohblue2 opened 18 hours ago

bohblue2 commented 18 hours ago

You've created a reader that can read parquet files.

The example code is a work in progress.