You get a production-grade exchange integration layer for automated trading, built on ccxt — the part that quietly breaks in most bots.
What I deliver:
- Exchange connector (Bybit or any ccxt-supported exchange), tested against the demo environment
- Risk module: position sizing from money-at-risk (risk % of equity + stop distance), liquidation price estimate, margin check, daily-loss stop
- Order flow with preview, explicit confirmation and receipt — nothing executes silently
- Test suite with an exchange double, so logic is verifiable without network
What this is NOT: a "guaranteed profit" bot. I build the reliable plumbing and risk discipline that strategies stand on. Your strategy rules can be wired in as explicit entry/exit conditions.
Deliverable: clean Python repo, README, pytest suite, deploy notes for your VPS.
Demo environment only by default — live-money routes are excluded until you ask.