evolution_discover_patterns
Discover trading patterns from market data by analyzing OHLCV with LLM, generating candidate entry/exit conditions ready for backtesting.
Instructions
Discover trading patterns from market data using LLM analysis.
Uses Claude to analyze OHLCV data and generate candidate trading patterns with entry/exit conditions. Each pattern can be backtested afterward.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | Days of history to analyze (default 90) | |
| count | No | Number of patterns to generate (default 5) | |
| symbol | Yes | Trading pair (e.g. "BTCUSDT") | |
| timeframe | No | Bar timeframe — "5m", "15m", "1h", "4h", "1d" | 1h |
| temperature | No | LLM creativity 0-1 (default 0.7, higher = more diverse) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||