Qore is a library-first quantitative research and backtest workspace for Chinese markets.
- Current phase: architecture stabilization stage
- Active architecture snapshot:
docs/design.md - Active execution checklist:
docs/roadmap.md - User workflow and usage:
docs/introduction.md - Contributor extension guide:
docs/workflow.md src/quant_tradeis legacy migration reference, not target runtime architecture
The repository is now a uv workspace monorepo of crate libraries:
crates/qore-datacrates/qore-factorcrates/qore-intelligencecrates/qore-runnercrates/qore-backtest
Key current direction:
- frame-native runner/backtest contracts
- crate-local typed settings (
DataSettings,IntelligenceSettings,RunnerSettings,BacktestSettings) - convenience universe API (
pipeline.universe(...)) for normal usage - result-view API (
result.view()) with plotting support through dependency groupviz
uv syncRun the reference workflow:
uv run --package small-cap-strategy small-cap-strategyThe old quant_trade code remains temporarily for migration reference. New platform
work should go into crates/qore-* and keep crates library-only.