OPEN-SOURCE SCRIPT

Fof Super Bollinger Bands

Good and accurate signal with this indicator
//Buy & Sell Alert Settings
alertcondition(buySignal, title='Buy', message='BUY - {{ticker}}, {{interval}}, Entry={{open}}, SL={{low}}, TP={{high}}, Secure=20Pips, Make Profit=50Pips, Trade Goal=100Pips')
alertcondition(sellSignal, title='Sell', message='SELL - {{ticker}}, {{interval}}, Entry={{open}}, SL={{high}}, TP={{low}}, Secure=20Pips, Make Profit=50Pips, Trade Goal=100Pips')
changeCond = trend != trend[1]
Bands and ChannelsBreadth Indicators

Open-source script

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 publication is governed by House rules. You can favorite it to use it on a chart.

Want to use this script on a chart?

Disclaimer