pair_summary
Provides a comprehensive currency pair briefing: current rate, N-day range, annualised volatility, optimal send-window verdict, and SMA(20) in a single call.
Instructions
One-call morning briefing for a currency pair: current rate, N-day range, annualised volatility, send-window verdict, and SMA(20). Combines get_rate + volatility_analysis + optimal_send_window into a single tool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Quote currency (e.g. USD) | |
| days | No | Lookback window in days (7–90, default 30) | |
| from | Yes | Base currency (e.g. NZD) |