Evolution Fetch Market Data
evolution_fetch_market_dataFetch OHLCV market data from Binance to download historical price bars for backtesting and pattern discovery before running backtests or discovering patterns.
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 | |||