Bullish & Bearish Engulfing
35
Follow
60
Followers
Source
Pine
//@version=5
indicator("Bullish & Bearish Engulfing", overlay=true)
engulfScale = input.float(3.0, "Scale of engulfing candle", minval = 1.0, step = 0.1, tooltip="Scale factor of engulfing candle compared to previous candle")
// Input minimum engulfing candle size
candlePipSize = input.int(30, "Minimum Candle size in pips", minval = 10, tooltip="To gauge if worth entering a trade")
// Make sure the shadow is bigger than previous candle
//engulfShadow = high > high[1] and low < low[1]
// Compare current and prev candle sizesStrategy parameters
Related strategies
Comment
All comments (0)
No data
- 1