SB Master Chart v4

SB Master Chart was designed with a minimalist appearance, but is able to provide a trader with all the information he needs at a glance to make informed trading decisions. This chart utilizes the alert() function so the trader can be alerted even while away from a computer to a potential trade opportunity.
Version 4 has been redesigned for maximal efficiency. Over the many iterations of the script, I introduced many new visual affects which detracted from the simplicity of the original script. I have since removed many of the eye candy and kept the fundamental visuals that made the script eye appealing. I have redesigned the back end code of the script to be more efficient with the use of custom functions. From V1 to V2 I introduced a trend filter. This made V2 a multi-time frame script. I have since removed the trend filter because it was filtering out many viable trades on shorter time periods. Despite removing the trend filter, I have kept the multi time period functionality of the script and introduced alerting on multiple time periods with one alert.
This chart incorporates the following indicators in some form
- Bolinger
- MACD
- RSI
- Stochastik
- VWAP
- Moving Averages
- Volume
The chart utilizes a combination of 5 indicators to determine overbought and oversold levels.
The green dot indicates oversold conditions. (alerted)
The red dot indicates overbought conditions. (alerted)
The orange dots sometimes precede the green and red dots and are determined by opportunistic volume and often provide better enter and exit opportunities and green and red dots. (alerted)
The yellow dots always precede the green and red dots.
The bar colors are determined by the three moving averages the chart tracks, MA5 , MA20, and MA50.
If the bars are green, a clear uptrend is happening, red represents downtrend.
Yellow bars indicate MA5 is in an uptrend and Orange indicates that MA5 is in a downtrend.
The VWAP lines are based on the following periods and serve as support and resistance lines.
- Green (20 Period)
- Yellow (50 Period)
- Red (100 Period)
The black horizontal lines represent the upper and lower Bollinger bands and serve as elastic support and resistance lines.
The green background represents oversold on 4+ time periods. (alerted)
The red background represents overbought on 4+ time periods. (alerted)
I have also implemented a 4 column table at the top for key indicators: RSI, Stochastic %K, Bollinger, and Daily Trend.
This script utilizes several alert() conditions of various frequency. It utilizes both the alert.freq_once_per_bar_close and alert.freq_once_per_bar options to achieve more timely alerts.
*Special Note - Set alerts on the 30m chart for best results, this will allow regular alerts for all time periods every 30 minutes throughout the trading day.
Some alerts do not require bar close and should be taken more seriously as the alert is more time sensitive.
Added options to disable support lines and vwap lines.
No algo changes made in this update, its strictly visual updates to help trader make more informed decisions.
Script su invito
Solo gli utenti autorizzati dall'autore hanno accesso a questo script e ciò richiede solitamente un pagamento. Puoi aggiungere lo script ai tuoi preferiti, ma potrai utilizzarlo solo dopo aver richiesto l'autorizzazione e averla ottenuta dal suo autore - per saperne di più leggi qui. Per maggiori dettagli, segui le istruzioni dell'autore qui sotto o contatta direttamente StuBuzzzini.
TradingView NON consiglia di pagare o utilizzare uno script a meno che non ci si fidi pienamente del suo autore e non si comprenda il suo funzionamento. Puoi anche trovare alternative gratuite e open-source nei nostri script della comunità.
Istruzioni dell'autore
Attenzione: prima di richiedere l'accesso, leggi la nostra guida per gli script su invito.
Declinazione di responsabilità
Script su invito
Solo gli utenti autorizzati dall'autore hanno accesso a questo script e ciò richiede solitamente un pagamento. Puoi aggiungere lo script ai tuoi preferiti, ma potrai utilizzarlo solo dopo aver richiesto l'autorizzazione e averla ottenuta dal suo autore - per saperne di più leggi qui. Per maggiori dettagli, segui le istruzioni dell'autore qui sotto o contatta direttamente StuBuzzzini.
TradingView NON consiglia di pagare o utilizzare uno script a meno che non ci si fidi pienamente del suo autore e non si comprenda il suo funzionamento. Puoi anche trovare alternative gratuite e open-source nei nostri script della comunità.
Istruzioni dell'autore
Attenzione: prima di richiedere l'accesso, leggi la nostra guida per gli script su invito.