MOMENTUM & OSCILLATORS
Bullish engulfing
A two-candle reversal pattern: after a down candle, a bigger up candle swallows it whole.
spec id: bullish_engulfing
What does Bullish engulfing measure?
A two-candle reversal pattern: after a down candle, a bigger up candle swallows it whole. It reads as buyers taking the day back and then some.
How is Bullish engulfing calculated?
Answers 1 when the previous candle closed below its open, this candle closed above its open, and this candle's body covers the whole of the previous body (opening at or below the old close and closing at or above 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 Bullish engulfing in a bot?
In the builder, add an indicator of type bullish_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
- 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.
- CMOA momentum meter running from −100 to +100.
- Center of gravityA smooth oscillator that swings around the price's recent balance point.
Or browse all 158 indicators in the full library.