consecutive_candles_scan
Scan for coins with consecutive bullish or bearish candle patterns across exchanges and timeframes. Set minimum growth per candle to filter results.
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 |
|---|---|---|---|
| limit | No | ||
| exchange | No | KUCOIN | |
| timeframe | No | 15m | |
| min_growth | No | ||
| candle_count | No | ||
| pattern_type | No | bullish |