Getting Started

  • Introduction
  • Architecture
  • Installation
  • Configuration

Tutorials

  • Running a Local Backtest
  • Deploying to Production
  • Custom Strategies

WAlphaHunter Documentation

Complete guide to the WAlphaHunter algorithmic trading system. Learn how to set up, configure, and extend the platform.


Quick Start

The fastest way to get started is using our CLI tool. Ensure you have Node.js 20+ installed.

$ npx wah-cli init my-strategy

Core Concepts

Engine

The central event loop that processes ticks and manages order lifecycles.

Compliance

The module responsible for generating ZK proofs and pushing them to Base.

Architecture

WAlphaHunter follows a hexagonal architecture, keeping the core domain logic isolated from external adapters like WEEX API and Base blockchain interfaces.