PROTECTED SOURCE SCRIPT
Impatience Blocker — Large Text

What it is:
A simple on-chart “lock screen” for TradingView that throws a giant white panel over your candles with a big message:
“IS THERE ANY PLAYS OR ARE YOU JUST IMPATIENT?”
It’s a behavioral guardrail to stop revenge trades and force you to wait for clean setups.
How it works (under the hood):
Draws a full-pane white box using time-based coordinates so it always covers the visible chart.
Renders the phrase in large, bold-looking text (stacked labels for thickness).
Updates every bar so the message stays centered as you scroll/zoom.
Toggle on/off via a single input: “Show Blocker (ON hides chart)”.
Why use it:
Break the “must click something” reflex during chop.
Reset your bias and wait for A+ signals.
Great for students/mentees who need a visual stop sign.
Inputs:
Show Blocker (ON hides chart): true/false toggle.
Notes / Limits:
It does not block broker buttons (TradingView doesn’t allow that). It’s a visual deterrent.
Pair it with your risk rules or a Discord “Lock Out” button on your execution bot for real enforcement.
Customize:
Change the message text in txt = "...".
Change text color by replacing textcolor=color.black (e.g., color.red).
If your chart background is white, keep the panel white or set a light gray: color.rgb(245,245,245).
Best practice:
Map the toggle to your Favorites so it’s one click to “go dark.”
Use it during no-trade windows (post-entry cooldowns, news minutes, end-of-day chop).
A simple on-chart “lock screen” for TradingView that throws a giant white panel over your candles with a big message:
“IS THERE ANY PLAYS OR ARE YOU JUST IMPATIENT?”
It’s a behavioral guardrail to stop revenge trades and force you to wait for clean setups.
How it works (under the hood):
Draws a full-pane white box using time-based coordinates so it always covers the visible chart.
Renders the phrase in large, bold-looking text (stacked labels for thickness).
Updates every bar so the message stays centered as you scroll/zoom.
Toggle on/off via a single input: “Show Blocker (ON hides chart)”.
Why use it:
Break the “must click something” reflex during chop.
Reset your bias and wait for A+ signals.
Great for students/mentees who need a visual stop sign.
Inputs:
Show Blocker (ON hides chart): true/false toggle.
Notes / Limits:
It does not block broker buttons (TradingView doesn’t allow that). It’s a visual deterrent.
Pair it with your risk rules or a Discord “Lock Out” button on your execution bot for real enforcement.
Customize:
Change the message text in txt = "...".
Change text color by replacing textcolor=color.black (e.g., color.red).
If your chart background is white, keep the panel white or set a light gray: color.rgb(245,245,245).
Best practice:
Map the toggle to your Favorites so it’s one click to “go dark.”
Use it during no-trade windows (post-entry cooldowns, news minutes, end-of-day chop).
Protected script
This script is published as closed-source. However, you can use it freely and without any limitations – learn more here.
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 TradingView. Read more in the Terms of Use.
Protected script
This script is published as closed-source. However, you can use it freely and without any limitations – learn more here.
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 TradingView. Read more in the Terms of Use.