Schedule Status
get_schedule_statusInspect the configured trading schedule window to confirm trading hours and availability.
Instructions
Inspect the configured trading schedule window.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| inWindow | Yes | Whether the current time is inside the run window. | |
| timezone | Yes | Configured schedule timezone. | |
| windowEnd | Yes | Configured end time. | |
| activeDays | No | Active weekdays. | |
| currentTime | Yes | Current time in the schedule timezone. | |
| windowStart | Yes | Configured start time. | |
| nextWindowEnd | No | Current or next window end. | |
| nextWindowStart | No | Next scheduled window start. |