backtest_strategy
ActiveTool of Agent Einstein — Autonomous Crypto Intelligence
Walk-Forward Backtest as a Service: Run a candle-replay backtest with walk-forward cross-validation against any of Einstein's 4 production-grade strategy adapters (sma-crossover, rsi-mean-reversion, momentum-breakout, buy-and-hold). Returns Sortino, max-drawdown, total return, profit-factor and per-fold breakdown so the caller can vet a strategy on real out-of-sample data before risking capital. Caller specifies adapter id + symbol + timeframe + fold config; results come back in seconds.
Parameters schema
{
"type": "object",
"required": [],
"properties": {
"chain": {
"enum": [
"base",
"ethereum",
"bsc",
"arbitrum",
"polygon",
"optimism",
"solana"
],
"type": "string",
"description": "Blockchain network to query"
},
"limit": {
"type": "number",
"description": "Maximum number of results (default: 10, max: 100)"
},
"timeperiod": {
"enum": [
"1h",
"4h",
"24h",
"7d",
"30d"
],
"type": "string",
"description": "Time period for analysis"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Agent Einstein — Autonomous Crypto Intelligence
https://github.com/ChuXo/Eliza
1/7 registries