Full-code strategy runtime
Run complete strategy lifecycles across start-up, universe selection, bar handling, insight generation, pipeline processing, and teardown.
AQE is a standalone open runtime for builders who want code-level control over strategy logic, integrations, backtesting, and live execution. AQS adds visualization and operations around it, but AQE does not require AQS to run.
AQE is designed for builders who need the structure of a quant platform while keeping ownership of strategy logic, runtime choices, and execution infrastructure.
Run complete strategy lifecycles across start-up, universe selection, bar handling, insight generation, pipeline processing, and teardown.
Represent trading intent as a first-class object with state history, order context, fills, closes, cancellations, and rejections.
Build against one engine-facing model while swapping execution, market-data, and infrastructure integrations behind the runtime.
The engine is organised around strategy state, insight state, broker events, and session-scoped records. That structure supports pro debugging, operational review, and future team workflows where decisions need a clear trail.
Use the same strategy surface for historical research and live sessions today, with backtest results persisted for review even without AQS.
Publish session state into AlgoQuant Studio when you want visual inspection, dashboards, and review workflows around the standalone engine.
Add broker, market-data, and infrastructure implementations behind the existing engine traits as the trading stack expands.
AlgoQuant Engine processes bars, generates insights, manages broker updates, and persists result data as its own runtime. AlgoQuant Studio is an optional interface for visual orchestration, inspection, and live operations.
AQE is suited to independent researchers, pro strategy developers, and trading teams that need a coherent runtime for research, customization, live execution, SQLite-backed result review, and infrastructure integration.