What problem does it solve?
It helps you design, validate, and run trading backtests on PlausibleAI without guessing market symbols, DSL structure, or execution details.
Core Features & Use Cases
- Market and symbol discovery: Find supported market types and locate the correct symbols before running strategies.
- DSL contract-driven strategy building: Use the backtests catalog as the authoritative source for indicators, parameters, operators, logic nodes, and metrics.
- Validation before execution: Detect issues in novel payloads (symbols, indicators, logic trees) to avoid wasted runs.
- Single, batch, and mining workflows: Run one backtest, run concurrent batches, or mine for the best actionable signals using PlausibleAI’s mining endpoint.
- Incremental result retrieval: Fetch full stored results, trades, and equity curves (with pagination) when you need deeper analysis.
Quick Start
Run a validated backtest on BTC-USD using the provided PlausibleAI backtests DSL by asking: "Backtest BTC-USD from 2020-01-01 on daily data with a long entry using a 50/200 SMA golden cross and exit using a 50/200 SMA death cross."