Skip to content

Getting Started with AQS

AlgoQuant Studio gives you a desktop workspace for building strategies, analysing results, and supervising live sessions produced by AlgoQuant Engine.

AQS creates and builds Rust strategy projects through AQE, so rustup and cargo must be installed before you create projects or compile strategies.

Install Rust from rustup.rs, then confirm the toolchain is available:

Terminal window
rustup --version
cargo --version

After installing Rust, restart AQS or open a new terminal session so the updated PATH is available to the desktop app.

  1. Install the desktop application for your operating system.
  2. Install Rust with rustup if it is not already available.
  3. Open or create a strategy project.
  4. Configure the project runtime, broker, datafeed, and cloud binding when needed.
  5. Build the strategy structure in the editor.
  6. Run a backtest and inspect the results.
  7. Start a live or paper session and supervise it from the strategy surfaces.

AQS can be used as the primary interface over AQE. In that setup, AQE runs the strategy and produces runtime state, while AQS renders the live strategy, insight, account, equity, and backtest surfaces that you use to operate the system.

  • Strategy Editor for project composition and runtime configuration
  • Backtest Review for historical performance and trade inspection
  • Active Strategies Dashboard for live session monitoring
  • Strategy Detail for insight flow, account state, events, and cloud session information

The remaining AQS pages break those areas down in more detail.