get_candles
Fetch historical OHLCV candles for technical analysis. Specify asset, timeframe (M1, M5, H1), and count to receive oldest-first open, high, low, close, volume data.
Instructions
Fetch OHLCV candles for analysis.
timeframe is the candle size in seconds (60=M1, 300=M5, 900=M15, 3600=H1,
14400=H4). Returns candles oldest-first, each with time/open/high/low/close/volume.
Call this for several timeframes to analyse multiple horizons at once.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| asset | Yes | ||
| count | No | ||
| timeframe | No |