CDLIDENTICAL3CROWS
CDLIDENTICAL3CROWS
Summary
A three-candle bearish reversal pattern: three consecutive declining black candles, each with a very short (or no) lower shadow, where each candle after the first opens at or very near the prior candle's close. A hit signals a bearish reversal (pattern is always bearish).
Notes
- Does not verify the preceding uptrend that the bearish reversal classically assumes.
- Does not require the three bodies to be equal in size; 'identical' refers only to each candle opening at or near the previous candle's close.
Inputs
inOpen— Open price of each barinHigh— High price of each barinLow— Low price of each barinClose— Close price of each bar
Outputs
outInteger— -100 when the pattern is detected (always bearish), 0 otherwise. Never emits +100
Properties
Numerical Stability: Start-Independent
| Display Flags |
|---|
| ☐ Overlap Input |
| ✅ Independent Y-Axis i |
| ✅ Candlestick i |
Implementation
TA-Lib Definition: cdlidentical3crows.c · cdlidentical3crows.yaml
| Native | File |
|---|---|
| C | ta_CDLIDENTICAL3CROWS.c |
| Rust | cdlidentical3crows.rs |
| Java | Core_CDLIDENTICAL3CROWS.java |
TA-Lib is also available for Python, R and more using a wrapper.
Aliases
Identical Three Crows