Bybit V5
Primary exchange interface for market data, orders, positions, and wallet state.
Private trading system. Public engineering showcase. The page shows architecture, risk controls, journal/dashboard layers, and validation without exposing the decision core.
Read the flow as Bybit V5 API, data preparation, private decision boundary, risk authority, execution, and operations.
Primary exchange interface for market data, orders, positions, and wallet state.
Stream normalization, candle buffers, cache, and market-state assembly.
Decision logic stays closed; only its input/output boundary is shown.
RR, sizing, exposure limits, circuit breakers, and position lifecycle gates.
Order routing, reconciliation, SQLite records, dashboard, and diagnostic reports.
The showcase explains system quality, not trading decision logic, production parameters, or internal reports.
The exposed layers represent data, risk, execution, journal, dashboard, and test discipline without revealing strategy logic.
Market ingestion and state preparation are owned directly through exchange APIs.
RR, sizing, exposure, and cooldown checks run before order routing.
SQLite records and dashboard views keep actions, reconciliation, and reports auditable.
63 test files cover runtime, risk, execution, and operations flows.
The workflow validates API access first, then moves through configuration, connection checks, dry-run, and dashboard monitoring.