Ladder Bottom
Ladder Bottom is a bullish reversal pattern with three consecutive candles, where the second and third have lower lows.
Method
Inputs
Parameter | Argument type | Description | Default Value |
---|---|---|---|
source_open | pd.Series | Open prices series | - |
source_high | pd.Series | High prices series | - |
source_low | pd.Series | Low prices series | - |
source_close | pd.Series | Close prices series | - |
Outputs
Output | Type |
---|---|
cdlladderbottom | np.ndarray |