get_bulk_candles
Fetch historical candle data for multiple timeframes at once by sending a command to MetaTrader 5, returning candles for all requested timeframes.
Instructions
Get historical candle data for multiple timeframes at once. Sends a command to EA and waits for the result (up to 120 seconds). Returns candle data for all requested timeframes. (다중 타임프레임 캔들 데이터 조회. EA에 커맨드를 전송하고 결과를 기다립니다. 요청한 모든 타임프레임의 캔들 데이터를 반환합니다.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | 각 타임프레임별 조회할 캔들 수 (기본: 200) | |
| symbol | Yes | 심볼 (예: XAUUSD, EURUSD) | |
| timeframes | Yes | 타임프레임 배열 (예: ["M1", "M5", "H1"]) |