chart_set_visible_range
Define the exact date range to display on a chart by setting start and end unix timestamps, enabling targeted analysis of specific periods.
Instructions
Zoom the chart to a specific date range (unix timestamps)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | End of range (unix timestamp in seconds) | |
| from | Yes | Start of range (unix timestamp in seconds) |