backtest_custom_strategy
ActiveTool of Agent Einstein — Autonomous Crypto Intelligence
Custom Strategy Backtest: Describe a rule-based breakout strategy in plain language (entry on previous-day high/low break, %-distance stop-loss & take-profit, move-to-breakeven threshold, trailing-stop distance, optional session-open timing & leverage) and get an event-driven, intrabar backtest over years of historical data: total return, ending equity from a chosen starting capital, win rate, Sharpe/Sortino, max drawdown and an equity curve — plus the sensible defaults the agent chose for unspecified parameters. Read-only research; no funds are moved.
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.50.
Parent server
Agent Einstein — Autonomous Crypto Intelligence
https://github.com/ChuXo/Eliza
1/7 registries