walrasquant-strategy

Create, modify, and validate WalrasQuant trading strategy code.

2|Updated Apr 24, 2026
One-click install
npx skills add https://github.com/river-walras/virtus --skill walrasquant-strategy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: walrasquant-strategy
Source: https://github.com/river-walras/virtus/tree/main/skills/walrasquant-strategy
Command: npx skills add https://github.com/river-walras/virtus --skill walrasquant-strategy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Write, review, and debug WalrasQuant trading strategies with structure, guardrails, and reference material, reducing boilerplate and errors.

Core Features & Use Cases

  • Strategy scaffolding: generate consistent Strategy subclasses and lifecycle hooks.
  • Config and Engine wiring: guide to connect basic_config, public/private connectors, and engine lifecycle.
  • References and patterns: access curated references and example files to accelerate development.

Quick Start

Create or modify a WalrasQuant strategy by following the included guidelines and examples.

Frequently Asked Questions about walrasquant-strategy

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I scaffold a trading strategy subclass with WalrasQuant?

To scaffold a trading strategy with WalrasQuant, generate a consistent Strategy subclass and wire its lifecycle hooks. This enforces a standardized structure, reducing boilerplate and errors during initial setup.

How does WalrasQuant connect basic_config and engine lifecycle components?

WalrasQuant connects basic_config to the engine lifecycle by guiding the setup of public and private connectors. This ensures proper initialization and management of the trading engine's operational states.

Can I implement market-data subscriptions and order APIs across multiple exchanges using this approach?

Yes, you can implement market-data subscriptions, event handlers, and order APIs across multiple exchanges. The system provides references and patterns to accelerate development and ensure consistent integration.

What is the purpose of the references directory in a WalrasQuant strategy?

The references directory provides curated guidance and example files for WalrasQuant strategies. It accelerates development by offering access to established patterns and reference material for debugging and implementation.

Why do I need standardized SKILL.md frontmatter for trading strategy code?

Standardized SKILL.md frontmatter enforces a consistent Skill Unit structure for trading strategy code. This reduces validation errors and ensures the strategy is correctly recognized and processed by the system.