rolling_stats
Rolling window statistics (mean/std/min/max/sum) for an indicator. Smooths noise, reveals trends.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| op | No | mean | std | min | max | sum | |
| full | No | Return the full raw time series (heavy, many tokens). Default false → you get only the summary/stats, which is enough to ANSWER a question. Set true only when you must plot or export every point. | |
| time | No | ||
| entity | Yes | ||
| window | No | Window size in periods (2-100) | |
| indicator | Yes |