romaco_get_visible_candles
Provides a summary of OHLCV candles currently visible in the chart viewport, including count, range, volume, and ATR. Optionally returns raw candle array for custom indicator math.
Instructions
Summarize the OHLCV candles currently visible in the chart viewport: count, first/last candle, OHLC range, volume stats, percent change, ATR approximation. Cost: compressed by default (<1 KB). Set acknowledgeHighTokenCost:true to receive the raw OHLCV array (≈70 KB for a 360-candle viewport). Only opt in to the raw array when the user explicitly asked for raw candles (e.g. for custom indicator math). For analysis, prefer romaco_analyze_market.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| acknowledgeHighTokenCost | No | WARNING: setting this true returns the raw OHLCV array (≈70 KB at 360 candles, scales linearly). Only opt in when the USER has explicitly asked for raw candles and accepts the token cost. Default (omit) returns a compressed range summary. |