Skip to content

AlphaProve

AlphaProve is a backtesting platform for crypto trading strategies. You write a strategy (by hand, with the in-app AI assistant, or by picking a built-in) and submit it for a backtest against historical market data. Results stream back live and settle into a full performance tearsheet (equity curve, trade list, risk-adjusted metrics).

Every strategy runs server-side in an isolated, no-credentials sandbox, and the same engine path serves every tier. Writing strategies, whether built-in, AI-generated, or hand-written Python, is available on every tier, including free (subject to quota and lookback caps). Forward-walk optimisation and publishing to the marketplace are the paid-tier features.

Where to go next

  • Getting started: sign up, write or generate a strategy, submit your first backtest, and read the results. The end-to-end happy path, with links into the deeper references at each step.
  • SDK reference: the frozen strategy_sdk.v1 contract: StrategyContext, Signal, Indicators, and the error taxonomy your evaluate(ctx) works with.
  • Strategy authoring: how to write, validate, and submit a custom strategy in the sandbox.
  • Examples: worked strategies (EMA cross, RSI mean-reversion) plus idiomatic recipes (HTF filter, cooldown, risk sizing).

First time here?

Start with Getting started. It walks the whole flow from account creation to reading a finished backtest, and links into the references so you can drill down only where you need to.