Function - CDL3INSIDE
Three Inside Up/Down |
Candlestick Pattern
|
| SYNTAX |
Cdl3inside( ARRAY open, ARRAY high, ARRAY low, ARRAY close) |
| RETURNS |
NUMERIC ARRAY |
| DESCRIPTION |
Three Inside Up/Down, Note that after the long candle day that is in the same direction of the trend that the Harami pattern occurs. |
| ADDITIONAL INFO |
Signal: Bullish Pattern: reversal Reliability: high A bullish Harami pattern is followed by a white day that has a higher close than the second day. |
| EXAMPLE |
Cdl3inside(open, high, low, close) |
| |