evolution_fetch_market_data
Fetch historical OHLCV price data from Binance to prepare for pattern discovery and backtesting. Provides the market data needed for evolution analysis.
Instructions
Fetch OHLCV market data from Binance for evolution analysis.
Downloads historical price bars for backtesting and pattern discovery. Use this before discover_patterns or run_backtest to get data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | Number of days of history to fetch (default 90) | |
| symbol | Yes | Trading pair (e.g. "BTCUSDT", "ETHUSDT") | |
| timeframe | No | Bar timeframe — "5m", "15m", "1h", "4h", "1d" | 1h |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||