BearE

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

None

Chart Script

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