Getting Started
AlgoQuant Engine is the runtime that executes your strategy, manages insights, talks to brokers and datafeeds, and produces either backtest artifacts, live session data for AlgoQuant Studio, or both depending on how you run it.
Add AQE To Your Strategy
Section titled “Add AQE To Your Strategy”Add AQE to your strategy project’s Cargo.toml:
aq-engine = { git = "https://github.com/algoquantstudio/aq-engine", version = "0.1.9", features = ["runtime", "tui"] }Use this guide in order:
- Strategy lifecycle explains the hooks AQE calls and where each kind of strategy logic belongs.
- Blank strategy gives you the smallest complete strategy and backtest setup.
- Backtest and live runs explains broker/datafeed selection, backtest artifacts, live sync, and terminal UI usage.
Then move into the focused docs:
- Add Events for multi-timeframe bar streams.
- Insights for the full lifecycle and state model.
- Brokers & Datafeeds for current integrations.
- Alpha Models for signal generation patterns.
- Insight Pipes for sizing, validation, and trade management.
Essential cookies and storage
We use essential cookies and storage for sign-in, account security, colour theme preferences, this notice, and required PostHog internal usage, session quality, and reliability metrics. We do not use advertising cookies.
