get_bollinger_bands
Retrieve Bollinger Bands for a trading symbol from your active or selected broker. Configure period, interval, date range, and standard deviations to analyze volatility.
Instructions
Get Bollinger Bands for a symbol from active or specific broker in your session
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| broker | No | Specific broker (optional) | |
| period | No | Period (default: 20) | |
| symbol | Yes | Trading symbol | |
| to_date | No | End date (YYYY-MM-DD) | |
| interval | No | Time interval (1m, 5m, 15m, 1h, 1d) | |
| from_date | No | Start date (YYYY-MM-DD) | |
| standard_deviations | No | Standard deviations (default: 2) |