backtest_strategy
Backtest a trading strategy on historical crypto data to obtain performance metrics and risk analysis for informed decisions.
Instructions
Backtest a trading strategy against historical data. Cost: $0.5. Returns performance metrics and risk analysis.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| asset | Yes | Asset to backtest | |
| end_date | Yes | End date (ISO format, e.g., 2025-12-31) | |
| strategy | Yes | Strategy type | |
| parameters | No | Custom strategy parameters (for 'custom' strategy) | |
| start_date | Yes | Start date (ISO format, e.g., 2025-01-01) |