Identical Three Crows
Three black crows is opposite of three white soldiers and is a bearish candlestick pattern used to predict the reversal of a current uptrend
Method
Inputs
Parameter | Argument type | Description | Default Value |
---|---|---|---|
source_open | pd.Series | - | |
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 |
---|---|
cdlidentical3crows | np.ndarray |