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

Remove 'rust' sub-directory from the repo #118

Closed tradflux closed 1 month ago

tradflux commented 1 month ago

Looks to me like we don't need it. If I'm intepreting the directory structure correctly we're going to end up with;

  1. hftbacktest
  2. hftbacktest-derive
  3. py-hftbacktest

I know there isn't anything except the MD file but the simpler the better I think.

nkaz001 commented 1 month ago

I left that directory because there is still a lot of traffic to that URL. I don't want visitors to encounter a 404 error. But, it will be removed in the future.