CDL3STARSINSOUTH
CDL3STARSINSOUTH
Summary
A three-candle bullish reversal pattern of three consecutive black candles that progressively shrink and stabilize: a long black candle with a long lower shadow, a smaller black candle probing lower, then a small black marubozu contained within the second candle's range. A hit (+100) signals a bullish reversal; per the code comment it is meaningful in a downtrend, but the function does not verify prior trend.
Notes
- Does not verify the prior downtrend the pattern classically assumes for significance.
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 on the bar where the pattern completes (always bullish), 0 otherwise. Never emits -100
Properties
Numerical Stability: Start-Independent
| Display Flags |
|---|
| ☐ Overlap Input |
| ✅ Independent Y-Axis i |
| ✅ Candlestick i |
Implementation
TA-Lib Definition: cdl3starsinsouth.c · cdl3starsinsouth.yaml
| Native | File |
|---|---|
| C | ta_CDL3STARSINSOUTH.c |
| Rust | cdl3starsinsouth.rs |
| Java | Core_CDL3STARSINSOUTH.java |
TA-Lib is also available for Python, R and more using a wrapper.
Aliases
Three Stars In The South