Communityv1.0.0

bybit-order-book

Download, process, and backtest ByBit derivatives historical order book data. Use this skill when the user wants to: (1) download historical order book snapshots from ByBit's derivatives history-data page using Selenium automation, (2) process/unzip ob500 JSONL files and filter to depth 50, (3) run any of 10 order-book-based trading strategies (Order Book Imbalance, Breakout, False Breakout, Scalping, Momentum, Reversal, Spoofing Detection, Optimal Execution, Market Making, Latency Arbitrage) against the data, or (4) generate full backtest performance reports with PnL, Sharpe ratio, win rate, max drawdown, and strategy comparison. Triggers on: "bybit order book", "order book backtest", "download bybit data", "ob500", "order book imbalance", "spoofing detection strategy", "market making backtest", "crypto order book", "depth of book backtest", "bybit historical data".

2kdownloads2stars1active installsdavidm413
View on ClawHubBack to Skills

Skill Details

Slug
bybit-order-book
Latest Version
1.0.0
Author
davidm413
Published
Feb 7, 2026
Updated
May 17, 2026
Total Versions
1

How to Install

  1. 1 on OpenClawdBots (takes under 60 seconds).
  2. 2Open your bot dashboard and go to the Skills tab.
  3. 3Switch to the ClawHub tab and search for bybit-order-book.
  4. 4Click Install and the skill is deployed to your bot automatically.

Changelog — v1.0.0

bybit-orderbook-backtester v1.0.0 - Initial release with end-to-end pipeline: download ByBit derivatives order book data, process & filter order book snapshots, backtest 10 built-in trading strategies, and generate full performance reports. - Supports automated & manual data download, top-50 depth filtering, and optional downsampling for efficient processing. - Includes 10 strategies: Order Book Imbalance, Breakout, False Breakout, Scalping, Momentum, Reversal, Spoofing Detection, Optimal Execution, Market Making, Latency Arbitrage. - Generates detailed backtest reports: PnL, Sharpe ratio, win rate, drawdowns, equity curves, and strategy comparisons. - Extensible by editing strategy parameters or adding new strategies in `scripts/backtest.py`.