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.02k stars 397 forks source link

How to get grid trading executable file? #142

Closed StephenLee2016 closed 2 months ago

StephenLee2016 commented 2 months ago

Hello, I'm a newbie to Rust and would like to ask how to use Rust's live script? After compiling, I got a .so file. I don't know how to obtain the executable file for grid trading.