Qubx is a quantitative trading framework for Python 3.12+, providing tools for backtesting, live trading, data management, and strategy development. Version 1.5.1 is the latest release, with active development.
pip install qubxNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize a backtest engine and run a simple backtest.
Use Python 3.12 or higher.
Use from qubx.core.connector import ... instead of from qubx import ...
Replace QubxTrader with QubxConnector(mode='live')
No resource links recorded.