Quant developers
A backtester that doesn't hide its assumptions
You already write strategies in Python and want a simulator you can trust. Because dgbit targets Bybit directly, the fee model, kline boundaries, and order assumptions map one-to-one to live behavior — so a promising backtest is a promising signal, not a modeling artifact.
Run your first backtest →- One-to-one backtest ↔ live fee model
- Plotly reports: return, win rate, drawdown
- Subclass BaseStrategy, register, run