bybit-orderbook-backtester
This skill downloads, processes, and backtests ByBit order book data using `scripts/download_orderbook.py`, `scripts/process_orderbook.py`, and `scripts/backtest.py` and writes outputs to `./data/raw`, `./data/processed`, and `./reports`. It contains explicit shell commands (e.g., `pip install ...`, `python scripts/...`) and performs network access to `https://www.bybit.com/derivatives/en/history-data`.