candlestick_patterns
Scan recent bars for candlestick patterns and assess if each is a genuine reversal signal based on trend context.
Instructions
Detect candlestick patterns in the most recent bars.
Args: symbol: Ticker. market: "crypto", "stock" or "idx". interval: Candle size. lookback: How many recent bars to scan (1-20).
Each hit reports the trend it appeared in and whether that makes it a genuine reversal — a hammer inside an uptrend is not a bottom signal.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| market | No | stock | |
| symbol | Yes | ||
| interval | No | 1d | |
| lookback | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||