// Plot the Bullish Divergence signal on the chart plotshape(bullDiv, title="Bullish Divergence", location=location.belowbar, color=color.green, style=shape.labelup, text="BULL")
// Optional: Plot the RSI line for reference plot(rsiValue, title="RSI", color=color.blue, linewidth=1, offset=-1) hline(30, title="RSI Threshold", color=color.red, linestyle=hline.style_dotted)
In true TradingView spirit, the author of this script has published it open-source, so traders can understand and verify it. Cheers to the author! You may use it for free, but reuse of this code in publications is governed by House rules. You can favorite it to use it on a chart.
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 TradingView. Read more in the Terms of Use.