get_candles
Retrieve historical forex candle data with OHLC values. Specify symbol, timeframe, and candle count to get complete market data for analysis.
Instructions
Get historical candle data for a forex symbol. Sends a command to EA and waits for the result (up to 60 seconds). Returns the complete candle data with OHLC values. (Forex 심볼의 캔들 데이터 조회. EA에 커맨드를 전송하고 결과를 기다립니다. 완료된 캔들 데이터를 반환합니다.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | 조회할 캔들 수 (기본: 200) | |
| symbol | Yes | 심볼 (예: XAUUSD, EURUSD) | |
| timeframe | Yes | 타임프레임 (M1, M5, M15, M30, H1, H4, D1) |