BullE

Bullish Engulfing
Description
A candle pattern that forms when a small black candlestick is followed by a large white candlestick that completely engulfs the small black one.
Category
Simplified Candle Scans
Parameters

None

Chart Script

LO :=Ref(O,1);
LC :=Ref(C,1);
C>LO & O<LC & LO>LC;