INVITE-ONLY SCRIPT
已更新 SB Master Chart v4

This is the follow up to SB Master Chart. This is a subscription only indicator.
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
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.
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.
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.
發行說明
Updated table to display how many oversold/overbought periods a chart has.發行說明
Consolidated the alerts mechanism. This version will now display the number of oversold/overbought periods and which periods in one alert. Also updated the tables to show which periods are oversold.發行說明
Removed inputs. Chart will automatically alert on 30m, 1h, 2h, 4h and 1d.發行說明
Fixed a bug with the orange dot overbought/oversold alert.發行說明
Update chart table image on script.發行說明
More updates to the alerts feature.發行說明
Updated table to include daily vwap for determining a price target when making a trade. Also swapped out 100 period vwap support line for a 200 period vwap line.發行說明
Updated the way high volume alerts occur. It was alerting on too many time frames, I have combined all the time frames into one alert.發行說明
Minor changes to volume alerts, added more conditions. The end goal is to receive less alerts, more actionable alerts.發行說明
Fixed alert bug.發行說明
More alert bug fixes發行說明
Updated Visuals, added support and resistance lines. Support lines based on 30m, 1h, and 2h charts. Best used on a 30m chart.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.
發行說明
Made vwap lines default for support lines. You can change the settings in the options if you prefer support lines determined by RSI + Volume and/or both.僅限邀請腳本
只有經作者授權的使用者才能訪問此腳本,且通常需付費。您可以將此腳本加入收藏,但需先向作者申請並獲得許可後才能使用 — 點擊此處了解更多。如需更多詳情,請依照作者說明或直接聯繫StuBuzzzini。
除非您完全信任其作者並了解腳本的工作原理,否則TradingView不建議您付費或使用腳本。您也可以在我們的社群腳本中找到免費的開源替代方案。
作者的說明
You can sign up for a free 14 day trial at my website: https://sbmasterchart.com/14-day-free-trial/ If you wish to subscribe, patreon tiers are limited. https://sbmasterchart.com/patreon
提醒:在請求訪問權限之前,請閱讀僅限邀請腳本指南。
免責聲明
這些資訊和出版物並不意味著也不構成TradingView提供或認可的金融、投資、交易或其他類型的意見或建議。請在使用條款閱讀更多資訊。
僅限邀請腳本
只有經作者授權的使用者才能訪問此腳本,且通常需付費。您可以將此腳本加入收藏,但需先向作者申請並獲得許可後才能使用 — 點擊此處了解更多。如需更多詳情,請依照作者說明或直接聯繫StuBuzzzini。
除非您完全信任其作者並了解腳本的工作原理,否則TradingView不建議您付費或使用腳本。您也可以在我們的社群腳本中找到免費的開源替代方案。
作者的說明
You can sign up for a free 14 day trial at my website: https://sbmasterchart.com/14-day-free-trial/ If you wish to subscribe, patreon tiers are limited. https://sbmasterchart.com/patreon
提醒:在請求訪問權限之前,請閱讀僅限邀請腳本指南。
免責聲明
這些資訊和出版物並不意味著也不構成TradingView提供或認可的金融、投資、交易或其他類型的意見或建議。請在使用條款閱讀更多資訊。