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

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

Closed tradflux closed 3 months ago

tradflux commented 3 months 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 3 months 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.