indicator_bollinger_bands
Calculate Bollinger Bands to measure price volatility and identify overbought or oversold conditions using upper and lower bands around a simple moving average.
Instructions
Calculate the Bollinger Bands (BB) - shows price volatility with upper/lower bands around an SMA
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of OHLCV data points to fetch | |
| period | No | Period length | |
| stdDev | No | Standard deviation multiplier | |
| symbol | Yes | Trading pair, e.g., 'BTC/USDT' | |
| timeframe | No | Timeframe, e.g., '1m', '1h', '1d' | 1h |