romaco_set_zoom
Adjust chart zoom level by specifying direction and factor. Zooms in for detail or out for broader view with each call.
Instructions
Zoom the chart in or out. Each call zooms by the given factor (default 1.5x). Call multiple times for more zoom. Use romaco_reset_view to return to default fit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| factor | No | Zoom multiplier (default 1.5). Higher = more zoom per call. | |
| direction | Yes | "in" = fewer candles in detail, "out" = more candles visible |