consecutive_candles_scan
Scan cryptocurrencies for consecutive bullish or bearish candles to identify strong momentum patterns.
Instructions
Scan for coins with consecutive growing/shrinking candles pattern.
Args: exchange: Exchange name (BINANCE, KUCOIN, etc.) timeframe: Time interval (5m, 15m, 1h, 4h) pattern_type: "bullish" (growing candles) or "bearish" (shrinking candles) candle_count: Number of consecutive candles to check (2-5) min_growth: Minimum growth percentage for each candle limit: Maximum number of results to return
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| exchange | No | KUCOIN | |
| timeframe | No | 15m | |
| pattern_type | No | bullish | |
| candle_count | No | ||
| min_growth | No | ||
| limit | No |