PulseHub
OPEN-SOURCE SCRIPT

All FVG Boxes

161
//version=6
indicator("All FVG Boxes", overlay = true, max_boxes_count = 500)

bullFVG = low > high[2]
bearFVG = high < low[2]

if bullFVG
box.new(
left = bar_index - 2,
top = low,
… right = bar_index,
bottom = high,
border_color = color.rgb(255, 0, 179),
border_width = 1,
bgcolor = color.new(color.red, 90))

Disclaimer

The information and publications are not meant to be, and do not constitute, financial, investment, trading, or other types of advice or recommendations supplied or endorsed by PulseWire. Read more in the Terms of Use.