MOMENTUM & OSCILLATORS
Bearish engulfing
A two-candle reversal pattern: after an up candle, a bigger down candle swallows it whole.
spec id: bearish_engulfing
What does Bearish engulfing measure?
A two-candle reversal pattern: after an up candle, a bigger down candle swallows it whole. It reads as sellers taking the day back and then some.
How is Bearish engulfing calculated?
Answers 1 when the previous candle closed above its open, this candle closed below its open, and this candle's body covers the whole of the previous body (opening at or above the old close and closing at or below the old open). Otherwise 0.
Written by reading the engine’s real computation, not a textbook — where the two differ, the page describes what actually runs.
How do I use Bearish engulfing in a bot?
In the builder, add an indicator of type bearish_engulfing. Its value becomes an operand you can compare in any entry or exit rule. The engine grades the whole rule honestly: real fills, no look-ahead, half the history held back.
Related indicators
- BiasHow far price has run away from its own average, as a percentage.
- Bullish engulfingA two-candle reversal pattern: after a down candle, a bigger up candle swallows it whole.
- CCIHow far today's price sits from its normal range, on a scale where roughly ±100 marks the edges of ordinary.
- Forecast oscillatorHow far price has drifted from the straight line that best fits its recent path — in percent.
Or browse all 158 indicators in the full library.