cc_strategy_backtest
ActiveTool of Central Command — x402 Trading Intelligence
AI Strategy Backtester: Takes a natural language strategy description, generates executable code, and runs it against historical OHLCV data with full TP/SL/trailing stop simulation. Price: $0.05 USDC.
Parameters schema
{
"type": "object",
"required": [
"strategy",
"symbol"
],
"properties": {
"days": {
"type": "number",
"description": "History lookback (default: 90)"
},
"symbol": {
"type": "string",
"description": "symbol"
},
"strategy": {
"type": "string",
"description": "Natural language strategy description"
},
"timeframe": {
"type": "string",
"description": "1h, 4h, 1d"
}
},
"additionalProperties": true
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Central Command — x402 Trading Intelligence
https://github.com/tlefko/central-command
1/7 registries