rating_filter
Filter cryptocurrencies by Bollinger Band rating to identify buy or sell signals across exchanges and timeframes.
Instructions
Filter coins by Bollinger Band rating.
Args: exchange: Exchange name like KUCOIN, BINANCE, BYBIT, MEXC, etc. timeframe: One of 5m, 15m, 1h, 4h, 1D, 1W, 1M rating: BB rating (-3 to +3): -3=Strong Sell, -2=Sell, -1=Weak Sell, 1=Weak Buy, 2=Buy, 3=Strong Buy limit: Number of rows to return (max 50)
Returns list[dict] on success, or an error envelope on total upstream
failure ({"error": {"code": "ALL_BATCHES_FAILED", ...}}).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| rating | No | ||
| exchange | No | KUCOIN | |
| timeframe | No | 5m |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |