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 358 forks source link

please add more exchanges like Bybit #72

Closed SUSHANTH009 closed 6 months ago

SUSHANTH009 commented 6 months ago

suggestion for adding more exchanges

nkaz001 commented 6 months ago

I'll add it to my list. But, the Rust live bot is still in the early stages of development, and there are many implementations to be made for its future development. Therefore, implementing another exchange besides Binance will take some time.

nkaz001 commented 3 months ago

Bybit is a WIP.

nkaz001 commented 2 months ago

@SUSHANTH009 hftbacktest rust v0.2.0 has been released with MVP Bybit connector.